Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc180 return other_dexfile.GetIndexForMethodId(*other_mid); in FindDexMethodIndexInOtherDexFile()
Ddex_file_test.cc334 EXPECT_EQ(java_lang_dex_file_->GetIndexForMethodId(*found), i); in TEST_F()
Ddex_file.h644 uint32_t GetIndexForMethodId(const MethodId& method_id) const { in GetIndexForMethodId() function
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc808 return dex_file->GetIndexForMethodId(*method_id); in FindMethodIndex()