Lines Matching refs:COMPILER_OPTIONS_KEY
17 #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, SmallMethodMaxThreshold)
44 COMPILER_OPTIONS_KEY (unsigned int, TinyMethodMaxThreshold)
45 COMPILER_OPTIONS_KEY (unsigned int, NumDexMethodsThreshold)
46 COMPILER_OPTIONS_KEY (unsigned int, InlineMaxCodeUnitsThreshold)
47 COMPILER_OPTIONS_KEY (bool, GenerateDebugInfo)
48 COMPILER_OPTIONS_KEY (bool, GenerateMiniDebugInfo)
49 COMPILER_OPTIONS_KEY (bool, GenerateBuildID)
50 COMPILER_OPTIONS_KEY (Unit, Debuggable)
51 COMPILER_OPTIONS_KEY (Unit, Baseline)
52 COMPILER_OPTIONS_KEY (double, TopKProfileThreshold)
53 COMPILER_OPTIONS_KEY (bool, AbortOnHardVerifierFailure)
54 COMPILER_OPTIONS_KEY (bool, AbortOnSoftVerifierFailure)
55 COMPILER_OPTIONS_KEY (bool, ResolveStartupConstStrings, false)
56 COMPILER_OPTIONS_KEY (std::string, DumpInitFailures)
57 COMPILER_OPTIONS_KEY (std::string, DumpCFG)
58 COMPILER_OPTIONS_KEY (Unit, DumpCFGAppend)
60 COMPILER_OPTIONS_KEY (std::string, RegisterAllocationStrategy)
61 COMPILER_OPTIONS_KEY (ParseStringList<','>, VerboseMethods)
62 COMPILER_OPTIONS_KEY (bool, DeduplicateCode, true)
63 COMPILER_OPTIONS_KEY (Unit, CountHotnessInCompiledCode)
64 COMPILER_OPTIONS_KEY (ProfileMethodsCheck, CheckProfiledMethods)
65 COMPILER_OPTIONS_KEY (Unit, DumpTimings)
66 COMPILER_OPTIONS_KEY (Unit, DumpPassTimings)
67 COMPILER_OPTIONS_KEY (Unit, DumpStats)
68 COMPILER_OPTIONS_KEY (unsigned int, MaxImageBlockSize)
70 #undef COMPILER_OPTIONS_KEY