Commit 0631dab9 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Add missing constant

Missed this file in last commit (r4629)

TBR=erik.corry@gmail.com
Review URL: http://codereview.chromium.org/2028007

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4630 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent b7df730e
......@@ -217,6 +217,9 @@ class CodeGenerator: public AstVisitor {
// expected arguments. Otherwise return -1.
static int InlineRuntimeCallArgumentsCount(Handle<String> name);
// Constants related to patching of inlined lokad/store.
static const int kInlinedKeyedLoadInstructionsAfterPatchSize = 19;
private:
// Construction/Destruction
explicit CodeGenerator(MacroAssembler* masm);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment