summaryrefslogtreecommitdiff
path: root/runtime/base/arena_allocator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/arena_allocator.cc')
-rw-r--r--runtime/base/arena_allocator.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/base/arena_allocator.cc b/runtime/base/arena_allocator.cc
index f871543862..753994392e 100644
--- a/runtime/base/arena_allocator.cc
+++ b/runtime/base/arena_allocator.cc
@@ -85,17 +85,20 @@ const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
"GVN ",
"InductionVar ",
"BCE ",
+ "DCE ",
+ "LSE ",
+ "LICM ",
"SsaLiveness ",
"SsaPhiElim ",
"RefTypeProp ",
"PrimTypeProp ",
"SideEffects ",
"RegAllocator ",
+ "RegAllocVldt ",
"StackMapStm ",
"CodeGen ",
"ParallelMove ",
"GraphChecker ",
- "LSE ",
"Verifier ",
};