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