Searched refs:current_space_ (Results 1 – 2 of 2) sorted by relevance
6060 : heap_(heap), current_space_(FIRST_SPACE - 1) {} in SpaceIterator()6068 return current_space_ != LAST_SPACE; in has_next()6073 return heap_->space(++current_space_); in next()
2517 int current_space_; // from enum AllocationSpace. variable