Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc161 .WithValueMap({{"threadcpuclock", TraceClockSource::kThreadCpu}, in MakeParser()
221 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
231 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
235 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
248 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
252 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
315 .WithValueMap({{"disabled", gc::space::LargeObjectSpaceType::kDisabled}, in MakeParser()
356 .WithValueMap({{"none", verifier::VerifyMode::kNone}, in MakeParser()
390 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
400 .WithValueMap({{"false", false}, {"true", true}}) in MakeParser()
[all …]
/art/compiler/driver/
Dcompiler_options_map-inl.h173 .WithValueMap({{"false", false}, {"true", true}})
183 .WithValueMap({{"log", ProfileMethodsCheck::kLog},
239 .WithValueMap({{"false", false}, {"true", true}})
246 .WithValueMap({{"false", false}, {"true", true}})
/art/dex2oat/
Ddex2oat_options.cc201 .WithValueMap({{"lz4", ImageHeader::kStorageModeLZ4}, in AddImageMappings()
309 .WithValueMap({{"Quick", Compiler::Kind::kQuick}, in CreateDex2oatArgumentParser()
334 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateDex2oatArgumentParser()
393 .WithValueMap({{"none", CompactDexLevel::kCompactDexLevelNone}, in CreateDex2oatArgumentParser()
/art/cmdline/
DREADME.md103 #### WithValueMap (optional)
110 .WithValueMap({"world", kWorld},
Dcmdline_parser.h155 ArgumentBuilder<TArg>& WithValueMap( in WithValueMap() function