Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium.h596 : current_iterator_(env) { in DeepIterator()
600 bool Done() { return current_iterator_.Done(); } in Done()
603 DCHECK(!current_iterator_.Done()); in Current()
604 DCHECK(current_iterator_.Current() != NULL); in Current()
605 return current_iterator_.Current(); in Current()
609 current_iterator_.Advance(); in Advance()
615 while (current_iterator_.env() != NULL && current_iterator_.Done()) { in SkipUninteresting()
616 current_iterator_ = ShallowIterator(current_iterator_.env()->outer()); in SkipUninteresting()
620 ShallowIterator current_iterator_; variable