Home
last modified time | relevance | path

Searched defs:creationStackBottom (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugCoroutineInfo.kt22 …internal val creationStackBottom: CoroutineStackFrame? = source.creationStackBottom // field is us… constant
DDebugCoroutineInfoImpl.kt26 internal val creationStackBottom: StackTraceFrame?, constant
/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutineInfo.kt27 private val creationStackBottom: CoroutineStackFrame? = delegate.creationStackBottom constant