Searched refs:GetIndexForMethodId (Results 1 – 4 of 4) sorted by relevance
95 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()129 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
332 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
593 uint32_t GetIndexForMethodId(const MethodId& method_id) const { in GetIndexForMethodId() function
673 return dex_file->GetIndexForMethodId(*method_id); in FindMethodIndex()