Home
last modified time | relevance | path

Searched refs:GetTargetDexFile (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Delf_patcher.cc81 hs.NewHandle(class_linker->FindDexCache(*patch->GetTargetDexFile()))); in GetTargetMethod()
82 mirror::ArtMethod* method = class_linker->ResolveMethod(*patch->GetTargetDexFile(), in GetTargetMethod()
89 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx(); in GetTargetMethod()
91 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx(); in GetTargetMethod()
93 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetReferrerMethodIdx() << " " in GetTargetMethod()
145 cpatch->GetTargetDexFile()->GetMethodId(cpatch->GetTargetMethodIdx()); in SetPatchLocation()
201 class_linker->FindOpenedOatDexFileForDexFile(*patch->GetTargetDexFile())->GetOatFile(); in PatchElf()
/art/compiler/driver/
Dcompiler_driver.h470 const DexFile* GetTargetDexFile() const { in GetTargetDexFile() function