Searched defs:is_stable (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/src/share/vm/ci/
H A DciFlags.hpp63 bool is_stable () const { return (_flags & JVM_ACC_FIELD_STABLE ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DciField.hpp173 bool is_stable () const { return flags().is_stable(); } function in class:ciField
/openjdk9/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp243 bool is_stable() const { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp162 bool is_stable() const { return (_flags & JVM_ACC_FIELD_STABLE) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1011 bool is_stable() const { return has_annotation(_field_Stable); } function in class:AnnotationCollector

Completed in 110 milliseconds