Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium.h597 : current_iterator_(env) { in DeepIterator()
601 bool Done() { return current_iterator_.Done(); } in Done()
604 DCHECK(!current_iterator_.Done()); in Current()
605 DCHECK(current_iterator_.Current() != NULL); in Current()
606 return current_iterator_.Current(); in Current()
610 current_iterator_.Advance(); in Advance()
616 while (current_iterator_.env() != NULL && current_iterator_.Done()) { in SkipUninteresting()
617 current_iterator_ = ShallowIterator(current_iterator_.env()->outer()); in SkipUninteresting()
621 ShallowIterator current_iterator_; variable