Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc101 class OatFileBase : public OatFile { class
103 virtual ~OatFileBase() {} in ~OatFileBase()
106 static OatFileBase* OpenOatFile(int zip_fd,
118 static OatFileBase* OpenOatFile(int zip_fd,
131 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() function in art::OatFileBase
185 DISALLOW_COPY_AND_ASSIGN(OatFileBase);
189 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile()
199 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(location, executable)); in OpenOatFile()
230 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile()
241 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(oat_location, executable)); in OpenOatFile()
[all …]
Doat_file.h459 friend class OatFileBase; variable
592 friend class OatFileBase; variable