Searched refs:GetMethodIDInternal (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | check_jni.cc | 2059 return GetMethodIDInternal(__FUNCTION__, env, c, name, sig, false); in GetMethodID() 2063 return GetMethodIDInternal(__FUNCTION__, env, c, name, sig, true); in GetStaticMethodID() 2638 static jmethodID GetMethodIDInternal(const char* function_name, JNIEnv* env, jclass c, in GetMethodIDInternal() function in art::CheckJNI
|