Searched refs:OatFileBase (Results 1 – 2 of 2) sorted by relevance
80 class OatFileBase : public OatFile { class82 virtual ~OatFileBase() {} in ~OatFileBase()85 static OatFileBase* OpenOatFile(const std::string& elf_filename,96 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() function in art::OatFileBase129 DISALLOW_COPY_AND_ASSIGN(OatFileBase);133 OatFileBase* OatFileBase::OpenOatFile(const std::string& elf_filename, in OpenOatFile()142 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(location, executable)); in OpenOatFile()168 bool OatFileBase::ComputeFields(uint8_t* requested_base, in ComputeFields()236 bool OatFileBase::Setup(const char* abs_dex_location, std::string* error_msg) { in Setup()493 class DlOpenOatFile FINAL : public OatFileBase {[all …]
327 friend class OatFileBase; variable402 friend class OatFileBase; variable