Searched refs:Setup (Results 1 – 9 of 9) sorted by relevance
/art/openjdkjvmti/ |
D | transform.h | 51 static void Setup();
|
D | deopt_manager.h | 79 void Setup();
|
D | transform.cc | 216 void Transformer::Setup() { in Setup() function in openjdkjvmti::Transformer
|
D | deopt_manager.cc | 101 void DeoptManager::Setup() { in Setup() function in openjdkjvmti::DeoptManager
|
D | OpenjdkJvmTi.cc | 1533 gDeoptManager->Setup(); in ArtPlugin_Initialize() 1546 Transformer::Setup(); in ArtPlugin_Initialize()
|
/art/runtime/ |
D | oat_file.cc | 167 bool Setup(int zip_fd, const char* abs_dex_location, std::string* error_msg); 168 bool Setup(const std::vector<const DexFile*>& dex_files); 222 if (!ret->Setup(zip_fd, abs_dex_location, error_msg)) { in OpenOatFile() 262 if (!ret->Setup(zip_fd, abs_dex_location, error_msg)) { in OpenOatFile() 454 bool OatFileBase::Setup(const std::vector<const DexFile*>& dex_files) { in Setup() function in art::OatFileBase 475 bool OatFileBase::Setup(int zip_fd, const char* abs_dex_location, std::string* error_msg) { in Setup() function in art::OatFileBase 1314 if (!oat_file->Setup(zip_fd, abs_dex_location, error_msg)) { in OpenElfFile() 1339 return Setup(zip_fd, abs_dex_location, error_msg); in InitializeFromElfFile() 1444 Setup(dex_files); in Initialize()
|
D | elf_file_impl.h | 142 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/dex2oat/ |
D | dex2oat.cc | 1473 dex2oat::ReturnCode Setup() { in Setup() function in art::Dex2Oat 2993 dex2oat::ReturnCode setup_code = dex2oat->Setup(); in Dex2oat()
|