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.kt1100 null -> allocateList() in <lambda>()
1101 is Throwable -> allocateList().also { it.add(eh) } in <lambda>()
1124 exceptionsHolder = allocateList().apply { in <lambda>()
1135 private fun allocateList() = ArrayList<Throwable>(4) in <lambda>() method