Searched refs:set_is_field_access_watched (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.hpp105 void set_is_field_access_watched(const bool value) { function in class:VALUE_OBJ_CLASS_SPEC
106 _access_flags.set_is_field_access_watched(value);
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.hpp204 void set_is_field_access_watched(const bool value) function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2050 fdesc_ptr->set_is_field_access_watched(true);
2062 fdesc_ptr->set_is_field_access_watched(false);

Completed in 42 milliseconds