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

/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp124 bool is_not_c2_compilable () const { return (_flags & JVM_ACC_NOT_C2_COMPILABLE ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp697 bool is_not_c2_compilable() const { return access_flags().is_not_c2_compilable(); } function in class:methodOopDesc
H A DmethodOop.cpp657 return is_not_c1_compilable() || is_not_c2_compilable();
661 return is_not_c2_compilable();
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp86 _is_c2_compilable = !h_m()->is_not_c2_compilable();

Completed in 49 milliseconds