Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt1107 null -> allocateList() in <lambda>()
1108 is Throwable -> allocateList().also { it.add(eh) } in <lambda>()
1131 exceptionsHolder = allocateList().apply { in <lambda>()
1142 private fun allocateList() = ArrayList<Throwable>(4) in <lambda>() method