Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_helper.cc92 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
125 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
Ddex_file_test.cc321 TEST_F(DexFileTest, FindMethodId) { in TEST_F() argument
327 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
Ddex_file.h600 const MethodId* FindMethodId(const DexFile::TypeId& declaring_klass,
Ddex_file.cc517 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId() function in art::DexFile
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc667 dex_file->FindMethodId(dex_file->GetTypeId(declaring_class_index), in FindMethodIndex()