Home
last modified time | relevance | path

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

/art/runtime/
Dsdk_checker.cc76 dex_file->FindMethodId(*declaring_type_id, *name_id, *proto_id); in ShouldDenyAccess()
Dart_method.cc308 const dex::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
/art/libdexfile/dex/
Dart_dex_file_loader_test.cc312 TEST_F(ArtDexFileLoaderTest, FindMethodId) { in TEST_F() argument
318 const dex::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
Ddex_file.cc402 const MethodId* DexFile::FindMethodId(const TypeId& declaring_klass, in FindMethodId() function in art::DexFile
Ddex_file.h469 const dex::MethodId* FindMethodId(const dex::TypeId& declaring_klass,
/art/profman/
Dprofman.cc1131 const dex::MethodId* method_id = dex_file->FindMethodId( in FindMethodIndex()
Dprofile_assistant_test.cc1570 *dex_file->FindMethodId(*dex_file->FindTypeId("LTestInlineSubtype;"), in TEST_F()
/art/openjdkjvmti/
Dti_redefine.cc2571 const art::dex::MethodId* method_id = dex_file_->FindMethodId(declaring_class_id, in UpdateMethods()