Searched refs:FindMethodId (Results 1 – 4 of 4) sorted by relevance
241 TEST_F(DexFileTest, FindMethodId) { in TEST_F() argument247 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
544 const MethodId* FindMethodId(const DexFile::TypeId& declaring_klass,
403 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId() function in art::DexFile
1234 const DexFile::MethodId* method_id = dexfile->FindMethodId(*type_id, in ComputeInvokeInfo()