Home
last modified time | relevance | path

Searched refs:CompilerOptionsMap (Results 1 – 5 of 5) sorted by relevance

/art/dex2oat/
Ddex2oat_options.h58 struct Dex2oatArgumentMap : CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey> {
60 using CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>::CompilerOptionsMap;
75 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
/art/compiler/driver/
Dsimple_compiler_options_map.h39 struct SimpleParseArgumentMap : CompilerOptionsMap<SimpleParseArgumentMap,
42 using CompilerOptionsMap<SimpleParseArgumentMap, SimpleParseArgumentMapKey>::CompilerOptionsMap;
Dcompiler_options_map-storage.h39 const KeyType<Type> CompilerOptionsMap<Base, KeyType>::Name {__VA_ARGS__};
42 template struct CompilerOptionsMap<COMPILER_OPTIONS_MAP_TYPE, COMPILER_OPTIONS_MAP_KEY_TYPE>;
Dcompiler_options_map.h33 struct CompilerOptionsMap : VariantMap<Base, KeyType> { struct
Dcompiler_options_map.def22 // This file defines the list of keys for CompilerOptionsMap.
23 // These can be used with CompilerOptionsMap.Get/Set/etc, once that template class has been