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

/openjdk9/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp141 bool is_prefixed_native () const { return (_flags & JVM_ACC_IS_PREFIXED_NATIVE ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/oops/
H A Dmethod.hpp779 bool is_prefixed_native() const { return access_flags().is_prefixed_native(); } function in class:Method

Completed in 43 milliseconds