Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/
DCoroutineDebugging.kt34 …fun coroutineCreation(): StackTraceElement = Exception().artificialFrame(_CREATION::class.java.sim… in coroutineCreation() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt23 private val ARTIFICIAL_FRAME = ArtificialStackFrames().coroutineCreation() in <lambda>()