Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal.h50 ArtMethod* FindMethodJNI(const ScopedObjectAccess& soa,
Djni_internal.cc309 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/
Dwell_known_classes.cc217 FindMethodJNI(soa, c, name, signature, is_static)); in CacheMethod()
220 FindMethodJNI(soa, c, name, signature, is_static)); in CacheMethod()