Home
last modified time | relevance | path

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

/art/runtime/dex/
Dart_dex_file_loader_test.cc263 TEST_F(ArtDexFileLoaderTest, FindMethodId) { in TEST_F() argument
269 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
/art/libdexfile/dex/
Ddex_file.cc278 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId() function in art::DexFile
Ddex_file.h604 const MethodId* FindMethodId(const DexFile::TypeId& declaring_klass,
/art/runtime/
Dart_method.cc262 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
/art/profman/
Dprofman.cc812 const DexFile::MethodId* method_id = dex_file->FindMethodId( in FindMethodIndex()
/art/openjdkjvmti/
Dti_redefine.cc1419 const art::DexFile::MethodId* method_id = dex_file_->FindMethodId(declaring_class_id, in UpdateMethods()