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

/openjdk9/hotspot/src/cpu/zero/vm/
H A DcompiledIC_zero.cpp47 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { function in class:CompiledStaticCall
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DcompiledIC_ppc.cpp82 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark/* = NULL*/) { function in class:CompiledStaticCall
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DcompiledIC_aarch64.cpp38 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { function in class:CompiledStaticCall
76 return 4; // 3 in emit_to_interp_stub + 1 in emit_call
/openjdk9/hotspot/src/cpu/s390/vm/
H A DcompiledIC_s390.cpp43 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark/* = NULL*/) { function in class:CompiledStaticCall
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DcompiledIC_sparc.cpp40 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { function in class:CompiledStaticCall
/openjdk9/hotspot/src/cpu/arm/vm/
H A DcompiledIC_arm.cpp39 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { function in class:CompiledStaticCall
90 return 10; // 4 in emit_to_interp_stub + 1 in Java_Static_Call
/openjdk9/hotspot/src/cpu/x86/vm/
H A DcompiledIC_x86.cpp38 address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) { function in class:CompiledStaticCall
78 return 4; // 3 in emit_to_interp_stub + 1 in emit_call
/openjdk9/hotspot/src/share/vm/code/
H A DcompiledIC.hpp345 static address emit_to_interp_stub(CodeBuffer &cbuf, address mark = NULL);
/openjdk9/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp1164 CompiledStaticCall::emit_to_interp_stub(buffer, _instructions->start() + pc_offset);

Completed in 183 milliseconds