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

/art/runtime/
H A Delf_file_impl.h132 bool Setup(int prot, int flags, std::string* error_msg);
H A Doat_file.cc99 return oat_file->Setup(abs_dex_location, error_msg) ? oat_file.release() : nullptr;
321 return Setup(abs_dex_location, error_msg);
377 return Setup(abs_dex_location, error_msg);
380 bool OatFile::Setup(const char* abs_dex_location, std::string* error_msg) { function in class:art::OatFile
H A Doat_file.h293 bool Setup(const char* abs_dex_location, std::string* error_msg);
338 // oat file to its OatDexFile. This map doesn't change after it's constructed in Setup()
H A Delf_file.cc154 if (!elf_file->Setup(prot, flags, error_msg)) {
166 if (!elf_file->Setup(prot, flags, error_msg)) {
173 bool ElfFileImpl<ElfTypes>::Setup(int prot, int flags, std::string* error_msg) { function in class:art::ElfFileImpl
228 // Setup section headers.
613 CHECK(program_headers_start_ != nullptr); // Header has been set in Setup. This is a sanity
/art/dex2oat/
H A Ddex2oat.cc1152 bool Setup() { function in class:art::FINAL
1153 TimingLogger::ScopedTiming t("dex2oat Setup", timings_);
2042 if (!dex2oat.Setup()) {

Completed in 700 milliseconds