Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h635 const OatFile* GetBootOatFile() SHARED_LOCKS_REQUIRED(dex_lock_);
Dclass_linker.cc810 const OatFile* ClassLinker::GetBootOatFile() { in GetBootOatFile() function in art::ClassLinker
820 const OatFile* boot_oat_file = GetBootOatFile(); in GetPrimaryOatFile()
851 const OatFile* boot_oat = GetBootOatFile(); in HasCollisions()