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

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp163 CompiledIC* c_ic = new CompiledIC(nativeCall_before(return_addr));
251 CompiledStaticCall* st = (CompiledStaticCall*)nativeCall_before(return_addr);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DnativeInst_zero.hpp104 inline NativeCall* nativeCall_before(address return_address) { function
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp147 inline friend NativeCall* nativeCall_before(address return_address);
176 inline NativeCall* nativeCall_before(address return_address) { function
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp347 inline NativeCall* nativeCall_before(address return_address);
386 friend inline NativeCall* nativeCall_before(address return_address) { function in class:NativeCall
437 { return (NativeFarCall*)nativeCall_before(return_address); }
H A DnativeInst_sparc.cpp232 nc = nativeCall_before( cb.insts_begin() + 8 );
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1563 NativeCall *ncall = nativeCall_before(pc);
1709 NativeCall *call = nativeCall_before(return_pc);

Completed in 50 milliseconds