Searched refs:createInstanceOf (Results 1 – 2 of 2) sorted by relevance
60 …createInstanceOf(clz, "kotlinx.coroutines.android.AndroidDispatcherFactory")?.apply { result.add(t… in loadMainDispatcherFactory()61 …createInstanceOf(clz, "kotlinx.coroutines.test.internal.TestMainDispatcherFactory")?.apply { resul… in loadMainDispatcherFactory()73 private inline fun createInstanceOf( in createInstanceOf() method
643 public INSTANCEOF createInstanceOf( final ReferenceType t ) { in createInstanceOf() method in InstructionFactory