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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1392 JvmtiEnv::PopFrame(JavaThread* java_thread) { function in class:JvmtiEnv
1407 // Check to see if a PopFrame was already in progress
1470 // shall be posted for this PopFrame.
1480 } /* end PopFrame */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1428 jvmtiError (JNICALL *PopFrame) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1926 jvmtiError PopFrame(jthread thread) { function in struct:_jvmtiEnv
1927 return functions->PopFrame(this, thread);

Completed in 50 milliseconds