Searched refs:CLOSURE_INDEX (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | contexts.h | 181 CLOSURE_INDEX, enumerator 252 JSFunction* closure() { return JSFunction::cast(get(CLOSURE_INDEX)); } in closure() 253 void set_closure(JSFunction* closure) { set(CLOSURE_INDEX, closure); } in set_closure()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1642 mov(dst, Operand(esi, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext() 1646 mov(dst, Operand(dst, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext()
|
D | full-codegen-ia32.cc | 1074 __ mov(temp, ContextOperand(context, Context::CLOSURE_INDEX)); in EmitLoadGlobalSlotCheckExtensions() 1102 __ mov(temp, ContextOperand(temp, Context::CLOSURE_INDEX)); in EmitLoadGlobalSlotCheckExtensions() 1135 __ mov(temp, ContextOperand(context, Context::CLOSURE_INDEX)); in ContextSlotOperandCheckExtensions()
|
D | lithium-codegen-ia32.cc | 2523 __ mov(result, Operand(context, Context::SlotOffset(Context::CLOSURE_INDEX))); in DoOuterContext()
|
D | code-stubs-ia32.cc | 138 __ mov(Operand(eax, Context::SlotOffset(Context::CLOSURE_INDEX)), ecx); in Generate()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 2776 movq(dst, Operand(rsi, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext() 2780 movq(dst, Operand(dst, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext()
|
D | full-codegen-x64.cc | 1085 __ movq(temp, ContextOperand(context, Context::CLOSURE_INDEX)); in EmitLoadGlobalSlotCheckExtensions() 1114 __ movq(temp, ContextOperand(temp, Context::CLOSURE_INDEX)); in EmitLoadGlobalSlotCheckExtensions() 1147 __ movq(temp, ContextOperand(context, Context::CLOSURE_INDEX)); in ContextSlotOperandCheckExtensions()
|
D | code-stubs-x64.cc | 134 __ movq(Operand(rax, Context::SlotOffset(Context::CLOSURE_INDEX)), rcx); in Generate()
|
D | lithium-codegen-x64.cc | 2539 Operand(context, Context::SlotOffset(Context::CLOSURE_INDEX))); in DoOuterContext()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 2433 ldr(dst, MemOperand(cp, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext() 2437 ldr(dst, MemOperand(dst, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext()
|
D | full-codegen-arm.cc | 1128 __ ldr(next, ContextOperand(context, Context::CLOSURE_INDEX)); in ContextSlotOperandCheckExtensions() 1217 __ ldr(next, ContextOperand(current, Context::CLOSURE_INDEX)); in EmitLoadGlobalSlotCheckExtensions() 1244 __ ldr(next, ContextOperand(next, Context::CLOSURE_INDEX)); in EmitLoadGlobalSlotCheckExtensions()
|
D | lithium-codegen-arm.cc | 2669 MemOperand(context, Context::SlotOffset(Context::CLOSURE_INDEX))); in DoOuterContext()
|
D | code-stubs-arm.cc | 160 __ str(r3, MemOperand(r0, Context::SlotOffset(Context::CLOSURE_INDEX))); in Generate()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 2801 lw(dst, MemOperand(cp, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext() 2805 lw(dst, MemOperand(dst, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext()
|