Lines Matching refs:push_back
113 args.push_back("--runtime-arg"); in AddRuntimeArg()
114 args.push_back(arg); in AddRuntimeArg()
153 argv.push_back(runtime->GetCompilerExecutable()); in CompileBootImage()
158 argv.push_back("--dex-file=" + dex_file); in CompileBootImage()
159 argv.push_back("--dex-location=" + dex_file); in CompileBootImage()
162 argv.push_back("--debuggable"); in CompileBootImage()
169 argv.push_back("--host"); in CompileBootImage()
172 argv.push_back("--image=" + image_file_name_prefix + ".art"); in CompileBootImage()
173 argv.push_back("--oat-file=" + image_file_name_prefix + ".oat"); in CompileBootImage()
174 argv.push_back("--oat-location=" + image_file_name_prefix + ".oat"); in CompileBootImage()
175 argv.push_back("--base=0x60000000"); in CompileBootImage()
183 argv.push_back("--android-root=" + std::string(android_root)); in CompileBootImage()