Home
last modified time | relevance | path

Searched defs:newCurrentSlot (Results 1 – 1 of 1) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSlotTable.kt1153 val newCurrentSlot = currentSlotStack.pop() in endGroup() constant
1806 val newCurrentSlot = groups.dataIndex(groupIndexToAddress(current)) in startGroup() constant
1914 val newCurrentSlot = if (nextAddress < 0) 0 else groups.dataIndex(nextAddress) in endGroup() constant