Lines Matching refs:push_back
184 exec_argv.push_back("--symbolize=" + core_oat_location_);
185 exec_argv.push_back("--output=" + core_oat_location_ + ".symbolize");
187 expected_prefixes.push_back("LOCATION:");
188 expected_prefixes.push_back("MAGIC:");
189 expected_prefixes.push_back("DEX FILE COUNT:");
192 expected_prefixes.push_back("DEX CODE:");
193 expected_prefixes.push_back("CODE:");
194 expected_prefixes.push_back("StackMap");
197 exec_argv.push_back("--runtime-arg");
198 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
199 exec_argv.push_back("--runtime-arg");
200 exec_argv.push_back(
202 exec_argv.push_back("--image=" + core_art_location_);
203 exec_argv.push_back("--instruction-set=" + std::string(
205 expected_prefixes.push_back("IMAGE LOCATION:");
206 expected_prefixes.push_back("IMAGE BEGIN:");
207 expected_prefixes.push_back("kDexCaches:");
209 exec_argv.push_back("--runtime-arg");
210 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
211 exec_argv.push_back("--runtime-arg");
212 exec_argv.push_back(
214 exec_argv.push_back("--boot-image=" + GetCoreArtLocation());
215 exec_argv.push_back("--instruction-set=" + std::string(
217 exec_argv.push_back("--oat-file=" + GetAppOdexName());
219 exec_argv.push_back("--runtime-arg");
220 exec_argv.push_back(GetClassPathOption("-Xbootclasspath:", GetLibCoreDexFileNames()));
221 exec_argv.push_back("--runtime-arg");
222 exec_argv.push_back(
224 exec_argv.push_back("--image=" + GetCoreArtLocation());
225 exec_argv.push_back("--instruction-set=" + std::string(
227 exec_argv.push_back("--app-oat=" + GetAppOdexName());
228 exec_argv.push_back("--app-image=" + GetAppImageName());
230 exec_argv.push_back("--oat-file=" + core_oat_location_);
231 exec_argv.push_back("--dex-file=" + GetLibCoreDexFileNames()[0]);
234 exec_argv.push_back("--oat-file=" + GetAppOdexName());
338 error_buf.push_back(0); // Make data a C string.