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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp564 JvmtiEnvBase::vframeFor(JavaThread* java_thread, jint depth) { function in class:JvmtiEnvBase
907 vframe *vf = vframeFor(java_thread, depth);
912 // vframeFor should return a java frame. If it doesn't
1322 vframe *vf = vframeFor(java_thread, 0);

Completed in 35 milliseconds