Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutineInfo.kt61 return sequence<StackTraceElement> { yieldFrames(bottom.callerFrame) }.toList() in creationStackTrace()
64 …private tailrec suspend fun SequenceScope<StackTraceElement>.yieldFrames(frame: CoroutineStackFram… in yieldFrames() method
69 yieldFrames(caller) in yieldFrames()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugCoroutineInfoImpl.kt75 return sequence<StackTraceElement> { yieldFrames(bottom.callerFrame) }.toList() in creationStackTrace()
78 …private tailrec suspend fun SequenceScope<StackTraceElement>.yieldFrames(frame: CoroutineStackFram… in yieldFrames() method
83 yieldFrames(caller) in yieldFrames()
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...