Searched refs:out_helper (Results 1 – 1 of 1) sorted by relevance
87 /*out*/ CompilationHelper& out_helper,118 void DoCompile(ImageHeader::StorageMode storage_mode, /*out*/ CompilationHelper& out_helper);151 /*out*/ CompilationHelper& out_helper) { in DoCompile() argument156 for (const std::unique_ptr<const DexFile>& dex_file : out_helper.extra_dex_files) { in DoCompile()167 out_helper.dex_file_locations.push_back(dex_file->GetLocation()); in DoCompile()176 gc::space::ImageSpace::ExpandMultiImageLocations(out_helper.dex_file_locations, in DoCompile()179 out_helper.image_locations.push_back(ScratchFile(image_locations[i])); in DoCompile()183 for (ScratchFile& file : out_helper.image_locations) { in DoCompile()188 if (out_helper.image_dir.empty()) { in DoCompile()189 out_helper.image_dir = image_filename.substr(0, pos); in DoCompile()[all …]