Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc69 byte* requested_base, in Open()
117 byte* requested_base, in OpenDlopen()
129 byte* requested_base, in OpenElfFile()
158 bool OatFile::Dlopen(const std::string& elf_filename, byte* requested_base, in Dlopen()
195 bool OatFile::ElfFileOpen(File* file, byte* requested_base, uint8_t* oat_file_begin, in ElfFileOpen()
Delf_file.cc109 ElfFile::ElfFile(File* file, bool writable, bool program_header_only, uint8_t* requested_base) in ElfFile()
133 std::string* error_msg, uint8_t* requested_base) { in Open()