Searched refs:CurrentIndex (Results 1 – 4 of 4) sorted by relevance
328 auto CurrentIndex = getHighestParentAbove(I); in propagateAttrs() local329 if (!Visited.insert(CurrentIndex).second) in propagateAttrs()332 while (Links[CurrentIndex].hasBelow()) { in propagateAttrs()333 auto &CurrentBits = Links[CurrentIndex].Attrs; in propagateAttrs()334 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs()337 CurrentIndex = NextIndex; in propagateAttrs()
1608 unsigned CurrentIndex = BeginIndex;1614 BOI.Begin = CurrentIndex;1615 BOI.End = CurrentIndex + BI->input_size();1616 CurrentIndex = BOI.End;
850 int CurrentIndex() const { return static_cast<int>(contents_.size()); } in CurrentIndex() function919 index_(buffer->CurrentIndex()), in Translation()
2324 Handle<ByteArray> result = factory->NewByteArray(CurrentIndex(), TENURED); in CreateByteArray()