Lines Matching refs:Top
311 SparseInputMask::InputIterator* StateValuesAccess::iterator::Top() {
331 Top()->Advance();
337 while (!done() && Top()->IsEmpty()) {
338 count += Top()->AdvanceToNextRealOrEnd();
346 SparseInputMask::InputIterator* top = Top();
361 Top()->Advance();
382 return Top()->Get(nullptr);
386 Node* parent = Top()->parent();
387 DCHECK(!Top()->IsEmpty());
394 return (*types)[Top()->real_index()];