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

/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.hpp100 bool is_field_access_watched() const { return access_flags().is_field_access_watched(); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp145 bool is_field_access_watched() const { return (_flags & JVM_ACC_FIELD_ACCESS_WATCHED) != 0; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 31 milliseconds