Searched refs:GetStackTrace (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp82 template(GetStackTrace) \
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1537 jvmtiError (JNICALL *GetStackTrace) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1900 jvmtiError GetStackTrace(jthread thread, function in struct:_jvmtiEnv
1905 return functions->GetStackTrace(this, thread, start_depth, max_frame_count, frame_buffer, count_ptr);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c119 /* Frames from GetStackTrace() (2 extra for HEAP_TRACKER methods) */
312 error = (*jvmti)->GetStackTrace(jvmti, thread, 0, MAX_FRAMES+2,
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1634 error = JVMTI_FUNC_PTR(gdata->jvmti,GetStackTrace)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1311 JvmtiEnv::GetStackTrace(JavaThread* java_thread, jint start_depth, jint max_frame_count, jvmtiFrameInfo* frame_buffer, jint* count_ptr) { function in class:JvmtiEnv
1325 } /* end GetStackTrace */

Completed in 81 milliseconds