Searched refs:rear_ (Results 1 – 2 of 2) sorted by relevance
40 *(--rear_) = reinterpret_cast<intptr_t>(target); in insert()41 *(--rear_) = size; in insert()43 ASSERT(reinterpret_cast<Address>(rear_) >= HEAP->new_space()->top()); in insert()
261 PromotionQueue() : front_(NULL), rear_(NULL) { } in PromotionQueue()264 front_ = rear_ = reinterpret_cast<intptr_t*>(start_address); in Initialize()267 bool is_empty() { return front_ <= rear_; } in is_empty()275 ASSERT(front_ >= rear_); in remove()281 intptr_t* rear_; variable