Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/
H A Ddex2oat_options.h57 struct Dex2oatArgumentMap : CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey> {
59 using CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>::CompilerOptionsMap;
76 extern template struct CompilerOptionsMap<Dex2oatArgumentMap, Dex2oatArgumentMapKey>;
/aosp_15_r20/art/compiler/driver/
H A Dsimple_compiler_options_map.h40 struct SimpleParseArgumentMap : CompilerOptionsMap<SimpleParseArgumentMap,
43 using CompilerOptionsMap<SimpleParseArgumentMap, SimpleParseArgumentMapKey>::CompilerOptionsMap;
H A 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>;
H A 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
H A Dcompiler_options_map.h35 struct CompilerOptionsMap : VariantMap<Base, KeyType> { struct