HomeSort by relevance Sort by last modified time
    Searched refs:raw_options (Results 1 - 3 of 3) sorted by null

  /art/dex2oat/
dex2oat.cc 2564 RuntimeOptions raw_options; local
    [all...]
  /art/runtime/
runtime.h 103 static bool ParseOptions(const RuntimeOptions& raw_options,
112 static bool Create(const RuntimeOptions& raw_options, bool ignore_unrecognized)
runtime.cc 590 bool Runtime::ParseOptions(const RuntimeOptions& raw_options,
594 bool parsed = ParsedOptions::Parse(raw_options, ignore_unrecognized, runtime_options);
627 bool Runtime::Create(const RuntimeOptions& raw_options, bool ignore_unrecognized) {
629 return ParseOptions(raw_options, ignore_unrecognized, &runtime_options) &&
    [all...]

Completed in 227 milliseconds