Searched refs:GetIndexForMethodId (Results 1 – 6 of 6) sorted by relevance
323 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
462 uint32_t GetIndexForMethodId(const dex::MethodId& method_id) const { in GetIndexForMethodId() function
1138 return dex_file->GetIndexForMethodId(*method_id); in FindMethodIndex()1359 if (dex->GetCodeItemOffset(*cur_class_def, dex->GetIndexForMethodId(*cur_id)).has_value()) { in ResolveMethod()1361 dex->GetIndexForMethodId(*cur_id)}; in ResolveMethod()
1569 uint32_t sub_method_index = dex_file->GetIndexForMethodId( in TEST_F()
312 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
2575 uint32_t dex_method_idx = dex_file_->GetIndexForMethodId(*method_id); in UpdateMethods()