Home
last modified time | relevance | path

Searched refs:GetMethodIDInternal (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/runtime/jni/
H A Dcheck_jni.cc2274 return GetMethodIDInternal(__FUNCTION__, env, c, name, sig, false); in GetMethodID()
2278 return GetMethodIDInternal(__FUNCTION__, env, c, name, sig, true); in GetStaticMethodID()
2873 static jmethodID GetMethodIDInternal(const char* function_name, JNIEnv* env, jclass c, in GetMethodIDInternal() function in art::__anone2f7feb60110::CheckJNI