Searched refs:GetIndexForMethodId (Results 1 – 6 of 6) sorted by relevance
283 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
373 uint32_t GetIndexForMethodId(const dex::MethodId& method_id) const { in GetIndexForMethodId() function
1110 return dex_file->GetIndexForMethodId(*method_id); in FindMethodIndex()1312 if (dex->GetCodeItemOffset(*cur_class_def, dex->GetIndexForMethodId(*cur_id)).has_value()) { in ResolveMethod()1314 dex->GetIndexForMethodId(*cur_id)}; in ResolveMethod()
1590 uint32_t sub_method_index = dex_file->GetIndexForMethodId( in TEST_F()
261 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
2584 uint32_t dex_method_idx = dex_file_->GetIndexForMethodId(*method_id); in UpdateMethods()