Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutineInfo.kt27 private val creationStackBottom: CoroutineStackFrame? = delegate.creationStackBottom constant
59 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugCoroutineInfo.kt22 …public val creationStackBottom: CoroutineStackFrame? = source.creationStackBottom // field is used… constant
DDebugCoroutineInfoImpl.kt24 public val creationStackBottom: StackTraceFrame?, constant
73 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace()
/external/kotlinc/lib/
Dkotlinx-coroutines-core.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/coroutines/ kotlinx/ ...