Home
last modified time | relevance | path

Searched defs:callerFrame (Results 1 – 10 of 10) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DStackTraceFrame.kt9 override val callerFrame: CoroutineStackFrame?, constant in kotlinx.coroutines.debug.internal.StackTraceFrame
DDebugProbesImpl.kt538 override val callerFrame: CoroutineStackFrame? in <lambda>() constant in kotlinx.coroutines.debug.internal.DebugProbesImpl.CoroutineOwner
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DStackTraceRecovery.kt14 public actual val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
DStackTraceRecovery.kt14 public actual val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DStackTraceRecovery.common.kt45 public val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
DScopes.kt16 final override val callerFrame: CoroutineStackFrame? get() = uCont as? CoroutineStackFrame constant
DDispatchedContinuation.kt19 override val callerFrame: CoroutineStackFrame? get() = continuation as? CoroutineStackFrame in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
DSafeCollector.kt38 override val callerFrame: CoroutineStackFrame? get() = completion_ as? CoroutineStackFrame in <lambda>() constant in kotlinx.coroutines.flow.internal.SafeCollector
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DChannelFlow.kt232 override val callerFrame: CoroutineStackFrame? constant in StackFrameContinuation
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt160 public override val callerFrame: CoroutineStackFrame? in <lambda>() constant