Searched refs:pd_set_call_destination (Results 1 - 9 of 9) sorted by relevance

/openjdk9/hotspot/src/cpu/zero/vm/
H A DrelocInfo_zero.cpp43 void Relocation::pd_set_call_destination(address x) { function in class:Relocation
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DrelocInfo_aarch64.cpp81 void Relocation::pd_set_call_destination(address x) { function in class:Relocation
/openjdk9/hotspot/src/cpu/arm/vm/
H A DrelocInfo_arm.cpp95 void Relocation::pd_set_call_destination(address x) { function in class:Relocation
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DrelocInfo_ppc.cpp96 void Relocation::pd_set_call_destination(address x) { function in class:Relocation
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp166 void Relocation::pd_set_call_destination(address x) { function in class:Relocation
/openjdk9/hotspot/src/cpu/s390/vm/
H A DrelocInfo_s390.cpp122 void Relocation::pd_set_call_destination(address x) { function in class:Relocation
/openjdk9/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp108 void Relocation::pd_set_call_destination(address x) { function in class:Relocation
/openjdk9/hotspot/src/share/vm/code/
H A DrelocInfo.cpp498 pd_set_call_destination(x);
508 pd_set_call_destination(callee);
H A DrelocInfo.hpp767 void pd_set_call_destination (address x);
899 void set_destination(address x); // pd_set_call_destination

Completed in 73 milliseconds