Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.cc703 const OatFile* primary_oat_file = linker->GetPrimaryOatFile(); in CopyProfileFile()
Dclass_linker.h296 const OatFile* GetPrimaryOatFile()
Dclass_linker.cc818 const OatFile* ClassLinker::GetPrimaryOatFile() { in GetPrimaryOatFile() function in art::ClassLinker