Home | History | Annotate | Download | only in include

Lines Matching defs:PushLocalFrame

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