Home
last modified time | relevance | path

Searched defs:ElfOatFile (Results 1 – 1 of 1) sorted by relevance

/art/runtime/oat/
Doat_file.cc1565 class ElfOatFile final : public OatFileBase { class
1567 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile() function in art::ElfOatFile