diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-10-13 17:45:02 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-10-13 17:45:02 -0700 |
commit | 33b5f2f7799081eafe04df3278aad40fd4ae3b55 (patch) | |
tree | 46e2840438240411375d3f12f5172c42aa571f95 /deps/v8/src/mips/codegen-mips.h | |
parent | 59a5262041dce0760b1f960a900eca8b8ca1138f (diff) | |
download | node-33b5f2f7799081eafe04df3278aad40fd4ae3b55.tar.gz |
Upgrade V8 to 3.7.0
Diffstat (limited to 'deps/v8/src/mips/codegen-mips.h')
-rw-r--r-- | deps/v8/src/mips/codegen-mips.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/deps/v8/src/mips/codegen-mips.h b/deps/v8/src/mips/codegen-mips.h index a8de9c861..b020d8057 100644 --- a/deps/v8/src/mips/codegen-mips.h +++ b/deps/v8/src/mips/codegen-mips.h @@ -71,21 +71,6 @@ class CodeGenerator: public AstVisitor { int pos, bool right_here = false); - // Constants related to patching of inlined load/store. - static int GetInlinedKeyedLoadInstructionsAfterPatch() { - // This is in correlation with the padding in MacroAssembler::Abort. - return FLAG_debug_code ? 45 : 20; - } - - static const int kInlinedKeyedStoreInstructionsAfterPatch = 13; - - static int GetInlinedNamedStoreInstructionsAfterPatch() { - ASSERT(Isolate::Current()->inlined_write_barrier_size() != -1); - // Magic number 5: instruction count after patched map load: - // li: 2 (liu & ori), Branch : 2 (bne & nop), sw : 1 - return Isolate::Current()->inlined_write_barrier_size() + 5; - } - private: DISALLOW_COPY_AND_ASSIGN(CodeGenerator); }; |