Searched refs:Setup (Results 1 – 8 of 8) sorted by relevance
/art/openjdkjvmti/ |
D | deopt_manager.h | 79 void Setup();
|
D | deopt_manager.cc | 101 void DeoptManager::Setup() { in Setup() function in openjdkjvmti::DeoptManager
|
D | OpenjdkJvmTi.cc | 1506 gDeoptManager->Setup(); in ArtPlugin_Initialize()
|
/art/runtime/ |
D | oat_file.cc | 168 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()
|
D | elf_file_impl.h | 146 bool Setup(File* file, int prot, int flags, bool low_4gb, std::string* error_msg);
|
D | elf_file.cc | 76 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/ |
D | README.chroot.md | 75 5. Setup the device (including setting up mount points and files in the chroot directory):
|
/art/dex2oat/ |
D | dex2oat.cc | 1665 dex2oat::ReturnCode Setup() { in Setup() function in art::Dex2Oat 3270 dex2oat::ReturnCode setup_code = dex2oat->Setup(); in Dex2oat()
|