Searched refs:runtime_args (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc595 std::vector<const char*> runtime_args; local
701 runtime_args.push_back(argv[i]);
839 for (const char* r : runtime_args) {
846 runtime_args.push_back("-compiler-filter:everything");
866 for (size_t i = 0; i < runtime_args.size(); i++) {
867 options.push_back(std::make_pair(runtime_args[i], reinterpret_cast<void*>(NULL)));

Completed in 45 milliseconds