Home | History | Annotate | Download | only in arm64

Lines Matching refs:Address

734     kPairAB,    // Can use a pair instruction (operandA has lower address).
735 kPairBA // Can use a pair instruction (operandB has lower address).
863 // Return the address in the constant pool of the code target address used by
865 inline static Address target_pointer_address_at(Address pc);
867 // Read/Modify the code target address in the branch/call instruction at pc.
868 inline static Address target_address_at(Address pc,
870 inline static void set_target_address_at(Address pc,
872 Address target,
875 static inline Address target_address_at(Address pc, Code* code);
876 static inline void set_target_address_at(Address pc,
878 Address target,
882 // Return the code target address at a call site from the return address of
884 inline static Address target_address_from_return_address(Address pc);
886 // Given the address of the beginning of a call, return the address in the
888 inline static Address return_address_from_call_start(Address pc);
890 // Return the code target address of the patch debug break slot
891 inline static Address break_address_from_return_address(Address pc);
896 Address constant_pool_entry, Code* code, Address target);
950 // Distance between start of patched return sequence and the emitted address
1007 // Mark address of the ExitJSFrame code.
1010 // Mark address of a debug break slot.
1078 // Address calculation instructions.
1079 // Calculate a PC-relative address. Unlike for branches the offset in adr is
1500 // Load literal to register from a pc relative address.
1808 // PC-relative address encoding.