Home
last modified time | relevance | path

Searched refs:Dex2oatArgumentMapKey (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/
Ddex2oat_options.h42 struct Dex2oatArgumentMapKey : VariantMapKey<TValue> { struct
43 Dex2oatArgumentMapKey() {} in Dex2oatArgumentMapKey() argument
44 explicit Dex2oatArgumentMapKey(TValue default_value) in Dex2oatArgumentMapKey() argument
58 struct Dex2oatArgumentMap : CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey> {
60 using CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>::CompilerOptionsMap;
68 using Key = Dex2oatArgumentMapKey<TValue>;
75 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
Ddex2oat_options.cc40 #define COMPILER_OPTIONS_MAP_KEY_TYPE Dex2oatArgumentMapKey