Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_options.cc64 .IntoKey(M::DexFiles) in AddInputMappings()
73 .IntoKey(M::DexLocations) in AddInputMappings()
78 .IntoKey(M::DexFds) in AddInputMappings()
83 .IntoKey(M::ZipFd) in AddInputMappings()
88 .IntoKey(M::ZipLocation) in AddInputMappings()
104 .IntoKey(M::BootImage); in AddInputMappings()
112 .IntoKey(M::InputVdexFd) in AddGeneratedArtifactMappings()
116 .IntoKey(M::InputVdex) in AddGeneratedArtifactMappings()
120 .IntoKey(M::OutputVdexFd) in AddGeneratedArtifactMappings()
124 .IntoKey(M::OutputVdex) in AddGeneratedArtifactMappings()
[all …]
/art/runtime/
Dparsed_options.cc90 .IntoKey(M::ClassPath) in MakeParser()
93 .IntoKey(M::PropertiesList) in MakeParser()
97 .IntoKey(M::Verbose) in MakeParser()
100 .IntoKey(M::Help) in MakeParser()
102 .IntoKey(M::ShowVersion) in MakeParser()
110 .IntoKey(M::AgentPath) in MakeParser()
114 .IntoKey(M::BootClassPath) in MakeParser()
117 .IntoKey(M::BootClassPathFds) in MakeParser()
120 .IntoKey(M::BootClassPathImageFds) in MakeParser()
123 .IntoKey(M::BootClassPathVdexFds) in MakeParser()
[all …]
/art/compiler/driver/
Dcompiler_options_map-inl.h126 .IntoKey(Map::CompilerFilter)
130 .IntoKey(Map::CompileArtTest)
134 .IntoKey(Map::HugeMethodMaxThreshold)
138 .IntoKey(Map::LargeMethodMaxThreshold)
144 .IntoKey(Map::NumDexMethodsThreshold)
150 .IntoKey(Map::InlineMaxCodeUnitsThreshold)
158 .IntoKey(Map::GenerateDebugInfo)
163 .IntoKey(Map::GenerateMiniDebugInfo)
169 .IntoKey(Map::GenerateBuildID)
176 .IntoKey(Map::DeduplicateCode)
[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
370 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey() function
371 return CreateTypedBuilder<Unit>().IntoKey(key); in IntoKey()
Dcmdline_parser_test.cc533 .IntoKey(M::Help) in TEST_F()