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

/dalvik/libnativehelper/
H A DRegister.c125 (*env)->PopLocalFrame(env, NULL);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h179 jobject (*PopLocalFrame)(JNIEnv*, jobject); member in struct:JNINativeInterface
544 jobject PopLocalFrame(jobject result) function in struct:_JNIEnv
545 { return functions->PopLocalFrame(this, result); }
/dalvik/vm/
H A DJni.c70 object array, and the Push/PopLocalFrame calls are expected to be used
148 We can implement Push/PopLocalFrame with the existing stack frame calls,
203 We implement Push/PopLocalFrame with actual stack frames. Before a JNI
2168 static jobject PopLocalFrame(JNIEnv* env, jobject jresult) function
2173 LOGW("JNI WARNING: too many PopLocalFrame calls\n");
2176 "too many PopLocalFrame calls");
3956 PopLocalFrame,
H A DCheckJni.c1393 result = BASE_ENV(env)->PopLocalFrame(env, res);

Completed in 51 milliseconds