Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc497 TEST_F(DexFileTest, FindMethodId) { in TEST_F() argument
503 const DexFile::MethodId* found = java_lang_dex_file_->FindMethodId(klass, name, signature); in TEST_F()
Dart_method.cc254 const DexFile::MethodId* other_mid = other_dexfile.FindMethodId( in FindDexMethodIndexInOtherDexFile()
Ddex_file.h674 const MethodId* FindMethodId(const DexFile::TypeId& declaring_klass,
Ddex_file.cc737 const DexFile::MethodId* DexFile::FindMethodId(const DexFile::TypeId& declaring_klass, in FindMethodId() function in art::DexFile
/art/profman/
Dprofman.cc701 const DexFile::MethodId* method_id = dex_file->FindMethodId( in FindMethodIndex()
/art/runtime/openjdkjvmti/
Dti_redefine.cc1391 const art::DexFile::MethodId* method_id = dex_file_->FindMethodId(declaring_class_id, in UpdateMethods()