Searched refs:GetObjectMonitorUsage (Results 1 – 6 of 6) sorted by relevance
/art/test/1930-monitor-info/ |
D | info.txt | 3 Tests that the GetObjectMonitorUsage function works correctly.
|
/art/openjdkjvmti/ |
D | ti_object.h | 46 static jvmtiError GetObjectMonitorUsage(jvmtiEnv* env, jobject object, jvmtiMonitorUsage* usage);
|
D | ti_object.cc | 78 jvmtiError ObjectUtil::GetObjectMonitorUsage( in GetObjectMonitorUsage() function in openjdkjvmti::ObjectUtil
|
D | OpenjdkJvmTi.cc | 804 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/ |
D | monitors_helper.cc | 51 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetObjectMonitorUsage(obj, &usage))) { in Java_art_Monitors_getObjectMonitorUsage()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1313 jvmtiError (JNICALL *GetObjectMonitorUsage) (jvmtiEnv* env, 2248 jvmtiError GetObjectMonitorUsage(jobject object, in GetObjectMonitorUsage() function 2250 return functions->GetObjectMonitorUsage(this, object, info_ptr); in GetObjectMonitorUsage()
|