Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal.h138 return Runtime::Current()->GetJniIdManager()->DecodeMethodId(method_id); in DecodeArtMethod()
Djni_id_manager.h53 ArtMethod* DecodeMethodId(jmethodID method) REQUIRES(!Locks::jni_id_lock_);
Djni_id_manager.cc517 ArtMethod* JniIdManager::DecodeMethodId(jmethodID method) { in DecodeMethodId() function in art::jni::JniIdManager