Searched refs:context_address (Results 1 – 3 of 3) sorted by relevance
351 ExternalReference context_address(Isolate::k_context_address, in EnterExitFramePrologue() local354 mov(Operand::StaticVariable(context_address), esi); in EnterExitFramePrologue()430 ExternalReference context_address(Isolate::k_context_address, isolate()); in LeaveExitFrameEpilogue() local431 mov(esi, Operand::StaticVariable(context_address)); in LeaveExitFrameEpilogue()433 mov(Operand::StaticVariable(context_address), Immediate(0)); in LeaveExitFrameEpilogue()
127 C(context_address) \538 Context** context_address() { return &thread_local_top_.context_; } in context_address() function
2285 ExternalReference context_address(Isolate::k_context_address, isolate()); in LeaveExitFrameEpilogue() local2286 Operand context_operand = ExternalOperand(context_address); in LeaveExitFrameEpilogue()