Lines Matching defs:constructor
659 jmethodID constructor = env_->GetMethodID(jklass_, "<init>", "()V");
660 jobj_ = env_->NewObject(jklass_, constructor);
685 // we didn't call a constructor.
808 // Check that GetMethodID for java.lang.NoSuchMethodError.<init>(String) finds the constructor.
827 // Check that GetMethodID for java.lang.NoSuchMethodError.<init>(String) finds the constructor.
982 jclass jlrConstructor = env_->FindClass("java/lang/reflect/Constructor");
989 // Turn the mid into a java.lang.reflect.Constructor...