Searched refs:CurrentStats (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/
H A Dscoped_arena_allocator.cc76 if (PeakStats()->BytesAllocated() < CurrentStats()->BytesAllocated()) {
77 PeakStats()->Copy(*CurrentStats());
79 CurrentStats()->Copy(restore_stats);
100 CurrentStats()->RecordAlloc(bytes, kind);
110 ArenaAllocatorStats(*arena_stack->CurrentStats()),
H A Dscoped_arena_allocator.h61 ArenaAllocatorStats* CurrentStats() { function in class:art::ArenaStack
75 CurrentStats()->RecordAlloc(bytes, kind);

Completed in 67 milliseconds