Home
last modified time | relevance | path

Searched refs:SetLimit (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/runtime/gc/space/
H A Dmalloc_space.cc230 SetLimit(End()); in CreateZygoteSpace()
H A Dspace.h292 void SetLimit(uint8_t* limit) { in SetLimit() function
H A Dregion_space.cc812 SetLimit(Begin() + new_capacity); in ClampGrowthLimit()
/aosp12/art/runtime/gc/
H A Dheap.cc2388 non_moving_space_->SetLimit(target_space.Limit()); in PreZygoteFork()