Searched defs:GetMethodID (Results 1 - 3 of 3) sorted by relevance

/art/test/004-JniTest/
H A Djni_test.cc121 jmethodID getFieldMetodId = env->GetMethodID(class_clazz, "getField",
138 jmethodID getBooleanMetodId = env->GetMethodID(field_clazz, "getBoolean",
173 jmethodID miranda_method = env->GetMethodID(abstract_class, "inInterface", "()Z");
387 super_constructor_(GetMethodID(super_, true, "<init>")),
388 super_static_(GetMethodID(super_, false, "staticMethod")),
389 super_nonstatic_(GetMethodID(super_, true, "nonstaticMethod")),
390 sub_constructor_(GetMethodID(sub_, true, "<init>")),
391 sub_static_(GetMethodID(sub_, false, "staticMethod")),
392 sub_nonstatic_(GetMethodID(sub_, true, "nonstaticMethod")),
432 jmethodID GetMethodID(jclas function in class:art::JniCallNonvirtualVoidMethodTest
[all...]
/art/runtime/
H A Dcheck_jni.cc184 jmethodID GetMethodID() const { function in class:art::VarArgs
875 ArtMethod* m = CheckMethodID(args.GetMethodID());
988 ArtMethod* m = jni::DecodeArtMethod(args.GetMethodID());
2072 static jmethodID GetMethodID(JNIEnv* env, jclass c, const char* name, const char* sig) { function in class:art::CheckJNI
2663 result.m = baseEnv(env)->GetMethodID(env, c, name, sig);
3621 CheckJNI::GetMethodID,
H A Djni_internal.cc282 jmethodID mid = env->GetMethodID(exception_class, "<init>", signature);
486 jmethodID mid = env->GetMethodID(exception_class.get(), "printStackTrace", "()V");
677 static jmethodID GetMethodID(JNIEnv* env, jclass java_class, const char* name, const char* sig) { function in class:art::JNI
2608 JNI::GetMethodID,

Completed in 217 milliseconds