Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/
H A Dheap-inl.h203 TraceHeapSize(new_num_bytes_allocated + region_space_->EvacBytes()); in AllocObjectWithAllocator()
205 TraceHeapSize(new_num_bytes_allocated); in AllocObjectWithAllocator()
H A Dheap.h959 void TraceHeapSize(size_t heap_size);
H A Dheap.cc2522 void Heap::TraceHeapSize(size_t heap_size) { in TraceHeapSize() function in art::gc::Heap
3551 TraceHeapSize(bytes_allocated); in GrowForUtilization()
/aosp12/art/runtime/gc/space/
H A Dregion_space.cc1032 void RegionSpace::TraceHeapSize() { in TraceHeapSize() function in art::gc::space::RegionSpace
1034 heap->TraceHeapSize(heap->GetBytesAllocated() + EvacBytes()); in TraceHeapSize()
1058 TraceHeapSize(); in AllocateRegion()
H A Dregion_space-inl.h375 TraceHeapSize(); in AllocLarge()
H A Dregion_space.h652 void TraceHeapSize() REQUIRES(region_lock_);