Searched refs:Setup (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Doat_file.cc53 return oat_file->Setup(error_msg) ? oat_file.release() : nullptr;
64 return oat_file->Setup(error_msg) ? oat_file.release() : nullptr;
192 return Setup(error_msg);
229 return Setup(error_msg);
232 bool OatFile::Setup(std::string* error_msg) { function in class:art::OatFile
H A Delf_file.h117 bool Setup(int prot, int flags, std::string* error_msg);
H A Doat_file.h314 bool Setup(std::string* error_msg);
350 // oat file to its OatDexFile. This map doesn't change after it's constructed in Setup()
H A Delf_file.cc145 if (!elf_file->Setup(prot, flags, error_msg)) {
154 if (!elf_file->Setup(prot, flags, error_msg)) {
160 bool ElfFile::Setup(int prot, int flags, std::string* error_msg) { function in class:art::ElfFile
215 // Setup section headers.
592 CHECK(program_headers_start_ != nullptr); // Header has been set in Setup. This is a sanity

Completed in 110 milliseconds