Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space-inl.h130 DCHECK_LE(Top(), end_); in Alloc()
248 uint8_t* top = r->Top(); in WalkInternal()
341 DCHECK_LT(begin_ + kRegionSize, Top()); in BytesAllocated()
342 return static_cast<size_t>(Top() - begin_); in BytesAllocated()
344 DCHECK_EQ(begin_, Top()); in BytesAllocated()
348 DCHECK_LE(begin_, Top()); in BytesAllocated()
353 bytes = static_cast<size_t>(Top() - begin_); in BytesAllocated()
Dregion_space.h306 DCHECK_EQ(begin_, Top()); in IsFree()
353 DCHECK_LT(begin_ + kRegionSize, Top()); in IsLarge()
362 DCHECK_EQ(begin_, Top()); in IsLargeTail()
426 DCHECK_LT(begin_ + kRegionSize, Top()); in ObjectsAllocated()
430 DCHECK_EQ(begin_, Top()); in ObjectsAllocated()
443 ALWAYS_INLINE uint8_t* Top() const { in Top() function
464 DCHECK_EQ(Top(), end_); in RecordThreadLocalAllocations()
467 DCHECK_LE(Top(), end_); in RecordThreadLocalAllocations()
Dregion_space.cc307 cur->LiveBytes() != static_cast<size_t>(cur->Top() - cur->Begin())) { in ClearFromSpace()
345 if (current_region_->End() - current_region_->Top() > 0) { in LogFragmentationAllocFailure()
346 max_contiguous_allocation = current_region_->End() - current_region_->Top(); in LogFragmentationAllocFailure()
523 << reinterpret_cast<void*>(Top()) in Dump()