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

/art/test/004-JniTest/
H A Djni_test.cc132 jmethodID getFieldMetodId = env->GetMethodID(class_clazz, "getField",
149 jmethodID getBooleanMetodId = env->GetMethodID(field_clazz, "getBoolean",
184 jmethodID miranda_method = env->GetMethodID(abstract_class, "inInterface", "()Z");
398 super_constructor_(GetMethodID(super_, true, "<init>")),
399 super_static_(GetMethodID(super_, false, "staticMethod")),
400 super_nonstatic_(GetMethodID(super_, true, "nonstaticMethod")),
401 sub_constructor_(GetMethodID(sub_, true, "<init>")),
402 sub_static_(GetMethodID(sub_, false, "staticMethod")),
403 sub_nonstatic_(GetMethodID(sub_, true, "nonstaticMethod")),
443 jmethodID GetMethodID(jclas function in class:art::JniCallNonvirtualVoidMethodTest
[all...]
/art/runtime/
H A Dcheck_jni.cc206 jmethodID GetMethodID() const { function in class:art::__anon84::VarArgs
940 ArtMethod* m = CheckMethodID(args.GetMethodID());
1056 ArtMethod* m = jni::DecodeArtMethod(args.GetMethodID());
2218 static jmethodID GetMethodID(JNIEnv* env, jclass c, const char* name, const char* sig) { function in class:art::__anon84::CheckJNI
2829 result.m = baseEnv(env)->GetMethodID(env, c, name, sig);
3799 CheckJNI::GetMethodID,
H A Djni_internal.cc390 jmethodID mid = env->GetMethodID(exception_class, "<init>", signature);
594 jmethodID mid = env->GetMethodID(exception_class.get(), "printStackTrace", "()V");
785 static jmethodID GetMethodID(JNIEnv* env, jclass java_class, const char* name, const char* sig) { function in class:art::JNI
2722 JNI::GetMethodID,

Completed in 87 milliseconds