Searched refs:WithValueMap (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | parsed_options.cc | 174 .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/ |
D | compiler_options_map-inl.h | 159 .WithValueMap({{"false", false}, {"true", true}}) 169 .WithValueMap({{"log", ProfileMethodsCheck::kLog}, 221 .WithValueMap({{"false", false}, {"true", true}}) 228 .WithValueMap({{"false", false}, {"true", true}})
|
/art/dex2oat/ |
D | dex2oat_options.cc | 216 .WithValueMap({{"lz4", ImageHeader::kStorageModeLZ4}, in AddImageMappings() 363 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateDex2oatArgumentParser()
|
/art/cmdline/ |
D | README.md | 103 #### WithValueMap (optional) 110 .WithValueMap({"world", kWorld},
|
D | cmdline_parser.h | 155 ArgumentBuilder<TArg>& WithValueMap( in WithValueMap() function
|