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.cc74 .IntoKey(M::Zygote) in MakeParser()
76 .IntoKey(M::Help) in MakeParser()
78 .IntoKey(M::ShowVersion) in MakeParser()
81 .IntoKey(M::BootClassPath) in MakeParser()
84 .IntoKey(M::BootClassPathLocations) in MakeParser()
87 .IntoKey(M::ClassPath) in MakeParser()
90 .IntoKey(M::Image) in MakeParser()
92 .IntoKey(M::CheckJni) in MakeParser()
94 .IntoKey(M::JniOptsForceCopy) in MakeParser()
97 .IntoKey(M::JdwpProvider) in MakeParser()
[all …]
/art/compiler/driver/
Dcompiler_options_map-inl.h103 .IntoKey(Map::CompilerFilter) in AddCompilerOptionsArgumentParserOptions()
106 .IntoKey(Map::PIC) in AddCompilerOptionsArgumentParserOptions()
110 .IntoKey(Map::HugeMethodMaxThreshold) in AddCompilerOptionsArgumentParserOptions()
113 .IntoKey(Map::LargeMethodMaxThreshold) in AddCompilerOptionsArgumentParserOptions()
116 .IntoKey(Map::SmallMethodMaxThreshold) in AddCompilerOptionsArgumentParserOptions()
119 .IntoKey(Map::TinyMethodMaxThreshold) in AddCompilerOptionsArgumentParserOptions()
122 .IntoKey(Map::NumDexMethodsThreshold) in AddCompilerOptionsArgumentParserOptions()
125 .IntoKey(Map::InlineMaxCodeUnitsThreshold) in AddCompilerOptionsArgumentParserOptions()
129 .IntoKey(Map::GenerateDebugInfo) in AddCompilerOptionsArgumentParserOptions()
132 .IntoKey(Map::GenerateMiniDebugInfo) 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.h173 CmdlineParser::Builder& IntoKey(const MapKey& key) { in IntoKey() function
311 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey() function
312 return CreateTypedBuilder<Unit>().IntoKey(key); in IntoKey()
Dcmdline_parser_test.cc527 .IntoKey(M::Help) in TEST_F()