Searched refs:to_aot_stub_size (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/src/cpu/x86/vm/
H A DcompiledIC_x86.cpp101 __ start_a_stub(to_aot_stub_size());
115 assert(__ pc() - base <= to_aot_stub_size(), "wrong stub size");
122 int CompiledStaticCall::to_aot_stub_size() { function in class:CompiledStaticCall
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp349 static int to_aot_stub_size();
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciCodeInstaller.cpp731 size += aot_call_stubs * CompiledStaticCall::to_aot_stub_size();
/openjdk10/hotspot/src/share/vm/opto/
H A Doutput.cpp296 stub_size += CompiledStaticCall::to_aot_stub_size();

Completed in 61 milliseconds