/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/ |
D | CoroutineInfo.kt | 53 frame = frame.callerFrame in lastObservedStackTrace() 61 return sequence<StackTraceElement> { yieldFrames(bottom.callerFrame) }.toList() in creationStackTrace() 67 val caller = frame.callerFrame in yieldFrames()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/ |
D | DebugCoroutineInfoImpl.kt | 67 frame = frame.callerFrame in lastObservedStackTrace() 75 return sequence<StackTraceElement> { yieldFrames(bottom.callerFrame) }.toList() in creationStackTrace() 81 val caller = frame.callerFrame in yieldFrames()
|
D | DebugProbesImpl.kt | 382 val caller = callerFrame ?: return null in <lambda>() 394 if (this is CoroutineOwner<*>) this else callerFrame?.owner() in <lambda>() 454 override val callerFrame: CoroutineStackFrame? in <lambda>() constant in kotlinx.coroutines.debug.internal.DebugProbesImpl.CoroutineOwner 455 get() = frame?.callerFrame in <lambda>()
|
D | StackTraceFrame.kt | 13 override val callerFrame: CoroutineStackFrame?, constant in kotlinx.coroutines.debug.internal.StackTraceFrame
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/ |
D | StackTraceRecovery.common.kt | 47 public val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
|
D | Scopes.kt | 19 final override val callerFrame: CoroutineStackFrame? get() = uCont as CoroutineStackFrame? constant
|
D | DispatchedContinuation.kt | 26 override val callerFrame: CoroutineStackFrame? = continuation as? CoroutineStackFrame in <lambda>() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/ |
D | StackTraceRecovery.kt | 16 public actual val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/ |
D | StackTraceRecovery.kt | 17 public actual val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/ |
D | SafeCollector.kt | 26 override val callerFrame: CoroutineStackFrame? get() = completion as? CoroutineStackFrame in <lambda>() constant in kotlinx.coroutines.flow.internal.SafeCollector
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | StackTraceRecovery.kt | 184 last = (last as? CoroutineStackFrame)?.callerFrame ?: break in createStackTrace()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/ |
D | ChannelFlow.kt | 248 override val callerFrame: CoroutineStackFrame? constant in StackFrameContinuation
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ |
D | Select.kt | 240 override val callerFrame: CoroutineStackFrame? in next() constant in kotlinx.coroutines.selects.SelectBuilderImpl
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | CancellableContinuationImpl.kt | 148 public override val callerFrame: CoroutineStackFrame? in <lambda>() constant
|