Searched refs:is_compiled_by_c1 (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp109 virtual bool is_compiled_by_c1() const { return false; } function in class:VALUE_OBJ_CLASS_SPEC
H A DcompiledIC.cpp201 bool is_c1_method = caller->is_compiled_by_c1();
438 // assert(cb->is_compiled_by_c1() || !static_bound || is_optimized, "static_bound should imply is_optimized");
H A Dnmethod.hpp338 bool is_compiled_by_c1() const;
H A Dnmethod.cpp95 bool nmethod::is_compiled_by_c1() const { function in class:nmethod
2372 if (is_compiled_by_c1()) {
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp505 assert(cb->is_compiled_by_c1() || !cb->is_runtime_stub() ||
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp681 if (t == NULL && (nm->is_compiled_by_c1() || handler_bci != -1)) {
692 if (t == NULL && nm->is_compiled_by_c1()) {

Completed in 57 milliseconds