Lines Matching refs:StaticVariable
154 Operand TurboAssembler::StaticVariable(const ExternalReference& ext) { in StaticVariable() function in v8::internal::TurboAssembler
413 mov(ebx, StaticVariable(restart_fp)); in MaybeDropFrames()
468 addsd(dst, StaticVariable(uint32_bias)); in Cvtui2sd()
743 mov(StaticVariable(c_entry_fp_address), ebp); in EnterExitFramePrologue()
744 mov(StaticVariable(context_address), esi); in EnterExitFramePrologue()
745 mov(StaticVariable(c_function_address), edx); in EnterExitFramePrologue()
826 mov(esi, StaticVariable(context_address)); in LeaveExitFrameEpilogue()
828 mov(StaticVariable(context_address), Immediate(Context::kInvalidContext)); in LeaveExitFrameEpilogue()
834 mov(StaticVariable(c_entry_fp_address), Immediate(0)); in LeaveExitFrameEpilogue()
855 push(StaticVariable(handler_address)); in PushStackHandler()
858 mov(StaticVariable(handler_address), esp); in PushStackHandler()
866 pop(StaticVariable(handler_address)); in PopStackHandler()
1102 cmpb(StaticVariable(debug_hook_active), Immediate(0)); in CheckDebugHook()
1592 Operand operand = StaticVariable(ExternalReference::Create(counter)); in IncrementCounter()
1605 Operand operand = StaticVariable(ExternalReference::Create(counter)); in DecrementCounter()