Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dmalloc_space.cc231 live_bitmap_.SetHeapLimit(reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
233 mark_bitmap_.SetHeapLimit(reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
/art/runtime/gc/accounting/
Dspace_bitmap.h193 void SetHeapLimit(uintptr_t new_end);
Dspace_bitmap.cc99 void SpaceBitmap<kAlignment>::SetHeapLimit(uintptr_t new_end) { in SetHeapLimit() function in art::gc::accounting::SpaceBitmap