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

  /art/dex2oat/
dex2oat.cc 93 #include "runtime_options.h"
1487 RuntimeArgumentMap runtime_options; local
    [all...]
  /art/runtime/
runtime.cc 154 #include "runtime_options.h"
696 RuntimeArgumentMap* runtime_options) {
699 bool parsed = ParsedOptions::Parse(raw_options, ignore_unrecognized, runtime_options);
715 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) {
722 if (!instance_->Init(std::move(runtime_options))) {
733 RuntimeArgumentMap runtime_options; local
734 return ParseOptions(raw_options, ignore_unrecognized, &runtime_options) &&
735 Create(std::move(runtime_options));
    [all...]

Completed in 46 milliseconds