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.kt36 public val creationStackTrace: List<StackTraceElement> get() = creationStackTrace() constant
55 private fun creationStackTrace(): List<StackTraceElement> { in creationStackTrace() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugCoroutineInfoImpl.kt37 public val creationStackTrace: List<StackTraceElement> get() = creationStackTrace() constant
161 private fun creationStackTrace(): List<StackTraceElement> { in creationStackTrace() method
DDebugCoroutineInfo.kt20 public val creationStackTrace = source.creationStackTrace // getter is used as of 1.4-M3 constant