Searched defs:GetStaticMethodID (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/
H A Dcheck_jni.cc2062 static jmethodID GetStaticMethodID(JNIEnv* env, jclass c, const char* name, const char* sig) { function in class:art::CheckJNI
2646 result.m = baseEnv(env)->GetStaticMethodID(env, c, name, sig);
3686 CheckJNI::GetStaticMethodID,
H A Djni_internal.cc666 static jmethodID GetStaticMethodID(JNIEnv* env, jclass java_class, const char* name, function in class:art::JNI
2609 JNI::GetStaticMethodID,

Completed in 112 milliseconds