Lines Matching refs:push_back
97 options->push_back(std::make_pair("compilercallbacks", callbacks_.get())); in SetUpRuntimeOptions()
144 ret.push_back(image_header.GetObjectsSection().Size()); in GetImageObjectSectionSizes()
161 class_path.push_back(dex_file.get()); in DoCompile()
166 out_helper.dex_file_locations.push_back(dex_file->GetLocation()); in DoCompile()
179 out_helper.image_locations.push_back(ScratchFile(image_locations[i])); in DoCompile()
185 image_filenames.push_back(image_filename); in DoCompile()
193 out_helper.image_files.push_back(ScratchFile(OS::CreateEmptyFile(image_filename.c_str()))); in DoCompile()
200 out_helper.oat_files.push_back(ScratchFile(OS::CreateEmptyFile(oat_filename.c_str()))); in DoCompile()
201 oat_filenames.push_back(oat_filename); in DoCompile()
203 out_helper.vdex_files.push_back(ScratchFile(OS::CreateEmptyFile(vdex_filename.c_str()))); in DoCompile()
204 vdex_filenames.push_back(vdex_filename); in DoCompile()
248 rodata.push_back(elf_writers[i]->StartRoData()); in DoCompile()
269 opened_dex_files_maps.push_back(std::move(cur_map)); in DoCompile()
273 opened_dex_files.push_back(std::move(cur_dex_file)); in DoCompile()