Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc274 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
Ddex_file.h362 uint32_t GetIndexForMethodId(const dex::MethodId& method_id) const { in GetIndexForMethodId() function
/art/runtime/
Dart_method.cc260 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
/art/profman/
Dprofman.cc988 return dex_file->GetIndexForMethodId(*method_id); in FindMethodIndex()
/art/openjdkjvmti/
Dti_redefine.cc2583 uint32_t dex_method_idx = dex_file_->GetIndexForMethodId(*method_id); in UpdateMethods()