Home
last modified time | relevance | path

Searched refs:SetHeapLimit (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.cc232 live_bitmap_->SetHeapLimit(reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
234 mark_bitmap_->SetHeapLimit(reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
/art/runtime/gc/accounting/
Dspace_bitmap.h206 void SetHeapLimit(uintptr_t new_end);
Dspace_bitmap.cc100 void SpaceBitmap<kAlignment>::SetHeapLimit(uintptr_t new_end) { in SetHeapLimit() function in art::gc::accounting::SpaceBitmap