Home | History | Annotate | Download | only in jni

Lines Matching defs:ctor

959          jmethodID ctor = e->GetMethodID(tag_cls.get(), "<init>", "()V");
960 tag.reset(e->NewObject(tag_cls.get(), ctor));
1010 jmethodID ctor = e->GetMethodID(tag_cls.get(), "<init>", "()V");
1011 ctor));