Home
last modified time | relevance | path

Searched refs:WithValueMap (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dparsed_options.cc160 .WithValueMap({{"threadcpuclock", TraceClockSource::kThreadCpu}, in MakeParser()
178 .WithValueMap({{"system", gc::space::ImageSpaceLoadingOrder::kSystemFirst}, in MakeParser()
225 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
235 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
239 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
243 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
247 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
306 .WithValueMap({{"disabled", gc::space::LargeObjectSpaceType::kDisabled}, in MakeParser()
347 .WithValueMap({{"none", verifier::VerifyMode::kNone}, in MakeParser()
384 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
[all …]
/art/compiler/driver/
Dcompiler_options_map-inl.h143 .WithValueMap({{"false", false}, {"true", true}}) in AddCompilerOptionsArgumentParserOptions()
151 .WithValueMap({{"log", ProfileMethodsCheck::kLog}, in AddCompilerOptionsArgumentParserOptions()
197 .WithValueMap({{"false", false}, {"true", true}}) in AddCompilerOptionsArgumentParserOptions()
202 .WithValueMap({{"false", false}, {"true", true}}) in AddCompilerOptionsArgumentParserOptions()
/art/dex2oat/
Ddex2oat_options.cc139 .WithValueMap({{"lz4", ImageHeader::kStorageModeLZ4}, in AddImageMappings()
218 .WithValueMap({{"Quick", Compiler::Kind::kQuick}, in CreateArgumentParser()
236 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateArgumentParser()
257 .WithValueMap({{"none", CompactDexLevel::kCompactDexLevelNone}, in CreateArgumentParser()
/art/cmdline/
DREADME.md103 #### WithValueMap (optional)
110 .WithValueMap({"world", kWorld},
Dcmdline_parser.h155 ArgumentBuilder<TArg>& WithValueMap( in WithValueMap() function