Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 8 of 8) sorted by relevance

/art/openjdkjvmti/
Ddeopt_manager.h79 void Setup();
Ddeopt_manager.cc101 void DeoptManager::Setup() { in Setup() function in openjdkjvmti::DeoptManager
DOpenjdkJvmTi.cc1460 gDeoptManager->Setup(); in ArtPlugin_Initialize()
/art/runtime/
Delf_file_impl.h135 bool Setup(File* file, int prot, int flags, bool low_4gb, std::string* error_msg);
Doat_file.cc169 bool Setup(int zip_fd, ArrayRef<const std::string> dex_filenames, std::string* error_msg);
171 bool Setup(const std::vector<const DexFile*>& dex_files, std::string* error_msg);
229 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile()
269 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile()
529 bool OatFileBase::Setup(const std::vector<const DexFile*>& dex_files, std::string* error_msg) { in Setup() function in art::OatFileBase
570 bool OatFileBase::Setup(int zip_fd, in Setup() function in art::OatFileBase
1561 return Setup(zip_fd, dex_filenames, error_msg); in InitializeFromElfFile()
1644 if (!oat_file->Setup(dex_files, &error_msg)) { in Open()
1743 if (!oat_file->Setup(MakeNonOwningPointerVector(oat_file->external_dex_files_), error_msg)) { in Open()
Delf_file.cc76 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open()
90 if (!elf_file->Setup(file, prot, flags, low_4gb, error_msg)) { in Open()
97 bool ElfFileImpl<ElfTypes>::Setup(File* file, in Setup() function in art::ElfFileImpl
/art/test/
DREADME.chroot.md75 5. Setup the device (including setting up mount points and files in the chroot directory):
/art/dex2oat/
Ddex2oat.cc1415 dex2oat::ReturnCode Setup() { in Setup() function in art::Dex2Oat
3153 dex2oat::ReturnCode setup_code = dex2oat->Setup(); in Dex2oat()