Searched refs:FindMethodId (Results 1 – 5 of 5) sorted by relevance
323 TEST_F(DexFileTest, FindMethodId) { in TEST_F() argument329 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
176 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
651 const MethodId* FindMethodId(const DexFile::TypeId& declaring_klass,
585 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId() function in art::DexFile
802 dex_file->FindMethodId(dex_file->GetTypeId(declaring_class_index), in FindMethodIndex()