Home | History | Annotate | Download | only in include

Lines Matching defs:PushLocalFrame

178     jint        (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }