Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_options.h41 struct Dex2oatArgumentMapKey : VariantMapKey<TValue> { struct
42 Dex2oatArgumentMapKey() {} in Dex2oatArgumentMapKey() argument
43 explicit Dex2oatArgumentMapKey(TValue default_value) in Dex2oatArgumentMapKey() function
57 struct Dex2oatArgumentMap : CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey> {
59 using CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>::CompilerOptionsMap;
67 using Key = Dex2oatArgumentMapKey<TValue>;
76 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
Ddex2oat_options.cc41 #define COMPILER_OPTIONS_MAP_KEY_TYPE Dex2oatArgumentMapKey