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.cc1506 gDeoptManager->Setup(); in ArtPlugin_Initialize()
/art/runtime/
Doat_file.cc168 bool Setup(int zip_fd, ArrayRef<const std::string> dex_filenames, std::string* error_msg);
169 bool Setup(const std::vector<const DexFile*>& dex_files);
227 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile()
267 if (!ret->Setup(zip_fd, dex_filenames, error_msg)) { in OpenOatFile()
477 bool OatFileBase::Setup(const std::vector<const DexFile*>& dex_files) { in Setup() function in art::OatFileBase
498 bool OatFileBase::Setup(int zip_fd, in Setup() function in art::OatFileBase
1447 return Setup(zip_fd, dex_filenames, error_msg); in InitializeFromElfFile()
1556 Setup(dex_files); in Initialize()
Delf_file_impl.h146 bool Setup(File* file, int prot, int flags, bool low_4gb, std::string* error_msg);
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.cc1665 dex2oat::ReturnCode Setup() { in Setup() function in art::Dex2Oat
3270 dex2oat::ReturnCode setup_code = dex2oat->Setup(); in Dex2oat()