diff options
author | 2025-02-03 13:50:23 +0000 | |
---|---|---|
committer | 2025-02-03 07:55:13 -0800 | |
commit | 0076c0512fddc78f7fde827d79be6b33e0b1e0b8 (patch) | |
tree | af091cd39b7e29c75df39fed9c72c0d6f090413b /compiler | |
parent | cfb4bdbe116ede352effce5462ccf7e998b78255 (diff) |
Optimizing: Remove `kNotCompiledLargeMethodNoBranches`.
This statistic has been obsoleted by
https://android-review.googlesource.com/2808063 .
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Bug: 316617683
Change-Id: Ice880753d0d4acaad53da15aa01937bd0548836a
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/optimizing/optimizing_compiler_stats.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/optimizing_compiler_stats.h b/compiler/optimizing/optimizing_compiler_stats.h index 62ed2359a2..e6c7cefb16 100644 --- a/compiler/optimizing/optimizing_compiler_stats.h +++ b/compiler/optimizing/optimizing_compiler_stats.h @@ -58,7 +58,6 @@ enum class MethodCompilationStat { kNotCompiledThrowCatchLoop, kNotCompiledAmbiguousArrayOp, kNotCompiledHugeMethod, - kNotCompiledLargeMethodNoBranches, kNotCompiledMalformedOpcode, kNotCompiledNoCodegen, kNotCompiledPathological, |