Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc174 .WithValueMap({{"threadcpuclock", TraceClockSource::kThreadCpu}, in MakeParser()
240 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
250 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
255 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
268 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
272 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
333 .WithValueMap({{"disabled", gc::space::LargeObjectSpaceType::kDisabled}, in MakeParser()
365 .WithValueMap({{"threadcpuclock", TraceClockSource::kThreadCpu}, in MakeParser()
382 .WithValueMap({{"none", verifier::VerifyMode::kNone}, in MakeParser()
416 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
[all …]
/art/compiler/driver/
Dcompiler_options_map-inl.h159 .WithValueMap({{"false", false}, {"true", true}})
169 .WithValueMap({{"log", ProfileMethodsCheck::kLog},
221 .WithValueMap({{"false", false}, {"true", true}})
228 .WithValueMap({{"false", false}, {"true", true}})
/art/dex2oat/
Ddex2oat_options.cc216 .WithValueMap({{"lz4", ImageHeader::kStorageModeLZ4}, in AddImageMappings()
363 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateDex2oatArgumentParser()
/art/cmdline/
DREADME.md103 #### WithValueMap (optional)
110 .WithValueMap({"world", kWorld},
Dcmdline_parser.h155 ArgumentBuilder<TArg>& WithValueMap( in WithValueMap() function