Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc5461 current_space_(FIRST_SPACE), in SpaceIterator()
5468 current_space_(FIRST_SPACE), in SpaceIterator()
5481 return current_space_ != LAST_SPACE; in has_next()
5490 current_space_++; in next()
5491 if (current_space_ > LAST_SPACE) { in next()
5505 switch (current_space_) { in CreateIterator()
Dheap.h2186 int current_space_; // from enum AllocationSpace. variable