Home | History | Annotate | Download | only in arm

Lines Matching refs:ExternalReference

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