Home
last modified time | relevance | path

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

/art/runtime/jni/
Dcheck_jni.cc2224 return GetMethodIDInternal(__FUNCTION__, env, c, name, sig, false); in GetMethodID()
2228 return GetMethodIDInternal(__FUNCTION__, env, c, name, sig, true); in GetStaticMethodID()
2823 static jmethodID GetMethodIDInternal(const char* function_name, JNIEnv* env, jclass c, in GetMethodIDInternal() function in art::__anon846bc2ca0111::CheckJNI