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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1368 JvmtiEnv::GetFrameCount(JavaThread* java_thread, jint* count_ptr) { function in class:JvmtiEnv
1386 } /* end GetFrameCount */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1081 jvmtiError (JNICALL *GetFrameCount) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1921 jvmtiError GetFrameCount(jthread thread, function in struct:_jvmtiEnv
1923 return functions->GetFrameCount(this, thread, count_ptr);

Completed in 38 milliseconds