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

/art/openjdkjvmti/
H A Dti_object.cc78 jvmtiError ObjectUtil::GetObjectMonitorUsage( function in class:openjdkjvmti::ObjectUtil
95 art::ScopedSuspendAll ssa("GetObjectMonitorUsage", /*long_suspend*/false);
H A DOpenjdkJvmTi.cc822 static jvmtiError GetObjectMonitorUsage(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
827 return ObjectUtil::GetObjectMonitorUsage(env, object, info_ptr);
1638 JvmtiFunctions::GetObjectMonitorUsage,
/art/openjdkjvmti/include/
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 85 milliseconds