Home
last modified time | relevance | path

Searched refs:GetObjectMonitorUsage (Results 1 – 2 of 2) sorted by relevance

/art/runtime/openjdkjvmti/include/
Djvmti.h1313 jvmtiError (JNICALL *GetObjectMonitorUsage) (jvmtiEnv* env,
2248 jvmtiError GetObjectMonitorUsage(jobject object, in GetObjectMonitorUsage() function
2250 return functions->GetObjectMonitorUsage(this, object, info_ptr); in GetObjectMonitorUsage()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc830 static jvmtiError GetObjectMonitorUsage(jvmtiEnv* env, in GetObjectMonitorUsage() function in openjdkjvmti::JvmtiFunctions
1805 JvmtiFunctions::GetObjectMonitorUsage,