Searched refs:is_field_access_watched (Results 1 - 4 of 4) 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
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2049 if (fdesc_ptr->is_field_access_watched()) return JVMTI_ERROR_DUPLICATE;
2061 if (!fdesc_ptr->is_field_access_watched()) return JVMTI_ERROR_NOT_FOUND;
H A DjvmtiExport.cpp1451 if (!fd.is_field_access_watched()) return;

Completed in 1790 milliseconds