Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc820 const OatFile* boot_oat_file = GetBootOatFile(); in GetPrimaryOatFile() local
821 if (boot_oat_file != nullptr) { in GetPrimaryOatFile()
823 if (oat_file != boot_oat_file) { in GetPrimaryOatFile()