Lines Matching defs:PopLocalFrame
72 object array, and the Push/PopLocalFrame calls are expected to be used
130 We implement Push/PopLocalFrame with actual stack frames. Before a JNI
1435 static jobject PopLocalFrame(JNIEnv* env, jobject jresult) {
1439 ALOGW("JNI WARNING: too many PopLocalFrame calls");
1441 dvmThrowRuntimeException("too many PopLocalFrame calls");
3026 PopLocalFrame,