Lines Matching refs:ExternalReference

72   ExternalReference roots_array_start =  in LoadRoot()
73 ExternalReference::roots_array_start(isolate()); in LoadRoot()
85 ExternalReference roots_array_start = in StoreRoot()
86 ExternalReference::roots_array_start(isolate()); in StoreRoot()
96 ExternalReference roots_array_start = in CompareRoot()
97 ExternalReference::roots_array_start(isolate()); in CompareRoot()
195 ExternalReference store_buffer = in RememberedSetHelper()
196 ExternalReference::store_buffer_top(isolate()); in RememberedSetHelper()
358 ExternalReference min_int = ExternalReference::address_of_min_int(); in TruncateHeapNumberToI()
383 ExternalReference uint32_bias = ExternalReference::address_of_uint32_bias(); in LoadUint32()
656 Immediate(ExternalReference::isolate_address(isolate()))); in RecordWriteCodeEntryField()
661 ExternalReference::incremental_marking_record_write_code_entry_function( in RecordWriteCodeEntryField()
678 ExternalReference restart_fp = in MaybeDropFrames()
679 ExternalReference::debug_restart_fp_address(isolate()); in MaybeDropFrames()
1094 ExternalReference c_entry_fp_address(Isolate::kCEntryFPAddress, isolate()); in EnterExitFramePrologue()
1095 ExternalReference context_address(Isolate::kContextAddress, isolate()); in EnterExitFramePrologue()
1096 ExternalReference c_function_address(Isolate::kCFunctionAddress, isolate()); in EnterExitFramePrologue()
1180 ExternalReference context_address(Isolate::kContextAddress, isolate()); in LeaveExitFrameEpilogue()
1189 ExternalReference c_entry_fp_address(Isolate::kCEntryFPAddress, in LeaveExitFrameEpilogue()
1209 ExternalReference handler_address(Isolate::kHandlerAddress, isolate()); in PushStackHandler()
1219 ExternalReference handler_address(Isolate::kHandlerAddress, isolate()); in PopStackHandler()
1233 ExternalReference roots_array_start = in GetNumberHash()
1234 ExternalReference::roots_array_start(isolate()); in GetNumberHash()
1272 ExternalReference allocation_top = in LoadAllocationTopHelper()
1305 ExternalReference allocation_top = in UpdateAllocationTopHelper()
1345 ExternalReference allocation_limit = in Allocate()
1420 ExternalReference allocation_limit = in Allocate()
1493 ExternalReference allocation_limit = in Allocate()
1719 mov(ebx, Immediate(ExternalReference(f, isolate()))); in CallRuntime()
1725 void MacroAssembler::CallExternalReference(ExternalReference ref, in CallExternalReference()
1755 JumpToExternalReference(ExternalReference(fid, isolate())); in TailCallRuntime()
1758 void MacroAssembler::JumpToExternalReference(const ExternalReference& ext, in JumpToExternalReference()
1920 ExternalReference debug_hook_active = in CheckDebugHook()
1921 ExternalReference::debug_hook_on_function_call_address(isolate()); in CheckDebugHook()
2344 mov(Operand::StaticVariable(ExternalReference(counter)), Immediate(value)); in SetCounter()
2352 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in IncrementCounter()
2365 Operand operand = Operand::StaticVariable(ExternalReference(counter)); in DecrementCounter()
2619 void MacroAssembler::CallCFunction(ExternalReference function, in CallCFunction()
2726 ExternalReference reference(ExternalReference::page_flags(page)); in CheckPageFlagForMap()
2877 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento()
2878 ExternalReference::new_space_allocation_top_address(isolate()); in TestJSArrayForAllocationMemento()