Searched refs:dex_filenames (Results 1 – 2 of 2) sorted by relevance
941 std::vector<std::string> dex_filenames; in Start() local942 Split(class_path_string_, ':', &dex_filenames); in Start()943 RegisterAppInfo(dex_filenames, jit_options_->GetProfileSaverOptions().GetProfilePath()); in Start()1044 static size_t OpenBootDexFiles(ArrayRef<const std::string> dex_filenames, in OpenBootDexFiles() argument1050 for (size_t i = 0; i < dex_filenames.size(); i++) { in OpenBootDexFiles()1051 const char* dex_filename = dex_filenames[i].c_str(); in OpenBootDexFiles()
128 const std::vector<const char*>& dex_filenames, in WriteElf() argument139 for (const char* dex_filename : dex_filenames) { in WriteElf()