Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt358 val (continuationStartFrame, delta) = findContinuationStartIndex( in <lambda>() constant
364 if (continuationStartFrame == -1) return coroutineTrace in <lambda>()
366 … val expectedSize = indexOfResumeWith + coroutineTrace.size - continuationStartFrame - 1 - delta in <lambda>()
372 for (index in continuationStartFrame + 1 until coroutineTrace.size) { in <lambda>()