Home
last modified time | relevance | path

Searched refs:SetHeapSize (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.cc254 GetLiveBitmap()->SetHeapSize(new_capacity); in ClampGrowthLimit()
255 GetMarkBitmap()->SetHeapSize(new_capacity); in ClampGrowthLimit()
258 temp_bitmap_->SetHeapSize(new_capacity); in ClampGrowthLimit()
/art/runtime/gc/accounting/
Dspace_bitmap.h163 void SetHeapSize(size_t bytes) { in SetHeapSize() function