Searched refs:GetAllStackTraces (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp84 template(GetAllStackTraces) \
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1514 jvmtiError (JNICALL *GetAllStackTraces) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1908 jvmtiError GetAllStackTraces(jint max_frame_count, function in struct:_jvmtiEnv
1911 return functions->GetAllStackTraces(this, max_frame_count, stack_info_ptr, thread_count_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1332 JvmtiEnv::GetAllStackTraces(jint max_frame_count, jvmtiStackInfo** stack_info_ptr, jint* thread_count_ptr) { function in class:JvmtiEnv
1343 } /* end GetAllStackTraces */

Completed in 53 milliseconds