Searched refs:emit_to_aot_stub (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/cpu/x86/vm/
H A DcompiledIC_x86.cpp83 void CompiledStaticCall::emit_to_aot_stub(CodeBuffer &cbuf, address mark) { function in class:CompiledStaticCall
134 return 2; // 1 in emit_to_aot_stub + 1 in emit_call
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp348 static void emit_to_aot_stub(CodeBuffer &cbuf, address mark = NULL);
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp1181 CompiledStaticCall::emit_to_aot_stub(buffer, _instructions->start() + pc_offset);

Completed in 52 milliseconds