Home | History | Annotate | Download | only in nativehelper

Lines Matching refs:IsSameObject

186     jboolean    (*IsSameObject)(JNIEnv*, jobject, jobject);
558 jboolean IsSameObject(jobject ref1, jobject ref2)
559 { return functions->IsSameObject(this, ref1, ref2); }