Home
last modified time | relevance | path

Searched refs:current_space_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dheap.cc5164 : current_space_(FIRST_SPACE), in SpaceIterator()
5171 : current_space_(FIRST_SPACE), in SpaceIterator()
5185 return current_space_ != LAST_SPACE; in has_next()
5194 current_space_++; in next()
5195 if (current_space_ > LAST_SPACE) { in next()
5209 switch (current_space_) { in CreateIterator()
Dheap.h1772 int current_space_; // from enum AllocationSpace. variable