Home | History | Annotate | Download | only in arm64

Lines Matching refs:Address

101 //   - lr: return address.
262 // function, receiver address, parameter count.
4643 __ Push(lr, // Return address.
4814 // Also cook the return address in lr to the stack (smi encoded Code* delta).
4865 // Restore result register and cooked return address from the stack.
4868 // Uncook the return address (see EnterFinallyBlock).
4879 Address pc,
4883 Address branch_address = pc - 3 * kInstructionSize;
4896 // .. .. .. .. ldr x16, pc+<interrupt stub address>
4907 // .. .. .. .. ldr x16, pc+<on-stack replacement address>
4913 // Replace the call address.
4915 Address interrupt_address_pointer =
4916 reinterpret_cast<Address>(load) + load->ImmPCOffset();
4941 unoptimized_code, reinterpret_cast<Address>(load), replacement_code);
4948 Address pc) {
4956 uint64_t entry = Memory::uint64_at(reinterpret_cast<Address>(load) +