Searched refs:GetIndexForMethodId (Results 1 – 5 of 5) sorted by relevance
274 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
359 uint32_t GetIndexForMethodId(const dex::MethodId& method_id) const { in GetIndexForMethodId() function
251 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
882 return dex_file->GetIndexForMethodId(*method_id); in FindMethodIndex()
1481 uint32_t dex_method_idx = dex_file_->GetIndexForMethodId(*method_id); in UpdateMethods()