Searched refs:FindMethodJNI (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jni/ |
D | jni_internal.h | 50 ArtMethod* FindMethodJNI(const ScopedObjectAccess& soa,
|
D | jni_internal.cc | 309 return jni::EncodeArtMethod<kEnableIndexIds>(FindMethodJNI(soa, jni_class, name, sig, is_static)); in FindMethodID() 399 ArtMethod* FindMethodJNI(const ScopedObjectAccess& soa, in FindMethodJNI() function
|
/art/runtime/ |
D | well_known_classes.cc | 217 FindMethodJNI(soa, c, name, signature, is_static)); in CacheMethod() 220 FindMethodJNI(soa, c, name, signature, is_static)); in CacheMethod()
|