Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_options.cc65 .IntoKey(M::DexFiles) in AddInputMappings()
74 .IntoKey(M::DexLocations) in AddInputMappings()
79 .IntoKey(M::DexFds) in AddInputMappings()
84 .IntoKey(M::ZipFd) in AddInputMappings()
89 .IntoKey(M::ZipLocation) in AddInputMappings()
105 .IntoKey(M::BootImage); in AddInputMappings()
115 .IntoKey(M::InputVdexFd) in AddGeneratedArtifactMappings()
119 .IntoKey(M::InputVdex) in AddGeneratedArtifactMappings()
123 .IntoKey(M::OutputVdexFd) in AddGeneratedArtifactMappings()
127 .IntoKey(M::OutputVdex) in AddGeneratedArtifactMappings()
[all …]
/art/runtime/
Dparsed_options.cc91 .IntoKey(M::ClassPath) in MakeParser()
94 .IntoKey(M::PropertiesList) in MakeParser()
98 .IntoKey(M::Verbose) in MakeParser()
101 .IntoKey(M::Help) in MakeParser()
103 .IntoKey(M::ShowVersion) in MakeParser()
111 .IntoKey(M::AgentPath) in MakeParser()
115 .IntoKey(M::BootClassPath) in MakeParser()
118 .IntoKey(M::BootClassPathFds) in MakeParser()
121 .IntoKey(M::BootClassPathImageFds) in MakeParser()
124 .IntoKey(M::BootClassPathVdexFds) in MakeParser()
[all …]
/art/compiler/driver/
Dcompiler_options_map-inl.h122 .IntoKey(Map::CompilerFilter)
126 .IntoKey(Map::CompileArtTest)
130 .IntoKey(Map::HugeMethodMaxThreshold)
136 .IntoKey(Map::InlineMaxCodeUnitsThreshold)
144 .IntoKey(Map::GenerateDebugInfo)
149 .IntoKey(Map::GenerateMiniDebugInfo)
155 .IntoKey(Map::GenerateBuildID)
162 .IntoKey(Map::DeduplicateCode)
165 .IntoKey(Map::CountHotnessInCompiledCode)
171 .IntoKey(Map::CheckProfiledMethods)
[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.cc536 .IntoKey(M::Help) in TEST_F()