Home | History | Annotate | Download | only in runtime

Lines Matching defs:args

67   std::vector<std::string> args;
68 args.push_back("--dex-file=" + dex_location);
69 args.push_back("--oat-file=" + oat_location);
70 args.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(filter));
71 args.push_back("--runtime-arg");
76 args.push_back("-Xnorelocate");
80 args.push_back("--profile-file=" + profile_file.GetFilename());
84 args.push_back("--compile-pic");
89 args.push_back("--boot-image=" + GetImageLocation2());
93 ASSERT_TRUE(OatFileAssistant::Dex2Oat(args, &error_msg)) << error_msg;