Searched refs:DecodeMethodId (Results 1 – 3 of 3) sorted by relevance
138 return Runtime::Current()->GetJniIdManager()->DecodeMethodId(method_id); in DecodeArtMethod()
53 ArtMethod* DecodeMethodId(jmethodID method) REQUIRES(!Locks::jni_id_lock_);
517 ArtMethod* JniIdManager::DecodeMethodId(jmethodID method) { in DecodeMethodId() function in art::jni::JniIdManager