Lines Matching refs:ExternalReference
428 and_(scratch, object, Operand(ExternalReference::new_space_mask(isolate()))); in InNewSpace()
429 cmp(scratch, Operand(ExternalReference::new_space_start(isolate()))); in InNewSpace()
558 ExternalReference store_buffer = in RememberedSetHelper()
559 ExternalReference::store_buffer_top(isolate()); in RememberedSetHelper()
836 mov(ip, Operand(ExternalReference(Isolate::kCEntryFPAddress, isolate()))); in EnterExitFrame()
838 mov(ip, Operand(ExternalReference(Isolate::kContextAddress, isolate()))); in EnterExitFrame()
914 mov(ip, Operand(ExternalReference(Isolate::kCEntryFPAddress, isolate()))); in LeaveExitFrame()
918 mov(ip, Operand(ExternalReference(Isolate::kContextAddress, isolate()))); in LeaveExitFrame()
1183 mov(r1, Operand(ExternalReference(Runtime::kDebugBreak, isolate()))); in DebugBreak()
1220 mov(r6, Operand(ExternalReference(Isolate::kHandlerAddress, isolate()))); in PushTryHandler()
1231 mov(ip, Operand(ExternalReference(Isolate::kHandlerAddress, isolate()))); in PopTryHandler()
1264 mov(r3, Operand(ExternalReference(Isolate::kHandlerAddress, isolate()))); in Throw()
1298 mov(r3, Operand(ExternalReference(Isolate::kHandlerAddress, isolate()))); in ThrowUncatchable()
1541 ExternalReference new_space_allocation_top = in AllocateInNewSpace()
1542 ExternalReference::new_space_allocation_top_address(isolate()); in AllocateInNewSpace()
1543 ExternalReference new_space_allocation_limit = in AllocateInNewSpace()
1544 ExternalReference::new_space_allocation_limit_address(isolate()); in AllocateInNewSpace()
1622 ExternalReference new_space_allocation_top = in AllocateInNewSpace()
1623 ExternalReference::new_space_allocation_top_address(isolate()); in AllocateInNewSpace()
1624 ExternalReference new_space_allocation_limit = in AllocateInNewSpace()
1625 ExternalReference::new_space_allocation_limit_address(isolate()); in AllocateInNewSpace()
1683 ExternalReference new_space_allocation_top = in UndoAllocationInNewSpace()
1684 ExternalReference::new_space_allocation_top_address(isolate()); in UndoAllocationInNewSpace()
2140 static int AddressOffset(ExternalReference ref0, ExternalReference ref1) { in AddressOffset()
2145 void MacroAssembler::CallApiFunctionAndReturn(ExternalReference function, in CallApiFunctionAndReturn()
2147 ExternalReference next_address = in CallApiFunctionAndReturn()
2148 ExternalReference::handle_scope_next_address(); in CallApiFunctionAndReturn()
2151 ExternalReference::handle_scope_limit_address(), in CallApiFunctionAndReturn()
2154 ExternalReference::handle_scope_level_address(), in CallApiFunctionAndReturn()
2198 mov(ip, Operand(ExternalReference::scheduled_exception_address(isolate()))); in CallApiFunctionAndReturn()
2210 ExternalReference(Runtime::kPromoteScheduledException, isolate()), in CallApiFunctionAndReturn()
2219 mov(r0, Operand(ExternalReference::isolate_address())); in CallApiFunctionAndReturn()
2221 ExternalReference::delete_handle_scope_extensions(isolate()), 1); in CallApiFunctionAndReturn()
2613 mov(r1, Operand(ExternalReference(f, isolate()))); in CallRuntime()
2627 mov(r1, Operand(ExternalReference(function, isolate()))); in CallRuntimeSaveDoubles()
2633 void MacroAssembler::CallExternalReference(const ExternalReference& ext, in CallExternalReference()
2643 void MacroAssembler::TailCallExternalReference(const ExternalReference& ext, in TailCallExternalReference()
2658 TailCallExternalReference(ExternalReference(fid, isolate()), in TailCallRuntime()
2664 void MacroAssembler::JumpToExternalReference(const ExternalReference& builtin) { in JumpToExternalReference()
2718 mov(scratch2, Operand(ExternalReference(counter))); in SetCounter()
2728 mov(scratch2, Operand(ExternalReference(counter))); in IncrementCounter()
2740 mov(scratch2, Operand(ExternalReference(counter))); in DecrementCounter()
3354 void MacroAssembler::CallCFunction(ExternalReference function, in CallCFunction()
3369 void MacroAssembler::CallCFunction(ExternalReference function, in CallCFunction()