Lines Matching refs:push_back
287 dex_files.push_back(std::move(dex_file)); in LoadDexFiles()
303 dex_files.push_back(std::move(dex_file)); in LoadDexFiles()
653 argv.push_back(runtime->GetPatchoatExecutable()); in RelocateOatFile()
654 argv.push_back("--instruction-set=" + std::string(GetInstructionSetString(isa_))); in RelocateOatFile()
655 argv.push_back("--input-oat-file=" + input_file_name); in RelocateOatFile()
656 argv.push_back("--output-oat-file=" + oat_file_name); in RelocateOatFile()
657 argv.push_back("--patched-image-location=" + image_info->location); in RelocateOatFile()
714 args.push_back("--dex-file=" + dex_location_); in GenerateOatFile()
715 args.push_back("--oat-fd=" + std::to_string(oat_file->Fd())); in GenerateOatFile()
716 args.push_back("--oat-location=" + oat_file_name); in GenerateOatFile()
717 args.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(target)); in GenerateOatFile()
748 argv.push_back(runtime->GetCompilerExecutable()); in Dex2Oat()
749 argv.push_back("--runtime-arg"); in Dex2Oat()
750 argv.push_back("-classpath"); in Dex2Oat()
751 argv.push_back("--runtime-arg"); in Dex2Oat()
756 argv.push_back(class_path); in Dex2Oat()
758 argv.push_back("--debuggable"); in Dex2Oat()
763 argv.push_back("--compiler-filter=verify-none"); in Dex2Oat()
767 argv.push_back("--runtime-arg"); in Dex2Oat()
768 argv.push_back("-Xrelocate"); in Dex2Oat()
770 argv.push_back("--runtime-arg"); in Dex2Oat()
771 argv.push_back("-Xnorelocate"); in Dex2Oat()
775 argv.push_back("--host"); in Dex2Oat()
778 argv.push_back("--boot-image=" + image_location); in Dex2Oat()