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.kt24 private val creationStackBottom: CoroutineStackFrame? = delegate.creationStackBottom constant
56 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugCoroutineInfo.kt18 …internal val creationStackBottom: CoroutineStackFrame? = source.creationStackBottom // field is us… constant
DDebugCoroutineInfoImpl.kt22 internal val creationStackBottom: StackTraceFrame?, constant
162 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace()
DDebugProbesImpl.kt536 private val frame get() = info.creationStackBottom in <lambda>()