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

/art/runtime/
H A Delf_file_impl.h140 bool Setup(File* file, int prot, int flags, bool low_4gb, std::string* error_msg);
H A Doat_file.cc87 // 5) Setup() to complete the procedure.
131 bool Setup(const char* abs_dex_location, std::string* error_msg);
185 if (!ret->Setup(abs_dex_location, error_msg)) {
306 bool OatFileBase::Setup(const char* abs_dex_location, std::string* error_msg) { function in class:art::OatFileBase
946 if (!oat_file->Setup(abs_dex_location, error_msg)) {
970 return Setup(abs_dex_location, error_msg);
H A Delf_file.cc81 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) {
96 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) {
103 bool ElfFileImpl<ElfTypes>::Setup(File* file, function in class:art::ElfFileImpl
183 // Setup section headers.
564 CHECK(program_headers_start_ != nullptr); // Header has been set in Setup. This is a sanity
/art/dex2oat/
H A Ddex2oat.cc1460 dex2oat::ReturnCode Setup() { function in class:art::FINAL
1461 TimingLogger::ScopedTiming t("dex2oat Setup", timings_);
2943 dex2oat::ReturnCode setup_code = dex2oat->Setup();

Completed in 2068 milliseconds