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

/openjdk7/hotspot/src/share/vm/ci/
H A DciFlags.hpp57 bool is_transient () const { return (_flags & JVM_ACC_TRANSIENT ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DciField.hpp177 bool is_transient () { return flags().is_transient(); } function in class:ciField
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.hpp96 bool is_transient() const { return access_flags().is_transient(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp108 bool is_transient () const { return (_flags & JVM_ACC_TRANSIENT ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp4185 const bool is_transient = (flags & JVM_ACC_TRANSIENT) != 0; local
4193 is_protected || is_volatile || is_transient ||

Completed in 4601 milliseconds