Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.cc95 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
129 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
Ddex_file_test.cc332 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
Ddex_file.h593 uint32_t GetIndexForMethodId(const MethodId& method_id) const { in GetIndexForMethodId() function
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc673 return dex_file->GetIndexForMethodId(*method_id); in FindMethodIndex()