Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableList/
DPersistentVector.kt57 var newRoot = presizedBufferWith(root) in pushFilledTail() variable
63 val newRoot = pushTail(root, rootShift, filledTail) in pushFilledTail() constant
97 val newRoot = insertIntoRoot(root, rootShift, index, element, elementCarry) in add() constant
127 …val newRoot = if (bufferIndex == 0) arrayOfNulls<Any?>(MAX_BUFFER_SIZE) else root.copyOf(MAX_BUFFE… in insertIntoRoot() constant
134 val newRoot = root.copyOf(MAX_BUFFER_SIZE) in insertIntoRoot() constant
156 val newRoot = removeFromRootAt(root, rootShift, index, ObjectRef(tail[0])) in removeAt() constant
190 val newRoot = pullLastBuffer(root, shift, rootSize - 1, tailCarry)!! in pullLastBufferFromRoot() constant
224 val newRoot = root.copyOf(MAX_BUFFER_SIZE) in pullLastBuffer() constant
241 …val newRoot = if (bufferIndex == 0) arrayOfNulls<Any?>(MAX_BUFFER_SIZE) else root.copyOf(MAX_BUFFE… in removeFromRootAt() constant
253 val newRoot = root.copyOf(MAX_BUFFER_SIZE) in removeFromRootAt() constant
[all …]
DPersistentVectorBuilder.kt549 val newRoot = removeFromRootAt(root!!, rootShift, index, elementCarry) in removeAt() constant
630 val newRoot = pullLastBuffer(root!!, shift, rootSize, tailCarry)!! in pullLastBufferFromRoot() constant
730 …val newRoot = if (buffers.isEmpty()) root!! else pushBuffers(root, unaffectedElementsCount, rootSh… in removeAll() constant
754 var newRoot = root in retainFirst() variable
781 var newRoot = root in nullifyAfter() variable