Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader_test.cc272 TEST_F(ArtDexFileLoaderTest, FindMethodId) { in TEST_F() argument
278 const dex::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
H A Ddex_file.cc282 const MethodId* DexFile::FindMethodId(const TypeId& declaring_klass, in FindMethodId() function in art::DexFile
H A Ddex_file.h380 const dex::MethodId* FindMethodId(const dex::TypeId& declaring_klass,
/aosp12/art/runtime/
H A Dsdk_checker.cc80 dex_file->FindMethodId(*declaring_type_id, *name_id, *proto_id); in ShouldDenyAccess()
H A Dart_method.cc257 const dex::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
/aosp12/art/profman/
H A Dprofman.cc1103 const dex::MethodId* method_id = dex_file->FindMethodId( in FindMethodIndex()
H A Dprofile_assistant_test.cc1591 *dex_file->FindMethodId(*dex_file->FindTypeId("LTestInlineSubtype;"), in TEST_F()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc2580 const art::dex::MethodId* method_id = dex_file_->FindMethodId(declaring_class_id, in UpdateMethods()