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

/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 */
/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);

Completed in 47 milliseconds