Home | History | Annotate | Download | only in include

Lines Matching defs:PushLocalFrame

194     jint        (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }