Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DDebugStrings.kt12 internal actual val Any.hexAddress: String constant
18 else -> runCatching { "$this@$hexAddress" }.getOrElse { "${this::class.java.name}@$hexAddress" } in toDebugString()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DAbstractChannel.kt413 "$classSimpleName@$hexAddress{$queueDebugStateString}$bufferDebugString" in <lambda>()
471 override fun toString(): String = "SendSelect@$hexAddress($pollResult)[$channel, $select]" in <lambda>()
481 override fun toString(): String = "SendBuffered@$hexAddress($element)" in <lambda>()
908 override fun toString(): String = "ReceiveElement@$hexAddress[receiveMode=$receiveMode]" in toString()
957 override fun toString(): String = "ReceiveHasNext@$hexAddress" in resumeOnCancellationFun()
999 … override fun toString(): String = "ReceiveSelect@$hexAddress[$select,receiveMode=$receiveMode]" in resumeOnCancellationFun()
1079 override fun toString(): String = "$classSimpleName@$hexAddress($pollResult)" in tryResumeReceive()
1115 override fun toString(): String = "Closed@$hexAddress[$closeCause]" in toString()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DMainCoroutineDispatcher.kt52 override fun toString(): String = toStringInternalImpl() ?: "$classSimpleName@$hexAddress" in toString()
DDebug.common.kt8 internal expect val Any.hexAddress: String constant
DCoroutineDispatcher.kt122 override fun toString(): String = "$classSimpleName@$hexAddress"
DCancellableContinuationImpl.kt506 "${nameString()}(${delegate.toDebugString()}){$state}@$hexAddress" in <lambda>()
541 override fun toString() = "InvokeOnCancel[${handler.classSimpleName}@$hexAddress]" in toString()
DJobSupport.kt1047 "${toDebugString()}@$hexAddress" in <lambda>()
1387 override fun toString() = "InvokeOnCompletion[$classSimpleName@$hexAddress]" in toString()
1466 override fun toString() = "InvokeOnCancelling[$classSimpleName@$hexAddress]" in toString()
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DDebug.kt11 internal actual val Any.hexAddress: String constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DDebug.kt11 internal actual val Any.hexAddress: String get() = abs(id().let { if (it == Int.MIN_VALUE) 0 else i… in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DAtomic.kt32 override fun toString(): String = "$classSimpleName@$hexAddress" // debug in perform()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/test_/
DTestCoroutineContext.kt213 public override fun toString(): String = name ?: "TestCoroutineContext@$hexAddress" in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt549 return "$schedulerName@$hexAddress[" + in <lambda>()