summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler_stats.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2018-05-17 08:14:11 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-05-17 08:14:11 +0000
commitcb2187c626828f5cefc0082a4df392ed7e1214e3 (patch)
tree9325c92f0520f3ecc8652335ff545d6ab800da8e /compiler/optimizing/optimizing_compiler_stats.h
parentbb071ee44ddc1751c79d2a8c31afe4ea3d72b5f4 (diff)
parentd147e2fb824a92acb9cd86bd92d3f1c137d488c5 (diff)
Merge "Don't compile methods with irreducible loops and String.<init>."
Diffstat (limited to 'compiler/optimizing/optimizing_compiler_stats.h')
-rw-r--r--compiler/optimizing/optimizing_compiler_stats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/optimizing_compiler_stats.h b/compiler/optimizing/optimizing_compiler_stats.h
index 9a26f2f6c4..f246228074 100644
--- a/compiler/optimizing/optimizing_compiler_stats.h
+++ b/compiler/optimizing/optimizing_compiler_stats.h
@@ -50,6 +50,7 @@ enum class MethodCompilationStat {
kNotCompiledThrowCatchLoop,
kNotCompiledAmbiguousArrayOp,
kNotCompiledHugeMethod,
+ kNotCompiledIrreducibleAndStringInit,
kNotCompiledLargeMethodNoBranches,
kNotCompiledMalformedOpcode,
kNotCompiledNoCodegen,