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 103 .IntoKey(Map::CompilerFilter)
106 .IntoKey(Map::PIC)
110 .IntoKey(Map::HugeMethodMaxThreshold)
113 .IntoKey(Map::LargeMethodMaxThreshold)
116 .IntoKey(Map::SmallMethodMaxThreshold)
119 .IntoKey(Map::TinyMethodMaxThreshold)
122 .IntoKey(Map::NumDexMethodsThreshold)
125 .IntoKey(Map::InlineMaxCodeUnitsThreshold)
129 .IntoKey(Map::GenerateDebugInfo)
132 .IntoKey(Map::GenerateMiniDebugInfo
    [all...]
  /art/runtime/
parsed_options.cc 74 .IntoKey(M::Zygote)
76 .IntoKey(M::Help)
78 .IntoKey(M::ShowVersion)
81 .IntoKey(M::BootClassPath)
84 .IntoKey(M::BootClassPathLocations)
87 .IntoKey(M::ClassPath)
90 .IntoKey(M::Image)
92 .IntoKey(M::CheckJni)
94 .IntoKey(M::JniOptsForceCopy)
97 .IntoKey(M::JdwpProvider
    [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 527 .IntoKey(M::Help)

Completed in 312 milliseconds