HomeSort by relevance Sort by last modified time
    Searched refs:kAllocNames (Results 1 - 2 of 2) sorted by null

  /art/compiler/utils/
arena_allocator.cc 35 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
105 COMPILE_ASSERT(arraysize(kAllocNames) == kNumArenaAllocKinds, check_arraysize_kAllocNames);
107 os << kAllocNames[i] << std::setw(10) << alloc_stats_[i] << "\n";
arena_allocator.h 100 static const char* const kAllocNames[];

Completed in 51 milliseconds