Home
last modified time | relevance | path

Searched refs:context_address (Results 1 – 3 of 3) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dtop.h86 C(context_address) \
115 static Context** context_address() { return &thread_local_.context_; } in context_address() function
/external/webkit/V8Binding/v8/src/ia32/
Dmacro-assembler-ia32.cc370 ExternalReference context_address(Top::k_context_address); in EnterExitFrame() local
372 mov(Operand::StaticVariable(context_address), esi); in EnterExitFrame()
430 ExternalReference context_address(Top::k_context_address); in LeaveExitFrame() local
431 mov(esi, Operand::StaticVariable(context_address)); in LeaveExitFrame()
433 mov(Operand::StaticVariable(context_address), Immediate(0)); in LeaveExitFrame()
/external/webkit/V8Binding/v8/src/x64/
Dmacro-assembler-x64.cc992 ExternalReference context_address(Top::k_context_address); in EnterExitFrame() local
998 store_rax(context_address); in EnterExitFrame()
1067 ExternalReference context_address(Top::k_context_address); in LeaveExitFrame() local
1068 movq(kScratchRegister, context_address); in LeaveExitFrame()