Searched refs:FindMethodId (Results 1 – 8 of 8) sorted by relevance
76 dex_file->FindMethodId(*declaring_type_id, *name_id, *proto_id); in ShouldDenyAccess()
308 const dex::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
312 TEST_F(ArtDexFileLoaderTest, FindMethodId) { in TEST_F() argument318 const dex::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
402 const MethodId* DexFile::FindMethodId(const TypeId& declaring_klass, in FindMethodId() function in art::DexFile
469 const dex::MethodId* FindMethodId(const dex::TypeId& declaring_klass,
1131 const dex::MethodId* method_id = dex_file->FindMethodId( in FindMethodIndex()
1570 *dex_file->FindMethodId(*dex_file->FindTypeId("LTestInlineSubtype;"), in TEST_F()
2571 const art::dex::MethodId* method_id = dex_file_->FindMethodId(declaring_class_id, in UpdateMethods()