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