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

  /art/compiler/utils/
scoped_arena_allocator.cc 76 if (PeakStats()->BytesAllocated() < CurrentStats()->BytesAllocated()) {
77 PeakStats()->Copy(*CurrentStats());
79 CurrentStats()->Copy(restore_stats);
100 CurrentStats()->RecordAlloc(bytes, kind);
110 ArenaAllocatorStats(*arena_stack->CurrentStats()),