Searched refs:FindMethodId (Results 1 – 6 of 6) sorted by relevance
263 TEST_F(ArtDexFileLoaderTest, FindMethodId) { in TEST_F() argument269 const dex::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
274 const MethodId* DexFile::FindMethodId(const TypeId& declaring_klass, in FindMethodId() function in art::DexFile
366 const dex::MethodId* FindMethodId(const dex::TypeId& declaring_klass,
247 const dex::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
875 const dex::MethodId* method_id = dex_file->FindMethodId( in FindMethodIndex()
1477 const art::dex::MethodId* method_id = dex_file_->FindMethodId(declaring_class_id, in UpdateMethods()