Home
last modified time | relevance | path

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

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