Searched refs:GetIndexForMethodId (Results 1 – 6 of 6) sorted by relevance
336 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
413 uint32_t GetIndexForMethodId(const dex::MethodId& method_id) const { in GetIndexForMethodId() function
1116 return dex_file->GetIndexForMethodId(*method_id); in FindMethodIndex()1333 if (dex->GetCodeItemOffset(*cur_class_def, dex->GetIndexForMethodId(*cur_id)).has_value()) { in ResolveMethod()1335 dex->GetIndexForMethodId(*cur_id)}; in ResolveMethod()
1588 uint32_t sub_method_index = dex_file->GetIndexForMethodId( in TEST_F()
313 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
2587 uint32_t dex_method_idx = dex_file_->GetIndexForMethodId(*method_id); in UpdateMethods()