Home
last modified time | relevance | path

Searched refs:IntoKey (Results 1 – 6 of 6) sorted by relevance

/art/dex2oat/
Ddex2oat_options.cc60 .IntoKey(M::DexFiles) in AddInputMappings()
63 .IntoKey(M::DexLocations) in AddInputMappings()
66 .IntoKey(M::ZipFd) in AddInputMappings()
69 .IntoKey(M::ZipLocation) in AddInputMappings()
72 .IntoKey(M::BootImage); in AddInputMappings()
79 .IntoKey(M::InputVdexFd) in AddGeneratedArtifactMappings()
82 .IntoKey(M::InputVdex) in AddGeneratedArtifactMappings()
85 .IntoKey(M::OutputVdexFd) in AddGeneratedArtifactMappings()
88 .IntoKey(M::OutputVdex) in AddGeneratedArtifactMappings()
91 .IntoKey(M::DmFd) in AddGeneratedArtifactMappings()
[all …]
/art/runtime/
Dparsed_options.cc89 .IntoKey(M::ClassPath) in MakeParser()
92 .IntoKey(M::PropertiesList) in MakeParser()
96 .IntoKey(M::Verbose) in MakeParser()
99 .IntoKey(M::Help) in MakeParser()
101 .IntoKey(M::ShowVersion) in MakeParser()
109 .IntoKey(M::AgentPath) in MakeParser()
113 .IntoKey(M::BootClassPath) in MakeParser()
115 .IntoKey(M::CheckJni) in MakeParser()
118 .IntoKey(M::MemoryInitialSize) in MakeParser()
121 .IntoKey(M::MemoryMaximumSize) in MakeParser()
[all …]
/art/compiler/driver/
Dcompiler_options_map-inl.h112 .IntoKey(Map::CompilerFilter) in AddCompilerOptionsArgumentParserOptions()
116 .IntoKey(Map::CompileArtTest) in AddCompilerOptionsArgumentParserOptions()
119 .IntoKey(Map::HugeMethodMaxThreshold) in AddCompilerOptionsArgumentParserOptions()
122 .IntoKey(Map::LargeMethodMaxThreshold) in AddCompilerOptionsArgumentParserOptions()
125 .IntoKey(Map::NumDexMethodsThreshold) in AddCompilerOptionsArgumentParserOptions()
128 .IntoKey(Map::InlineMaxCodeUnitsThreshold) in AddCompilerOptionsArgumentParserOptions()
132 .IntoKey(Map::GenerateDebugInfo) in AddCompilerOptionsArgumentParserOptions()
135 .IntoKey(Map::GenerateMiniDebugInfo) in AddCompilerOptionsArgumentParserOptions()
139 .IntoKey(Map::GenerateBuildID) in AddCompilerOptionsArgumentParserOptions()
144 .IntoKey(Map::DeduplicateCode) in AddCompilerOptionsArgumentParserOptions()
[all …]
/art/cmdline/
DREADME.md41 .IntoKey(FruitVariantMap::Help)
44 .IntoKey(FruitVariantMap::Apple)
48 .IntoKey(FruitVariantMap::Orange);
154 Currently, only `IntoKey` is supported, but that may change in the future.
156 #### IntoKey (required)
163 .IntoKey(Map::Help)
Dcmdline_parser.h188 CmdlineParser::Builder& IntoKey(const MapKey& key) { in IntoKey() function
352 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey() function
353 return CreateTypedBuilder<Unit>().IntoKey(key); in IntoKey()
Dcmdline_parser_test.cc532 .IntoKey(M::Help) in TEST_F()