Home
last modified time | relevance | path

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

/art/test/116-nodex2oat/
Dnodex2oat.cc32 Runtime::Current()->GetClassLinker()->FindOpenedOatDexFileForDexFile(dex_file); in hasOat()
/art/test/118-noimage-dex2oat/
Dnoimage-dex2oat.cc32 Runtime::Current()->GetClassLinker()->FindOpenedOatDexFileForDexFile(dex_file); in hasOat()
/art/test/117-nopatchoat/
Dnopatchoat.cc33 Runtime::Current()->GetClassLinker()->FindOpenedOatDexFileForDexFile(dex_file); in getOatDexFile()
/art/compiler/
Delf_patcher.cc212 class_linker->FindOpenedOatDexFileForDexFile(*patch->GetTargetDexFile())->GetOatFile(); in PatchElf()
/art/runtime/
Dclass_linker.h581 const OatFile::OatDexFile* FindOpenedOatDexFileForDexFile(const DexFile& dex_file)
Dclass_linker.cc696 const OatFile::OatDexFile* ClassLinker::FindOpenedOatDexFileForDexFile(const DexFile& dex_file) { in FindOpenedOatDexFileForDexFile() function in art::ClassLinker
2350 const OatFile::OatDexFile* oat_dex_file = FindOpenedOatDexFileForDexFile(dex_file); in FindOatClass()
3672 const OatFile::OatDexFile* oat_dex_file = FindOpenedOatDexFileForDexFile(dex_file); in VerifyClassUsingOatFile()
6011 … const OatFile::OatDexFile* oat_dex_file = class_linker->FindOpenedOatDexFileForDexFile(dex_file); in MayBeCalledWithDirectCodePointer()