Home | History | Annotate | Download | only in jni

Lines Matching refs:GetMethodID

85         env->GetMethodID(clazz.get(), "<init>", "(I)V");
95 jmethodID longConstructID = env->GetMethodID(clazz.get(), "<init>", "(J)V");
106 env->GetMethodID(clazz.get(), "<init>", "(F)V");
156 env->GetMethodID(hashMapClazz.get(), "<init>", "()V");
163 env->GetMethodID(
347 env->GetMethodID(integerClass.get(), "intValue", "()I");
355 env->GetMethodID(longClass.get(), "longValue", "()J");
363 env->GetMethodID(floatClass.get(), "floatValue", "()F");
371 env->GetMethodID(byteBufClass.get(), "position", "()I");
375 env->GetMethodID(byteBufClass.get(), "limit", "()I");
391 env->GetMethodID(byteBufClass.get(), "array", "()[B");