Lines Matching refs:position_
48 position_(0), in Zone()
72 Address result = position_; in New()
76 const uintptr_t position = reinterpret_cast<uintptr_t>(position_); in New()
81 position_ += size_with_redzone; in New()
85 DCHECK(redzone_position + kASanRedzoneBytes == position_); in New()
108 position_ = limit_ = 0; in DeleteAll()
131 DCHECK(limit_ < position_ || in NewExpand()
133 reinterpret_cast<uintptr_t>(position_) < in NewExpand()
172 position_ = result + size; in NewExpand()
176 DCHECK(reinterpret_cast<uintptr_t>(position_) >= in NewExpand()
179 DCHECK(position_ <= limit_); in NewExpand()