Lines Matching refs:End
50 CHECK(IsAligned<kGcCardSize>(reinterpret_cast<uintptr_t>(mem_map->End()))); in MallocSpace()
132 byte* original_end = End(); in MoreCore()
166 SetEnd(reinterpret_cast<byte*>(RoundUp(reinterpret_cast<uintptr_t>(End()), kPageSize))); in CreateZygoteSpace()
168 DCHECK(IsAligned<accounting::CardTable::kCardSize>(End())); in CreateZygoteSpace()
170 DCHECK(IsAligned<kPageSize>(End())); in CreateZygoteSpace()
178 << "End " << reinterpret_cast<const void*>(End()) << "\n" in CreateZygoteSpace()
191 std::unique_ptr<MemMap> mem_map(GetMemMap()->RemapAtEnd(End(), alloc_space_name, in CreateZygoteSpace()
194 void* allocator = CreateAllocator(End(), starting_size_, initial_size_, capacity, in CreateZygoteSpace()
201 *out_malloc_space = CreateInstance(alloc_space_name, mem_map.release(), allocator, End(), end, in CreateZygoteSpace()
203 SetLimit(End()); in CreateZygoteSpace()
204 live_bitmap_->SetHeapLimit(reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
205 CHECK_EQ(live_bitmap_->HeapLimit(), reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
206 mark_bitmap_->SetHeapLimit(reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
207 CHECK_EQ(mark_bitmap_->HeapLimit(), reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
223 << ",end=" << reinterpret_cast<void*>(End()) in Dump()