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

  /art/test/116-nodex2oat/
nodex2oat.cc 32 Runtime::Current()->GetClassLinker()->FindOpenedOatDexFileForDexFile(dex_file);
  /art/test/118-noimage-dex2oat/
noimage-dex2oat.cc 32 Runtime::Current()->GetClassLinker()->FindOpenedOatDexFileForDexFile(dex_file);
  /art/test/117-nopatchoat/
nopatchoat.cc 33 Runtime::Current()->GetClassLinker()->FindOpenedOatDexFileForDexFile(dex_file);
  /art/compiler/
elf_patcher.cc 212 class_linker->FindOpenedOatDexFileForDexFile(*patch->GetTargetDexFile())->GetOatFile();
  /art/runtime/
class_linker.h 581 const OatFile::OatDexFile* FindOpenedOatDexFileForDexFile(const DexFile& dex_file)
    [all...]
class_linker.cc 696 const OatFile::OatDexFile* ClassLinker::FindOpenedOatDexFileForDexFile(const DexFile& dex_file) {
    [all...]

Completed in 884 milliseconds