Home
last modified time | relevance | path

Searched refs:dumpCoroutinesInfoAsJsonAndReferences (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DDumpCoroutineInfoAsJsonAndReferencesTest.kt38 val dumpResult = DebugProbesImpl.dumpCoroutinesInfoAsJsonAndReferences() in testDumpOfUnnamedCoroutine()
64 val dumpResult = DebugProbesImpl.dumpCoroutinesInfoAsJsonAndReferences() in verifyDump()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt181 fun dumpCoroutinesInfoAsJsonAndReferences(): Array<Any> { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api937 public final fun dumpCoroutinesInfoAsJsonAndReferences ()[Ljava/lang/Object;