Searched refs:nodeCountStack (Results 1 – 1 of 1) sorted by relevance
1309 private val nodeCountStack = IntStack() constant1763 runtimeCheck(nodeCountStack.size == startStack.size) { in endInsert()1801 nodeCountStack.push(nodeCount) in startGroup()1911 nodeCount = nodeCountStack.pop() + if (isNode) 1 else newNodes in endGroup()1928 nodeCount = nodeCountStack.pop() in endGroup()