Home
last modified time | relevance | path

Searched refs:COMPILER_OPTIONS_KEY (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_options_map.def17 #ifndef COMPILER_OPTIONS_KEY
18 #error "Please #define COMPILER_OPTIONS_KEY before #including this file"
19 #define COMPILER_OPTIONS_KEY(...) // Don't display errors in this file in IDEs.
39 COMPILER_OPTIONS_KEY (std::string, CompilerFilter)
40 COMPILER_OPTIONS_KEY (Unit, PIC)
41 COMPILER_OPTIONS_KEY (unsigned int, HugeMethodMaxThreshold)
42 COMPILER_OPTIONS_KEY (unsigned int, LargeMethodMaxThreshold)
43 COMPILER_OPTIONS_KEY (unsigned int, NumDexMethodsThreshold)
44 COMPILER_OPTIONS_KEY (unsigned int, InlineMaxCodeUnitsThreshold)
45 COMPILER_OPTIONS_KEY (bool, GenerateDebugInfo)
[all …]
Dcompiler_options_map-storage.h37 #define COMPILER_OPTIONS_KEY(Type, Name, ...) \ macro
Dcompiler_options_map.h39 #define COMPILER_OPTIONS_KEY(Type, Name, ...) static const Key<Type> (Name); macro