Searched refs:GetOwnedMonitorStackDepthInfo (Results 1 – 5 of 5) sorted by relevance
/art/openjdkjvmti/ |
D | ti_stack.h | 74 static jvmtiError GetOwnedMonitorStackDepthInfo(jvmtiEnv* env,
|
D | OpenjdkJvmTi.cc | 219 static jvmtiError GetOwnedMonitorStackDepthInfo(jvmtiEnv* env, in GetOwnedMonitorStackDepthInfo() function in openjdkjvmti::JvmtiFunctions 225 return StackUtil::GetOwnedMonitorStackDepthInfo(env, in GetOwnedMonitorStackDepthInfo() 1710 JvmtiFunctions::GetOwnedMonitorStackDepthInfo,
|
D | ti_stack.cc | 963 jvmtiError StackUtil::GetOwnedMonitorStackDepthInfo(jvmtiEnv* env, in GetOwnedMonitorStackDepthInfo() function in openjdkjvmti::StackUtil
|
/art/test/1922-owned-monitors-info/ |
D | owned_monitors.cc | 96 env, jvmti_env, jvmti_env->GetOwnedMonitorStackDepthInfo(thread, &len, &monitors))) { in Java_art_Test1922_getOwnedMonitorStackDepthInfo()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1768 jvmtiError (JNICALL *GetOwnedMonitorStackDepthInfo) (jvmtiEnv* env, 1854 jvmtiError GetOwnedMonitorStackDepthInfo(jthread thread, in GetOwnedMonitorStackDepthInfo() function 1857 …return functions->GetOwnedMonitorStackDepthInfo(this, thread, monitor_info_count_ptr, monitor_info… in GetOwnedMonitorStackDepthInfo()
|