Lines Matching refs:push_back
57 argv.push_back("--runtime-arg"); in Dex2Oat()
58 argv.push_back("-Xhidden-api-policy:enabled"); in Dex2Oat()
62 argv.push_back("--host"); in Dex2Oat()
81 args.push_back("--dex-file=" + dex_location); in GenerateOatForTest()
82 args.push_back("--oat-file=" + oat_location); in GenerateOatForTest()
83 args.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(filter)); in GenerateOatForTest()
84 args.push_back("--runtime-arg"); in GenerateOatForTest()
89 args.push_back("-Xnorelocate"); in GenerateOatForTest()
93 args.push_back("--profile-file=" + profile_file.GetFilename()); in GenerateOatForTest()
98 args.push_back("--boot-image=" + GetImageLocation2()); in GenerateOatForTest()
102 args.push_back("--compilation-reason=" + std::string(compilation_reason)); in GenerateOatForTest()
196 image_reservation_.push_back(MemMap::MapAnonymous("image reservation", in ReserveImageSpaceChunk()