Searched refs:SetHeapSize (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/gc/accounting/
H A Dspace_bitmap.h164 void SetHeapSize(size_t bytes) { function in class:art::gc::accounting::SpaceBitmap
/art/runtime/gc/space/
H A Dmalloc_space.cc254 GetLiveBitmap()->SetHeapSize(new_capacity);
255 GetMarkBitmap()->SetHeapSize(new_capacity);
258 temp_bitmap_->SetHeapSize(new_capacity);

Completed in 23 milliseconds