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

/dalvik/vm/
H A DJni.cpp71 object array, and the Push/PopLocalFrame calls are expected to be used
129 We implement Push/PopLocalFrame with actual stack frames. Before a JNI
1431 static jobject PopLocalFrame(JNIEnv* env, jobject jresult) { function
1435 ALOGW("JNI WARNING: too many PopLocalFrame calls");
1437 dvmThrowRuntimeException("too many PopLocalFrame calls");
3008 PopLocalFrame,

Completed in 26 milliseconds