Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc241 TEST_F(DexFileTest, FindMethodId) { in TEST_F() argument
247 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
Ddex_file.h544 const MethodId* FindMethodId(const DexFile::TypeId& declaring_klass,
Ddex_file.cc403 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId() function in art::DexFile
/art/compiler/driver/
Dcompiler_driver.cc1234 const DexFile::MethodId* method_id = dexfile->FindMethodId(*type_id, in ComputeInvokeInfo()