HomeSort by relevance Sort by last modified time
    Searched refs:IntoKey (Results 1 - 5 of 5) sorted by null

  /art/dex2oat/
dex2oat_options.cc 60 .IntoKey(M::DexFiles)
63 .IntoKey(M::DexLocations)
66 .IntoKey(M::ZipFd)
69 .IntoKey(M::ZipLocation)
72 .IntoKey(M::BootImage);
79 .IntoKey(M::InputVdexFd)
82 .IntoKey(M::InputVdex)
85 .IntoKey(M::OutputVdexFd)
88 .IntoKey(M::OutputVdex)
91 .IntoKey(M::DmFd
    [all...]
  /art/compiler/driver/
compiler_options_map-inl.h 112 .IntoKey(Map::CompilerFilter)
116 .IntoKey(Map::HugeMethodMaxThreshold)
119 .IntoKey(Map::LargeMethodMaxThreshold)
122 .IntoKey(Map::SmallMethodMaxThreshold)
125 .IntoKey(Map::TinyMethodMaxThreshold)
128 .IntoKey(Map::NumDexMethodsThreshold)
131 .IntoKey(Map::InlineMaxCodeUnitsThreshold)
135 .IntoKey(Map::GenerateDebugInfo)
138 .IntoKey(Map::GenerateMiniDebugInfo)
142 .IntoKey(Map::GenerateBuildID
    [all...]
  /art/runtime/
parsed_options.cc 84 .IntoKey(M::Zygote)
86 .IntoKey(M::Help)
88 .IntoKey(M::ShowVersion)
91 .IntoKey(M::BootClassPath)
94 .IntoKey(M::BootClassPathLocations)
97 .IntoKey(M::ClassPath)
100 .IntoKey(M::Image)
105 .IntoKey(M::ImageSpaceLoadingOrder)
107 .IntoKey(M::CheckJni)
109 .IntoKey(M::JniOptsForceCopy
    [all...]
  /art/cmdline/
cmdline_parser.h 173 CmdlineParser::Builder& IntoKey(const MapKey& key) {
311 Builder& IntoKey(const TVariantMapKey<Unit>& key) {
312 return CreateTypedBuilder<Unit>().IntoKey(key);
cmdline_parser_test.cc 538 .IntoKey(M::Help)

Completed in 736 milliseconds