Home
last modified time | relevance | path

Searched refs:callerFrame (Results 1 – 14 of 14) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DCoroutineInfo.kt53 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/
DDebugCoroutineInfoImpl.kt67 frame = frame.callerFrame in lastObservedStackTrace()
75 return sequence<StackTraceElement> { yieldFrames(bottom.callerFrame) }.toList() in creationStackTrace()
81 val caller = frame.callerFrame in yieldFrames()
DDebugProbesImpl.kt382 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>()
DStackTraceFrame.kt13 override val callerFrame: CoroutineStackFrame?, constant in kotlinx.coroutines.debug.internal.StackTraceFrame
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DStackTraceRecovery.common.kt47 public val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
DScopes.kt19 final override val callerFrame: CoroutineStackFrame? get() = uCont as CoroutineStackFrame? constant
DDispatchedContinuation.kt26 override val callerFrame: CoroutineStackFrame? = continuation as? CoroutineStackFrame in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DStackTraceRecovery.kt16 public actual val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DStackTraceRecovery.kt17 public actual val callerFrame: CoroutineStackFrame? in recoverStackTrace() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/flow/internal/
DSafeCollector.kt26 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/
DStackTraceRecovery.kt184 last = (last as? CoroutineStackFrame)?.callerFrame ?: break in createStackTrace()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DChannelFlow.kt248 override val callerFrame: CoroutineStackFrame? constant in StackFrameContinuation
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt240 override val callerFrame: CoroutineStackFrame? in next() constant in kotlinx.coroutines.selects.SelectBuilderImpl
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCancellableContinuationImpl.kt148 public override val callerFrame: CoroutineStackFrame? in <lambda>() constant