Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc103 class OatFileBase : public OatFile { class
105 virtual ~OatFileBase() {} in ~OatFileBase()
108 static OatFileBase* OpenOatFile(int zip_fd,
120 static OatFileBase* OpenOatFile(int zip_fd,
133 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() function in art::OatFileBase
192 DISALLOW_COPY_AND_ASSIGN(OatFileBase);
196 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile()
206 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(location, executable)); in OpenOatFile()
237 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile()
248 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(oat_location, executable)); in OpenOatFile()
[all …]
Doat_file.h473 friend class OatFileBase; variable
612 friend class OatFileBase; variable