Searched defs:is_internal (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp239 bool is_internal() const { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp526 bool is_internal() const { return INTERNAL == _pub_level; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp161 bool is_internal() const { return (_flags & JVM_ACC_FIELD_INTERNAL) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c1304 int is_constructor, is_internal; local

Completed in 114 milliseconds