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

/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp131 bool is_prefixed_native () const { return (_flags & JVM_ACC_IS_PREFIXED_NATIVE ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.hpp621 bool is_prefixed_native() const { return access_flags().is_prefixed_native(); } function in class:methodOopDesc

Completed in 53 milliseconds