Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_region.cc32 SetEnd(nullptr); in Reset()
Dimmune_region.h55 void SetEnd(mirror::Object* end) { in SetEnd() function
Dimmune_spaces.cc102 largest_immune_region_.SetEnd(reinterpret_cast<mirror::Object*>(best_end)); in CreateLargestImmuneRegion()
/art/runtime/gc/space/
Dmalloc_space.cc146 SetEnd(begin_ + growth_limit); in SetGrowthLimit()
175 SetEnd(new_end); in MoreCore()
186 SetEnd(reinterpret_cast<uint8_t*>(RoundUp(reinterpret_cast<uintptr_t>(End()), kPageSize))); in CreateZygoteSpace()
Dbump_pointer_space.cc83 SetEnd(Begin()); in Clear()
Dspace.h285 void SetEnd(uint8_t* end) { in SetEnd() function
Ddlmalloc_space.cc342 SetEnd(Begin() + starting_size_); in Clear()
Drosalloc_space.cc432 SetEnd(begin_ + starting_size_); in Clear()
Dregion_space.cc806 SetEnd(Limit()); in ClampGrowthLimit()
/art/runtime/
Doat_file.cc178 void SetEnd(const uint8_t* end) { in SetEnd() function in art::OatFileBase
1439 SetEnd(elf_file->Begin() + size + offset); in InitializeFromElfFile()
1544 SetEnd(begin + oat_header_->GetHeaderSize()); in Setup()
/art/runtime/gc/
Dheap.cc2390 non_moving_space_->SetEnd(target_space.End()); in PreZygoteFork()