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

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.cpp384 if (info.to_interpreter() || info.to_aot()) {
401 (info.to_aot() ? "aot" : "interpreter"),
H A DcompiledIC.hpp86 bool to_aot() const { return _to_aot; } function in class:CompiledICInfo
H A Dnmethod.cpp2766 if (info.to_aot()) {
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.cpp401 assert(!info.to_aot(), "only for nmethod");

Completed in 54 milliseconds