Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/debug/internal/
DDebugProbesImpl.kt72 …private val callerInfoCache = ConcurrentWeakMap<CoroutineStackFrame, DebugCoroutineInfoImpl>(weakR… in <lambda>() constant
86 callerInfoCache.clear() in <lambda>()
93 callerInfoCache.runWeakRefQueueCleaningLoopUntilInterrupted() in <lambda>()
443 val cached = callerInfoCache.remove(frame) in <lambda>()
453 if (realCaller != null) callerInfoCache.remove(realCaller) in <lambda>()
458 callerInfoCache[caller] = info in <lambda>()
525 callerInfoCache.remove(caller) in <lambda>()