Searched refs:TraceHeapSize (Results 1 – 5 of 5) sorted by relevance
194 TraceHeapSize(new_num_bytes_allocated + region_space_->EvacBytes()); in AllocObjectWithAllocator()196 TraceHeapSize(new_num_bytes_allocated); in AllocObjectWithAllocator()
922 void TraceHeapSize(size_t heap_size);
1018 void RegionSpace::TraceHeapSize() { in TraceHeapSize() function in art::gc::space::RegionSpace1020 heap->TraceHeapSize(heap->GetBytesAllocated() + EvacBytes()); in TraceHeapSize()1044 TraceHeapSize(); in AllocateRegion()
375 TraceHeapSize(); in AllocLarge()
648 void TraceHeapSize() REQUIRES(region_lock_);