Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:NewLocalRef

188     jobject     (*NewLocalRef)(JNIEnv*, jobject);
561 jobject NewLocalRef(jobject ref)
562 { return functions->NewLocalRef(this, ref); }