HomeSort by relevance Sort by last modified time
    Searched defs:runtime_options (Results 1 - 2 of 2) sorted by null

  /art/runtime/
runtime.cc 154 #include "runtime_options.h"
627 RuntimeArgumentMap* runtime_options) {
630 bool parsed = ParsedOptions::Parse(raw_options, ignore_unrecognized, runtime_options);
646 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) {
653 if (!instance_->Init(std::move(runtime_options))) {
664 RuntimeArgumentMap runtime_options; local
665 return ParseOptions(raw_options, ignore_unrecognized, &runtime_options) &&
666 Create(std::move(runtime_options));
    [all...]
  /art/dex2oat/
dex2oat.cc 96 #include "runtime_options.h"
1549 RuntimeArgumentMap runtime_options; local
    [all...]

Completed in 218 milliseconds