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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2575 JvmtiEnv::GetObjectMonitorUsage(jobject object, jvmtiMonitorUsage* info_ptr) { function in class:JvmtiEnv
2585 } /* end 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);

Completed in 265 milliseconds