Home
last modified time | relevance | path

Searched refs:GetIndexForMethodId (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc283 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
Ddex_file.h373 uint32_t GetIndexForMethodId(const dex::MethodId& method_id) const { in GetIndexForMethodId() function
/art/profman/
Dprofman.cc1110 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()
Dprofile_assistant_test.cc1590 uint32_t sub_method_index = dex_file->GetIndexForMethodId( in TEST_F()
/art/runtime/
Dart_method.cc261 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
/art/openjdkjvmti/
Dti_redefine.cc2584 uint32_t dex_method_idx = dex_file_->GetIndexForMethodId(*method_id); in UpdateMethods()