HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetDexFile (Results 1 - 2 of 2) sorted by null

  /art/compiler/
elf_patcher.cc 81 hs.NewHandle(class_linker->FindDexCache(*patch->GetTargetDexFile())));
82 mirror::ArtMethod* method = class_linker->ResolveMethod(*patch->GetTargetDexFile(),
89 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx();
91 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetTargetMethodIdx();
93 << patch->GetTargetDexFile()->GetLocation() << " " << patch->GetReferrerMethodIdx() << " "
155 cpatch->GetTargetDexFile()->GetMethodId(cpatch->GetTargetMethodIdx());
212 class_linker->FindOpenedOatDexFileForDexFile(*patch->GetTargetDexFile())->GetOatFile();
  /art/compiler/driver/
compiler_driver.h 491 const DexFile* GetTargetDexFile() const {
    [all...]

Completed in 33 milliseconds