Searched refs:GetThreadListStackTraces (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp85 template(GetThreadListStackTraces) \
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1520 jvmtiError (JNICALL *GetThreadListStackTraces) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1914 jvmtiError GetThreadListStackTraces(jint thread_count, function in struct:_jvmtiEnv
1918 return functions->GetThreadListStackTraces(this, thread_count, thread_list, max_frame_count, stack_info_ptr);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1652 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadListStackTraces)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1351 JvmtiEnv::GetThreadListStackTraces(jint thread_count, const jthread* thread_list, jint max_frame_count, jvmtiStackInfo** stack_info_ptr) { function in class:JvmtiEnv
1361 } /* end GetThreadListStackTraces */

Completed in 57 milliseconds