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

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.hpp132 bool is_megamorphic() const;
H A DcompiledIC.cpp174 // assert(is_megamorphic(), "sanity check");
179 bool CompiledIC::is_megamorphic() const { function in class:CompiledIC
631 || is_optimized() || is_megamorphic(), "sanity check");
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1505 } else if (!inline_cache->is_megamorphic() && !inline_cache->is_clean()) {

Completed in 41 milliseconds