Home
last modified time | relevance | path

Searched refs:TraceHeapSize (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dheap-inl.h194 TraceHeapSize(new_num_bytes_allocated + region_space_->EvacBytes()); in AllocObjectWithAllocator()
196 TraceHeapSize(new_num_bytes_allocated); in AllocObjectWithAllocator()
Dheap.h922 void TraceHeapSize(size_t heap_size);
/art/runtime/gc/space/
Dregion_space.cc1018 void RegionSpace::TraceHeapSize() { in TraceHeapSize() function in art::gc::space::RegionSpace
1020 heap->TraceHeapSize(heap->GetBytesAllocated() + EvacBytes()); in TraceHeapSize()
1044 TraceHeapSize(); in AllocateRegion()
Dregion_space-inl.h375 TraceHeapSize(); in AllocLarge()
Dregion_space.h648 void TraceHeapSize() REQUIRES(region_lock_);