Searched refs:creationStackBottom (Results 1 – 4 of 4) sorted by relevance
24 private val creationStackBottom: CoroutineStackFrame? = delegate.creationStackBottom constant56 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace()
18 …internal val creationStackBottom: CoroutineStackFrame? = source.creationStackBottom // field is us… constant
22 internal val creationStackBottom: StackTraceFrame?, constant162 val bottom = creationStackBottom ?: return emptyList() in creationStackTrace()
536 private val frame get() = info.creationStackBottom in <lambda>()