Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal.h50 ArtMethod* FindMethodJNI(const ScopedObjectAccess& soa,
Djni_internal.cc391 return jni::EncodeArtMethod<kEnableIndexIds>(FindMethodJNI(soa, jni_class, name, sig, is_static)); in FindMethodID()
480 ArtMethod* FindMethodJNI(const ScopedObjectAccess& soa, in FindMethodJNI() function