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

/dalvik/libnativehelper/
H A DRegister.c20 (*env)->PushLocalFrame(env, 128);
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h178 jint (*PushLocalFrame)(JNIEnv*, jint); member in struct:JNINativeInterface
541 jint PushLocalFrame(jint capacity) function in struct:_JNIEnv
542 { return functions->PushLocalFrame(this, capacity); }
/dalvik/vm/
H A DJni.c1207 * Back up over JNI PushLocalFrame frames. This works because the
2147 static jint PushLocalFrame(JNIEnv* env, jint capacity) function
2157 "out of stack in JNI PushLocalFrame");
3955 PushLocalFrame,
H A DCheckJni.c1383 result = BASE_ENV(env)->PushLocalFrame(env, capacity);

Completed in 1086 milliseconds