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

/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp123 bool is_not_c1_compilable () const { return (_flags & JVM_ACC_NOT_C1_COMPILABLE ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp695 bool is_not_c1_compilable() const { return access_flags().is_not_c1_compilable(); } function in class:methodOopDesc
700 bool is_not_c1_osr_compilable() const { return is_not_c1_compilable(); } // don't waste an accessFlags bit

Completed in 183 milliseconds