HomeSort by relevance Sort by last modified time
    Searched refs:SlotOffset (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/v8/src/compiler/
js-generic-lowering.cc 340 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)),
343 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index())));
357 Int32Constant(Context::SlotOffset(Context::PREVIOUS_INDEX)),
361 node->ReplaceInput(1, Int32Constant(Context::SlotOffset(access.index())));
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 58 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
64 Context::SlotOffset(
74 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
80 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
    [all...]
macro-assembler-arm.cc     [all...]
code-stubs-arm.cc     [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 63 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
69 Context::SlotOffset(
79 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
85 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
    [all...]
macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/mips64/
builtins-mips64.cc 62 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
68 Context::SlotOffset(
78 MemOperand(cp, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
84 Context::SlotOffset(Context::ARRAY_FUNCTION_INDEX)));
    [all...]
macro-assembler-mips64.cc     [all...]
  /external/chromium_org/v8/src/ic/arm/
handler-compiler-arm.cc 151 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
154 __ ldr(scratch, MemOperand(scratch, Context::SlotOffset(index)));
  /external/chromium_org/v8/src/ic/ia32/
handler-compiler-ia32.cc 97 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
100 __ cmp(Operand(scratch, Context::SlotOffset(index)), function);
  /external/chromium_org/v8/src/ic/mips/
handler-compiler-mips.cc 149 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
152 __ lw(scratch, MemOperand(scratch, Context::SlotOffset(index)));
  /external/chromium_org/v8/src/ic/mips64/
handler-compiler-mips64.cc 149 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
152 __ ld(scratch, MemOperand(scratch, Context::SlotOffset(index)));
  /external/chromium_org/v8/src/ic/x64/
handler-compiler-x64.cc 67 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
70 __ Cmp(Operand(scratch, Context::SlotOffset(index)), function);
  /external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc 97 const int offset = Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX);
100 __ cmp(Operand(scratch, Context::SlotOffset(index)), function);
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
builtins-ia32.cc 819 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
    [all...]
macro-assembler-ia32.h     [all...]
code-stubs-ia32.cc 850 __ mov(edi, Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
857 Operand(edi, Context::SlotOffset(Context::SLOPPY_ARGUMENTS_MAP_INDEX)));
863 Operand(edi, Context::SlotOffset(Context::ALIASED_ARGUMENTS_MAP_INDEX)));
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.cc     [all...]
builtins-x87.cc 819 Operand(esi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
    [all...]
macro-assembler-x87.h     [all...]
full-codegen-x87.cc 220 int context_offset = Context::SlotOffset(var->index());
707 int offset = Context::SlotOffset(var->index());
839 __ RecordWriteContextSlot(esi, Context::SlotOffset(variable->index()),
875 __ RecordWriteContextSlot(esi, Context::SlotOffset(variable->index()), eax,
    [all...]
  /external/chromium_org/v8/src/
contexts.h 552 static int SlotOffset(int index) {
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 891 movp(target, Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
    [all...]
builtins-x64.cc 882 Operand(rsi, Context::SlotOffset(Context::GLOBAL_OBJECT_INDEX)));
    [all...]

Completed in 378 milliseconds

1 2