Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.cc6189 : current_space_(FIRST_SPACE), in SpaceIterator()
6196 : current_space_(FIRST_SPACE), in SpaceIterator()
6210 return current_space_ != LAST_SPACE; in has_next()
6219 current_space_++; in next()
6220 if (current_space_ > LAST_SPACE) { in next()
6234 switch (current_space_) { in CreateIterator()
Dheap.h2178 int current_space_; // from enum AllocationSpace. variable