Home
last modified time | relevance | path

Searched refs:SetEnd (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/collector/
Dimmune_region.cc32 SetEnd(nullptr); in Reset()
45 SetEnd(space_limit); in AddContinuousSpace()
50 SetEnd(space_limit); in AddContinuousSpace()
Dimmune_region.h55 void SetEnd(mirror::Object* end) { in SetEnd() function
Dmark_compact.cc393 space_->SetEnd(bump_pointer_); in Compact()
/art/runtime/gc/space/
Dmalloc_space.cc126 SetEnd(begin_ + growth_limit); in SetGrowthLimit()
155 SetEnd(new_end); in MoreCore()
166 SetEnd(reinterpret_cast<byte*>(RoundUp(reinterpret_cast<uintptr_t>(End()), kPageSize))); in CreateZygoteSpace()
Dbump_pointer_space.cc73 SetEnd(Begin()); in Clear()
Dspace.h265 void SetEnd(byte* end) { in SetEnd() function
Ddlmalloc_space.cc296 SetEnd(Begin() + starting_size_); in Clear()
Drosalloc_space.cc352 SetEnd(begin_ + starting_size_); in Clear()
/art/runtime/gc/
Dheap.cc1960 non_moving_space_->SetEnd(target_space.End()); in PreZygoteFork()