Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutineInfo.kt39 public val creationStackTrace: List<StackTraceElement> get() = creationStackTrace() constant
58 private fun creationStackTrace(): List<StackTraceElement> { in creationStackTrace() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugCoroutineInfoImpl.kt39 public val creationStackTrace: List<StackTraceElement> get() = creationStackTrace() constant
163 private fun creationStackTrace(): List<StackTraceElement> { in creationStackTrace() method
DDebugCoroutineInfo.kt24 public val creationStackTrace = source.creationStackTrace // getter is used as of 1.4-M3 constant