Lines Matching refs:position_
79 position_(0), in Zone()
99 position_ += ((~size) & 4) & (reinterpret_cast<intptr_t>(position_) & 4); in New()
105 Address result = position_; in New()
108 if (limit_ < position_ + size_with_redzone) { in New()
111 position_ += size_with_redzone; in New()
115 DCHECK(redzone_position + kASanRedzoneBytes == position_); in New()
160 position_ = RoundUp(start, kAlignment); in DeleteAll()
169 position_ = limit_ = 0; in DeleteAll()
225 DCHECK_LT(limit_, position_ + size); in NewExpand()
263 position_ = result + size; in NewExpand()
267 DCHECK(reinterpret_cast<uintptr_t>(position_) >= in NewExpand()
270 DCHECK(position_ <= limit_); in NewExpand()