Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc234 if (current_region_->End() - current_region_->Top() > 0) { in LogFragmentationAllocFailure()
235 max_contiguous_allocation = current_region_->End() - current_region_->Top(); in LogFragmentationAllocFailure()
Dregion_space-inl.h246 uint8_t* top = r->Top(); in WalkInternal()
Dregion_space.h434 uint8_t* Top() const { in Top() function