Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap-inl.h203 TraceHeapSize(new_num_bytes_allocated + region_space_->EvacBytes()); in AllocObjectWithAllocator()
205 TraceHeapSize(new_num_bytes_allocated); in AllocObjectWithAllocator()
Dheap.h959 void TraceHeapSize(size_t heap_size);
Dheap.cc2522 void Heap::TraceHeapSize(size_t heap_size) { in TraceHeapSize() function in art::gc::Heap
3551 TraceHeapSize(bytes_allocated); in GrowForUtilization()
/art/runtime/gc/space/
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()
Dregion_space-inl.h375 TraceHeapSize(); in AllocLarge()
Dregion_space.h652 void TraceHeapSize() REQUIRES(region_lock_);