Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/
DCoroutineDebugging.kt46 …fun coroutineBoundary(): StackTraceElement = Exception().artificialFrame(_BOUNDARY::class.java.sim… in coroutineCreation() method in _COROUTINE.ArtificialStackFrames
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DStackTraceRecovery.kt23 private val ARTIFICIAL_FRAME = ArtificialStackFrames().coroutineBoundary()