Searched refs:nativeCall_before (Results 1 - 13 of 13) sorted by relevance

/openjdk9/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp111 inline NativeCall* nativeCall_before(address return_address) { function
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DnativeInst_aarch64.hpp182 inline friend NativeCall* nativeCall_before(address return_address);
219 inline NativeCall* nativeCall_before(address return_address) { function
/openjdk9/hotspot/src/cpu/s390/vm/
H A DnativeInst_s390.hpp46 NativeCall* nativeCall_before(address return_address);
237 // For the ordering of the checks see note at nativeCall_before.
340 friend NativeCall* nativeCall_before(address return_address) { function in class:NativeCall
/openjdk9/hotspot/src/share/vm/code/
H A DcompiledIC.hpp283 CompiledIC* c_ic = new CompiledIC(nm, nativeCall_before(return_addr));
404 CompiledDirectStaticCall* st = new CompiledDirectStaticCall(nativeCall_before(return_addr));
H A DcompiledMethod.cpp351 NativeCall* ncall = nativeCall_before(pc);
H A Dnmethod.cpp2823 return new DirectNativeCallWrapper(nativeCall_before(return_pc));
2828 NativeCall *ncall = nativeCall_before(pc);
/openjdk9/hotspot/src/cpu/arm/vm/
H A DnativeInst_arm_64.cpp239 NativeCall* nativeCall_before(address return_address) { function
H A DnativeInst_arm_32.hpp428 inline NativeCall* nativeCall_before(address return_address) { function
H A DnativeInst_arm_64.hpp632 NativeCall* nativeCall_before(address return_address);
/openjdk9/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp189 inline friend NativeCall* nativeCall_before(address return_address);
225 inline NativeCall* nativeCall_before(address return_address) { function
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DnativeInst_ppc.hpp181 inline NativeCall* nativeCall_before(address return_address) { function
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp343 inline NativeCall* nativeCall_before(address return_address);
382 friend inline NativeCall* nativeCall_before(address return_address) { function in class:NativeCall
446 { return (NativeFarCall*)nativeCall_before(return_address); }
H A DnativeInst_sparc.cpp229 nc = nativeCall_before( cb.insts_begin() + 8 );

Completed in 196 milliseconds