Searched refs:DebugCoroutineInfo (Results 1 – 5 of 5) sorted by relevance
216 fun enhanceStackTraceWithThreadDumpAsJson(info: DebugCoroutineInfo): String { in <lambda>()240 fun dumpCoroutinesInfo(): List<DebugCoroutineInfo> = in <lambda>()241 dumpCoroutinesInfoImpl { owner, context -> DebugCoroutineInfo(owner.info, context) } in <lambda>()314 info: DebugCoroutineInfo, in <lambda>()
14 internal class DebugCoroutineInfo internal constructor( class
13 public class CoroutineInfo internal constructor(delegate: DebugCoroutineInfo) {
88 assertIs<DebugCoroutineInfo>(info) in verifyDump()
914 public final class kotlinx/coroutines/debug/internal/DebugCoroutineInfo {939 …nhanceStackTraceWithThreadDump (Lkotlinx/coroutines/debug/internal/DebugCoroutineInfo;Ljava/util/L…940 …StackTraceWithThreadDumpAsJson (Lkotlinx/coroutines/debug/internal/DebugCoroutineInfo;)Ljava/lang/…