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()
275 const MethodId* DexFile::FindMethodId(const TypeId& declaring_klass, in FindMethodId() function in art::DexFile
369 const dex::MethodId* FindMethodId(const dex::TypeId& declaring_klass,
256 const dex::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
981 const dex::MethodId* method_id = dex_file->FindMethodId( in FindMethodIndex()
2579 const art::dex::MethodId* method_id = dex_file_->FindMethodId(declaring_class_id, in UpdateMethods()