Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt1309 private val nodeCountStack = IntStack() constant
1763 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()