diff options
Diffstat (limited to 'compiler/utils/arena_allocator.cc')
-rw-r--r-- | compiler/utils/arena_allocator.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/compiler/utils/arena_allocator.cc b/compiler/utils/arena_allocator.cc index da49524ee2..516ac2b388 100644 --- a/compiler/utils/arena_allocator.cc +++ b/compiler/utils/arena_allocator.cc @@ -35,12 +35,23 @@ template <bool kCount> const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = { "Misc ", "BasicBlock ", + "BBList " + "BBPreds ", + "DfsPreOrd ", + "DfsPostOrd ", + "DomPostOrd ", + "TopoOrd ", + "Lowering ", "LIR ", "LIR masks ", + "SwitchTbl ", + "FillArray ", + "SlowPaths ", "MIR ", "DataFlow ", "GrowList ", "GrowBitMap ", + "SSA2Dalvik ", "Dalvik2SSA ", "DebugInfo ", "Successor ", |