Searched refs:GetObjectMonitorUsage (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp80 template(GetObjectMonitorUsage) \
/openjdk7/jdk/src/share/back/
H A DObjectReferenceImpl.c214 error = JVMTI_FUNC_PTR(gdata->jvmti,GetObjectMonitorUsage)
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1313 jvmtiError (JNICALL *GetObjectMonitorUsage) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2248 jvmtiError GetObjectMonitorUsage(jobject object, function in struct:_jvmtiEnv
2250 return functions->GetObjectMonitorUsage(this, object, info_ptr);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c799 error = JVMTI_FUNC_PTR(gdata->jvmti,GetObjectMonitorUsage)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2575 JvmtiEnv::GetObjectMonitorUsage(jobject object, jvmtiMonitorUsage* info_ptr) { function in class:JvmtiEnv
2585 } /* end GetObjectMonitorUsage */

Completed in 58 milliseconds