Searched refs:monitor_info_count_ptr (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1770 jint* monitor_info_count_ptr,
1855 jint* monitor_info_count_ptr,
1857 return functions->GetOwnedMonitorStackDepthInfo(this, thread, monitor_info_count_ptr, monitor_info_ptr);
1854 GetOwnedMonitorStackDepthInfo(jthread thread, jint* monitor_info_count_ptr, jvmtiMonitorStackDepthInfo** monitor_info_ptr) argument
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1049 // monitor_info_count_ptr - pre-checked for NULL
1052 JvmtiEnv::GetOwnedMonitorStackDepthInfo(JavaThread* java_thread, jint* monitor_info_count_ptr, jvmtiMonitorStackDepthInfo** monitor_info_ptr) { argument
1083 *monitor_info_count_ptr = owned_monitor_count;

Completed in 55 milliseconds