Home | History | Annotate | Download | only in runtime

Lines Matching refs:PushLocalFrame

1206   static jint PushLocalFrame(JNIEnv* env, jint capacity) {
1208 return CHECK_JNI_EXIT("I", baseEnv(env)->PushLocalFrame(env, capacity));
1805 CheckJNI::PushLocalFrame,