Lines Matching refs:End
50 CHECK(IsAligned<kGcCardSize>(reinterpret_cast<uintptr_t>(mem_map->End()))); in MallocSpace()
132 uint8_t* original_end = End(); in MoreCore()
166 SetEnd(reinterpret_cast<uint8_t*>(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()
179 << "End " << reinterpret_cast<const void*>(End()) << "\n" in CreateZygoteSpace()
192 std::unique_ptr<MemMap> mem_map(GetMemMap()->RemapAtEnd(End(), alloc_space_name, in CreateZygoteSpace()
195 void* allocator = CreateAllocator(End(), starting_size_, initial_size_, capacity, in CreateZygoteSpace()
202 *out_malloc_space = CreateInstance(mem_map.release(), alloc_space_name, allocator, End(), end, in CreateZygoteSpace()
204 SetLimit(End()); in CreateZygoteSpace()
205 live_bitmap_->SetHeapLimit(reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
206 CHECK_EQ(live_bitmap_->HeapLimit(), reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
207 mark_bitmap_->SetHeapLimit(reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
208 CHECK_EQ(mark_bitmap_->HeapLimit(), reinterpret_cast<uintptr_t>(End())); in CreateZygoteSpace()
224 << ",end=" << reinterpret_cast<void*>(End()) in Dump()