Searched refs:pd_call_destination (Results 1 - 11 of 11) sorted by relevance

/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DrelocInfo_aarch64.cpp60 address Relocation::pd_call_destination(address orig_addr) { function in class:Relocation
69 address new_addr = MacroAssembler::pd_call_destination(orig_addr);
77 return MacroAssembler::pd_call_destination(addr());
91 assert(pd_call_destination(addr()) == x, "fail in reloc");
100 return MacroAssembler::pd_call_destination(addr());
H A DnativeInst_aarch64.cpp101 = MacroAssembler::pd_call_destination(call_addr);
H A DmacroAssembler_aarch64.hpp585 static address pd_call_destination(address branch) { function in class:MacroAssembler
/openjdk9/hotspot/src/cpu/zero/vm/
H A DrelocInfo_zero.cpp38 address Relocation::pd_call_destination(address orig_addr) { function in class:Relocation
/openjdk9/hotspot/src/cpu/arm/vm/
H A DrelocInfo_arm.cpp58 address Relocation::pd_call_destination(address orig_addr) { function in class:Relocation
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DrelocInfo_ppc.cpp68 address Relocation::pd_call_destination(address orig_addr) { function in class:Relocation
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp144 address Relocation::pd_call_destination(address orig_addr) { function in class:Relocation
/openjdk9/hotspot/src/cpu/s390/vm/
H A DrelocInfo_s390.cpp79 address Relocation::pd_call_destination(address orig_addr) { function in class:Relocation
/openjdk9/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp85 address Relocation::pd_call_destination(address orig_addr) { function in class:Relocation
/openjdk9/hotspot/src/share/vm/code/
H A DrelocInfo.hpp766 address pd_call_destination (address orig_addr = NULL);
898 address destination() { return pd_call_destination(); }
H A DrelocInfo.cpp504 // The enhanced use of pd_call_destination sorts this all out.
506 address callee = pd_call_destination(orig_addr);

Completed in 134 milliseconds