Lines Matching refs:ExternalReference
68 ExternalReference roots_array_start = in LoadRoot()
69 ExternalReference::roots_array_start(isolate()); in LoadRoot()
78 ExternalReference roots_array_start = in CompareRoot()
79 ExternalReference::roots_array_start(isolate()); in CompareRoot()
131 mov(destination, Immediate(ExternalReference::roots_array_start(isolate()))); in LoadRootRegisterOffset()
144 ExternalReference source) { in LoadAddress()
154 Operand TurboAssembler::StaticVariable(const ExternalReference& ext) { in StaticVariable()
160 const ExternalReference& ext) { in StaticArray()
343 Immediate(ExternalReference::isolate_address(isolate()))); in CallRecordWriteStub()
411 ExternalReference restart_fp = in MaybeDropFrames()
412 ExternalReference::debug_restart_fp_address(isolate()); in MaybeDropFrames()
465 ExternalReference uint32_bias = ExternalReference::address_of_uint32_bias(); in Cvtui2sd()
737 ExternalReference c_entry_fp_address = in EnterExitFramePrologue()
738 ExternalReference::Create(IsolateAddressId::kCEntryFPAddress, isolate()); in EnterExitFramePrologue()
739 ExternalReference context_address = in EnterExitFramePrologue()
740 ExternalReference::Create(IsolateAddressId::kContextAddress, isolate()); in EnterExitFramePrologue()
741 ExternalReference c_function_address = in EnterExitFramePrologue()
742 ExternalReference::Create(IsolateAddressId::kCFunctionAddress, isolate()); in EnterExitFramePrologue()
824 ExternalReference context_address = in LeaveExitFrameEpilogue()
825 ExternalReference::Create(IsolateAddressId::kContextAddress, isolate()); in LeaveExitFrameEpilogue()
832 ExternalReference c_entry_fp_address = in LeaveExitFrameEpilogue()
833 ExternalReference::Create(IsolateAddressId::kCEntryFPAddress, isolate()); in LeaveExitFrameEpilogue()
853 ExternalReference handler_address = in PushStackHandler()
854 ExternalReference::Create(IsolateAddressId::kHandlerAddress, isolate()); in PushStackHandler()
864 ExternalReference handler_address = in PopStackHandler()
865 ExternalReference::Create(IsolateAddressId::kHandlerAddress, isolate()); in PopStackHandler()
902 Move(kRuntimeCallFunctionRegister, Immediate(ExternalReference::Create(f))); in CallRuntime()
916 Move(kRuntimeCallFunctionRegister, Immediate(ExternalReference::Create(f))); in CallRuntimeWithCEntry()
943 JumpToExternalReference(ExternalReference::Create(fid)); in TailCallRuntime()
946 void MacroAssembler::JumpToExternalReference(const ExternalReference& ext, in JumpToExternalReference()
1100 ExternalReference debug_hook_active = in CheckDebugHook()
1101 ExternalReference::debug_hook_on_function_call_address(isolate()); in CheckDebugHook()
1592 Operand operand = StaticVariable(ExternalReference::Create(counter)); in IncrementCounter()
1605 Operand operand = StaticVariable(ExternalReference::Create(counter)); in DecrementCounter()
1662 CallCFunction(ExternalReference::abort_with_reason(), 1); in Abort()
1697 void TurboAssembler::CallCFunction(ExternalReference function, in CallCFunction()