Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc80 class OatFileBase : public OatFile { class
82 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::OatFileBase
129 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 …]
Doat_file.h327 friend class OatFileBase; variable
402 friend class OatFileBase; variable