Lines Matching refs:push_back
94 options->push_back(std::make_pair("-Ximage:" + GetImageLocation(), in SetUpRuntimeOptions()
198 args.push_back("--dex-file=" + dex_location); in GenerateOdexForTest()
199 args.push_back("--oat-file=" + relocated_odex_location); in GenerateOdexForTest()
200 args.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(filter)); in GenerateOdexForTest()
204 args.push_back("--compiler-backend=Quick"); in GenerateOdexForTest()
205 args.push_back("--include-patch-information"); in GenerateOdexForTest()
213 argv.push_back(runtime->GetPatchoatExecutable()); in GenerateOdexForTest()
214 argv.push_back("--instruction-set=" + std::string(GetInstructionSetString(kRuntimeISA))); in GenerateOdexForTest()
215 argv.push_back("--input-oat-file=" + relocated_odex_location); in GenerateOdexForTest()
216 argv.push_back("--output-oat-file=" + odex_location); in GenerateOdexForTest()
217 argv.push_back("--base-offset-delta=0x00008000"); in GenerateOdexForTest()
258 args.push_back("--dex-file=" + dex_location); in GeneratePicOdexForTest()
259 args.push_back("--oat-file=" + odex_location); in GeneratePicOdexForTest()
260 args.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(filter)); in GeneratePicOdexForTest()
261 args.push_back("--compile-pic"); in GeneratePicOdexForTest()
262 args.push_back("--runtime-arg"); in GeneratePicOdexForTest()
263 args.push_back("-Xnorelocate"); in GeneratePicOdexForTest()
296 args.push_back("--dex-file=" + dex_location); in GenerateNoPatchOdexForTest()
297 args.push_back("--oat-file=" + odex_location); in GenerateNoPatchOdexForTest()
298 args.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(filter)); in GenerateNoPatchOdexForTest()
299 args.push_back("--runtime-arg"); in GenerateNoPatchOdexForTest()
300 args.push_back("-Xnorelocate"); in GenerateNoPatchOdexForTest()
350 image_reservation_.push_back(std::unique_ptr<MemMap>( in ReserveImageSpaceChunk()
378 options->push_back(std::make_pair("-Xnodex2oat", nullptr)); in SetUpRuntimeOptions()
391 args.push_back("--dex-file=" + std::string(dex_location)); in GenerateOatForTest()
392 args.push_back("--oat-file=" + *oat_location); in GenerateOatForTest()
393 args.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(filter)); in GenerateOatForTest()
394 args.push_back("--runtime-arg"); in GenerateOatForTest()
395 args.push_back("-Xnorelocate"); in GenerateOatForTest()
598 args.push_back("--dex-file=" + dex_location); in TEST_F()
599 args.push_back("--dex-location=" + std::string("RelativeEncodedDexLocation.jar")); in TEST_F()
600 args.push_back("--oat-file=" + oat_location); in TEST_F()
601 args.push_back("--compiler-filter=speed"); in TEST_F()
1182 target_path.push_back(".."); in MakePathRelative()
1312 tasks.push_back(std::move(task)); in TEST_F()