Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DFastServiceLoader.kt60createInstanceOf(clz, "kotlinx.coroutines.android.AndroidDispatcherFactory")?.apply { result.add(t… in loadMainDispatcherFactory()
61createInstanceOf(clz, "kotlinx.coroutines.test.internal.TestMainDispatcherFactory")?.apply { resul… in loadMainDispatcherFactory()
73 private inline fun createInstanceOf( in createInstanceOf() method
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionFactory.java643 public INSTANCEOF createInstanceOf( final ReferenceType t ) { in createInstanceOf() method in InstructionFactory