Home | History | Annotate | Download | only in x64

Lines Matching refs:Address

41 // Patch the code at the current PC with a call to the target address.
43 void RelocInfo::PatchCodeWithCall(Address target, int guard_bytes) {
72 // Patch the code at the current address with the supplied instructions.
280 bool Assembler::IsNop(Address addr) {
281 Address a = addr;
296 // Relative address, relative to point after address.
676 void Assembler::call(Address entry, RelocInfo::Mode rmode) {
717 // Calls directly to the given address using a relative offset.
721 void Assembler::call(Address target) {
726 Address source = pc_ + 4;
1028 void Assembler::j(Condition cc, Address entry, RelocInfo::Mode rmode) {
1100 void Assembler::jmp(Address entry, RelocInfo::Mode rmode) {
1154 load_rax(ref.address(), RelocInfo::EXTERNAL_REFERENCE);
1737 store_rax(ref.address(), RelocInfo::EXTERNAL_REFERENCE);
3007 // specially coded on x64 means that it is a relative 32 bit address, as used