Home
last modified time | relevance | path

Searched refs:TraceHeapSize (Results 1 – 6 of 6) 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.h924 void TraceHeapSize(size_t heap_size);
Dheap.cc2525 void Heap::TraceHeapSize(size_t heap_size) { in TraceHeapSize() function in art::gc::Heap
3522 TraceHeapSize(bytes_allocated); in GrowForUtilization()
/art/runtime/gc/space/
Dregion_space.cc1024 void RegionSpace::TraceHeapSize() { in TraceHeapSize() function in art::gc::space::RegionSpace
1026 heap->TraceHeapSize(heap->GetBytesAllocated() + EvacBytes()); in TraceHeapSize()
1050 TraceHeapSize(); in AllocateRegion()
Dregion_space-inl.h375 TraceHeapSize(); in AllocLarge()
Dregion_space.h652 void TraceHeapSize() REQUIRES(region_lock_);