Home
last modified time | relevance | path

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

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