Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat_options.cc64 .IntoKey(M::DexFiles) in AddInputMappings()
78 .IntoKey(M::ZipFd) in AddInputMappings()
123 .IntoKey(M::DmFd) in AddGeneratedArtifactMappings()
127 .IntoKey(M::DmFile) in AddGeneratedArtifactMappings()
132 .IntoKey(M::OatFile) in AddGeneratedArtifactMappings()
143 .IntoKey(M::Strip) in AddGeneratedArtifactMappings()
147 .IntoKey(M::OatFd) in AddGeneratedArtifactMappings()
171 .IntoKey(M::Base) in AddImageMappings()
233 .IntoKey(M::Passes) in AddCompilerMappings()
300 .IntoKey(M::CpuSet) in CreateDex2oatArgumentParser()
[all …]
/aosp12/art/runtime/
H A Dparsed_options.cc90 .IntoKey(M::ClassPath) in MakeParser()
97 .IntoKey(M::Verbose) in MakeParser()
100 .IntoKey(M::Help) in MakeParser()
110 .IntoKey(M::AgentPath) in MakeParser()
116 .IntoKey(M::CheckJni) in MakeParser()
132 .IntoKey(M::Zygote) in MakeParser()
135 .IntoKey(M::JniTrace) in MakeParser()
138 .IntoKey(M::GcOption) in MakeParser()
171 .IntoKey(M::Image) in MakeParser()
225 .IntoKey(M::UseTLAB) in MakeParser()
[all …]
/aosp12/art/compiler/driver/
H A Dcompiler_options_map-inl.h126 .IntoKey(Map::CompilerFilter)
130 .IntoKey(Map::CompileArtTest)
169 .IntoKey(Map::GenerateBuildID)
176 .IntoKey(Map::DeduplicateCode)
189 .IntoKey(Map::DumpTimings)
198 .IntoKey(Map::DumpStats)
202 .IntoKey(Map::Debuggable)
206 .IntoKey(Map::Baseline)
226 .IntoKey(Map::DumpCFG)
231 .IntoKey(Map::DumpCFGAppend)
[all …]
/aosp12/art/cmdline/
H A 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)
H A Dcmdline_parser.h188 CmdlineParser::Builder& IntoKey(const MapKey& key) { in IntoKey() function
370 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey() function
371 return CreateTypedBuilder<Unit>().IntoKey(key); in IntoKey()
H A Dcmdline_parser_test.cc533 .IntoKey(M::Help) in TEST_F()