Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dtransform.h51 static void Setup();
Ddeopt_manager.h79 void Setup();
Dtransform.cc216 void Transformer::Setup() { in Setup() function in openjdkjvmti::Transformer
Ddeopt_manager.cc101 void DeoptManager::Setup() { in Setup() function in openjdkjvmti::DeoptManager
DOpenjdkJvmTi.cc1533 gDeoptManager->Setup(); in ArtPlugin_Initialize()
1546 Transformer::Setup(); in ArtPlugin_Initialize()
/art/runtime/
Doat_file.cc167 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()
Delf_file_impl.h142 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/dex2oat/
Ddex2oat.cc1473 dex2oat::ReturnCode Setup() { in Setup() function in art::Dex2Oat
2993 dex2oat::ReturnCode setup_code = dex2oat->Setup(); in Dex2oat()