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

/art/runtime/
H A Dcheck_jni.cc1310 static jmethodID GetMethodID(JNIEnv* env, jclass c, const char* name, const char* sig) { function in class:art::CheckJNI
1312 return CHECK_JNI_EXIT("m", baseEnv(env)->GetMethodID(env, c, name, sig));
1826 CheckJNI::GetMethodID,
H A Djni_internal.cc384 jmethodID mid = env->GetMethodID(exception_class, "<init>", signature);
786 jmethodID mid = env->GetMethodID(exception_class.get(), "printStackTrace", "()V");
973 static jmethodID GetMethodID(JNIEnv* env, jclass java_class, const char* name, const char* sig) { function in class:art::JNI
974 CHECK_NON_NULL_ARGUMENT(GetMethodID, java_class);
975 CHECK_NON_NULL_ARGUMENT(GetMethodID, name);
976 CHECK_NON_NULL_ARGUMENT(GetMethodID, sig);
2636 JNI::GetMethodID,

Completed in 96 milliseconds