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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h259 jobject (JNICALL *PopLocalFrame) member in struct:JNINativeInterface_
840 jobject PopLocalFrame(jobject result) { function in struct:JNIEnv_
841 return functions->PopLocalFrame(this,result);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h259 jobject (JNICALL *PopLocalFrame) member in struct:JNINativeInterface_
840 jobject PopLocalFrame(jobject result) { function in struct:JNIEnv_
841 return functions->PopLocalFrame(this,result);

Completed in 49 milliseconds