Searched refs:CLOSURE_INDEX (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | contexts.h | 172 CLOSURE_INDEX, enumerator 225 JSFunction* closure() { return JSFunction::cast(get(CLOSURE_INDEX)); } in closure() 226 void set_closure(JSFunction* closure) { set(CLOSURE_INDEX, closure); } in set_closure()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1365 ldr(dst, MemOperand(cp, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext() 1369 ldr(dst, MemOperand(dst, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext()
|
D | codegen-arm.cc | 427 __ ldr(tmp, ContextOperand(context, Context::CLOSURE_INDEX)); in SlotOperand() 466 __ ldr(tmp, ContextOperand(context, Context::CLOSURE_INDEX)); in ContextSlotOperandCheckExtensions() 2567 __ ldr(tmp, ContextOperand(context, Context::CLOSURE_INDEX)); in LoadFromGlobalSlotCheckExtensions() 2593 __ ldr(tmp, ContextOperand(tmp, Context::CLOSURE_INDEX)); in LoadFromGlobalSlotCheckExtensions() 4541 __ str(r3, MemOperand(r0, Context::SlotOffset(Context::CLOSURE_INDEX))); in Generate()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1437 mov(dst, Operand(esi, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext() 1441 mov(dst, Operand(dst, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext()
|
D | codegen-ia32.cc | 386 __ mov(tmp, ContextOperand(context, Context::CLOSURE_INDEX)); in SlotOperand() 424 __ mov(tmp.reg(), ContextOperand(context, Context::CLOSURE_INDEX)); in ContextSlotOperandCheckExtensions() 4285 __ mov(tmp.reg(), ContextOperand(context, Context::CLOSURE_INDEX)); in LoadFromGlobalSlotCheckExtensions() 4312 __ mov(tmp.reg(), ContextOperand(tmp.reg(), Context::CLOSURE_INDEX)); in LoadFromGlobalSlotCheckExtensions() 7218 __ mov(Operand(eax, Context::SlotOffset(Context::CLOSURE_INDEX)), ecx); in Generate()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 2507 movq(dst, Operand(rsi, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext() 2511 movq(dst, Operand(dst, Context::SlotOffset(Context::CLOSURE_INDEX))); in LoadContext()
|
D | codegen-x64.cc | 4470 __ movq(tmp, ContextOperand(context, Context::CLOSURE_INDEX)); in SlotOperand() 4508 __ movq(tmp.reg(), ContextOperand(context, Context::CLOSURE_INDEX)); in ContextSlotOperandCheckExtensions() 4781 __ movq(tmp.reg(), ContextOperand(context, Context::CLOSURE_INDEX)); in LoadFromGlobalSlotCheckExtensions() 4809 __ movq(tmp.reg(), ContextOperand(tmp.reg(), Context::CLOSURE_INDEX)); in LoadFromGlobalSlotCheckExtensions() 6368 __ movq(Operand(rax, Context::SlotOffset(Context::CLOSURE_INDEX)), rcx); in Generate()
|