Searched refs:_to_aot (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/code/
H A DcompiledIC.hpp71 bool _to_aot; // Call it to aot code member in class:CompiledICInfo
86 bool to_aot() const { return _to_aot; }
92 _to_aot = false;
102 _to_aot = false;
112 _to_aot = true;
122 _to_aot = false;
129 _to_interpreter(false), _to_aot(false), _is_optimized(false), _release_icholder(false) {
332 bool _to_aot; // call to aot method (otherwise compiled) member in class:StaticCallInfo
H A DcompiledIC.cpp606 } else if (info._to_aot) {
623 info._to_aot = true;
625 info._to_aot = false;

Completed in 101 milliseconds