Searched defs:GetOwnedMonitorStackDepthInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1052 JvmtiEnv::GetOwnedMonitorStackDepthInfo(JavaThread* java_thread, jint* monitor_info_count_ptr, jvmtiMonitorStackDepthInfo** monitor_info_ptr) { function in class:JvmtiEnv
1093 } /* end GetOwnedMonitorStackDepthInfo */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1768 jvmtiError (JNICALL *GetOwnedMonitorStackDepthInfo) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1854 jvmtiError GetOwnedMonitorStackDepthInfo(jthread thread, function in struct:_jvmtiEnv
1857 return functions->GetOwnedMonitorStackDepthInfo(this, thread, monitor_info_count_ptr, monitor_info_ptr);

Completed in 54 milliseconds