Home
last modified time | relevance | path

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

/art/test/1930-monitor-info/
Dinfo.txt3 Tests that the GetObjectMonitorUsage function works correctly.
/art/openjdkjvmti/
Dti_object.h46 static jvmtiError GetObjectMonitorUsage(jvmtiEnv* env, jobject object, jvmtiMonitorUsage* usage);
Dti_object.cc78 jvmtiError ObjectUtil::GetObjectMonitorUsage( in GetObjectMonitorUsage() function in openjdkjvmti::ObjectUtil
DOpenjdkJvmTi.cc804 static jvmtiError GetObjectMonitorUsage(jvmtiEnv* env, in GetObjectMonitorUsage() function in openjdkjvmti::JvmtiFunctions
809 return ObjectUtil::GetObjectMonitorUsage(env, object, info_ptr); in GetObjectMonitorUsage()
1563 JvmtiFunctions::GetObjectMonitorUsage,
/art/test/ti-agent/
Dmonitors_helper.cc51 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetObjectMonitorUsage(obj, &usage))) { in Java_art_Monitors_getObjectMonitorUsage()
/art/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()