Searched defs:foreign_call_destination (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/cpu/ppc/vm/
H A DjvmciCodeInstaller_ppc.cpp49 void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination, TRAPS) { argument
/openjdk10/hotspot/src/cpu/arm/vm/
H A DjvmciCodeInstaller_arm.cpp50 void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination, TRAPS) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A DjvmciCodeInstaller_s390.cpp65 void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination) { argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DjvmciCodeInstaller_aarch64.cpp92 void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination, TRAPS) { argument
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DjvmciCodeInstaller_sparc.cpp102 void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination, TRAPS) { argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DjvmciCodeInstaller_x86.cpp119 void CodeInstaller::pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination, TRAPS) { argument
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp1162 jlong foreign_call_destination = HotSpotForeignCallTarget::address(foreign_call); local

Completed in 119 milliseconds