Lines Matching refs:push_back
58 argv.push_back("--runtime-arg"); in Dex2Oat()
59 argv.push_back("-Xhidden-api-policy:enabled"); in Dex2Oat()
63 argv.push_back("--host"); in Dex2Oat()
101 args.push_back("--dex-file=" + dex_location); in GenerateOatForTest()
102 args.push_back("--oat-file=" + oat_location); in GenerateOatForTest()
103 args.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(filter)); in GenerateOatForTest()
104 args.push_back("--runtime-arg"); in GenerateOatForTest()
109 args.push_back("-Xnorelocate"); in GenerateOatForTest()
113 args.push_back("--profile-file=" + profile_file.GetFilename()); in GenerateOatForTest()
121 args.push_back("--boot-image=" + alternate_image_location); in GenerateOatForTest()
125 args.push_back("--compilation-reason=" + std::string(compilation_reason)); in GenerateOatForTest()
216 image_reservation_.push_back(MemMap::MapAnonymous("image reservation", in ReserveImageSpaceChunk()