Home | History | Annotate | Download | only in jni

Lines Matching refs:ctor

561     jmethodID ctor = e->GetMethodID(tag_cls.get(), "<init>", "()V");
562 ScopedLocalRef<jobject> tag(e, e->NewObject(tag_cls.get(), ctor));