Searched defs:is_compiled_by_c2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp108 virtual bool is_compiled_by_c2() const { return false; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dnmethod.cpp100 bool nmethod::is_compiled_by_c2() const { function in class:nmethod
1176 if (!is_compiled_by_c2()) return;
2374 } else if (is_compiled_by_c2()) {

Completed in 39 milliseconds