Lines Matching refs:top
248 DCHECK_EQ(allocation_info_->start(), allocation_info_->top());
311 allocation_info_.top(),
312 static_cast<int>(allocation_info_.limit() - allocation_info_.top()),
369 if (allocation_info_->top() &&
370 allocation_info_->start() != allocation_info_->top()) {
371 allocation_counter_.AdvanceAllocationObservers(allocation_info_->top() -
412 DCHECK_EQ(allocation_info_->top() + allocation_size - aligned_size_in_bytes,
434 // Ensure that start/top/limit didn't change.
436 DCHECK_EQ(saved_allocation_info.top(), allocation_info_->top());
447 // Ensure validity of LAB: start <= top <= limit
448 DCHECK_LE(allocation_info_->start(), allocation_info_->top());
449 DCHECK_LE(allocation_info_->top(), allocation_info_->limit());