Home | History | Annotate | Download | only in arm64

Lines Matching refs:Address

1547   // Compute the handler entry address and jump to it. The handler table is
1647 // Set the top handler address to next handler past the top ENTRY handler.
1752 return ref0.address() - ref1.address();
1820 // return address pushed on stack (could have moved after GC).
2070 // so the return address in the link register stays correct.
2105 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode) {
2150 void MacroAssembler::Call(Address target, RelocInfo::Mode rmode) {
2157 // address is loaded.
2198 Call(reinterpret_cast<Address>(code.location()), rmode);
2219 int MacroAssembler::CallSize(Address target, RelocInfo::Mode rmode) {
2323 // Calculate address of entry in string cache: each entry consists of two
2340 // Calculate address of entry in string cache: each entry consists
3091 // the caller frame pointer and return address.
3154 // Reserve space for the return address and for user requested memory.
3164 // jssp -> jssp[0]: Space reserved for the return address.
3177 // csp -> csp[0]: Space reserved for the return address.
3179 // ExitFrame::GetStateForFramePointer expects to find the return address at
3180 // the memory address immediately below the pointer stored in SPOffset.
3365 intptr_t top = reinterpret_cast<intptr_t>(heap_allocation_top.address());
3366 intptr_t limit = reinterpret_cast<intptr_t>(heap_allocation_limit.address());
3369 // Set up allocation top address and object size registers.
3436 intptr_t top = reinterpret_cast<intptr_t>(heap_allocation_top.address());
3437 intptr_t limit = reinterpret_cast<intptr_t>(heap_allocation_limit.address());
3440 // Set up allocation top address and object size registers.
3500 // Write the address of the object to un-allocate as the current top.
4223 Register address,
4227 DCHECK(!AreAliased(object, address, scratch1));
4242 Str(address, MemOperand(scratch1, kPointerSize, PostIndex));
4476 // Will clobber: object, address, value.
4483 Register address,
4497 Ldr(temp, MemOperand(address));
4526 RecordWriteStub stub(isolate(), object, value, address, remembered_set_action,
4537 IncrementCounter(isolate()->counters()->write_barriers_dynamic(), 1, address,
4543 Mov(address, Operand(bit_cast<int64_t>(kZapValue + 12)));
5365 InlineSmiCheckInfo::InlineSmiCheckInfo(Address info)