Home | History | Annotate | Download | only in runtime

Lines Matching refs:PushLocalFrame

772   static jint PushLocalFrame(JNIEnv* env, jint capacity) {
775 if (EnsureLocalCapacity(soa, capacity, "PushLocalFrame") != JNI_OK) {
2739 JNI::PushLocalFrame,