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

  /art/runtime/base/
scoped_arena_allocator.cc 56 UpdateBytesAllocated();
81 void ArenaStack::UpdateBytesAllocated() {
136 arena_stack_->UpdateBytesAllocated();
arena_allocator.cc 396 void ArenaAllocator::UpdateBytesAllocated() {
449 UpdateBytesAllocated();
461 new_arena->bytes_allocated_ = bytes; // UpdateBytesAllocated() on the new_arena.
465 UpdateBytesAllocated();
scoped_arena_allocator.h 110 void UpdateBytesAllocated();
arena_allocator.h 394 void UpdateBytesAllocated();

Completed in 294 milliseconds