Home | History | Annotate | Download | only in littlemock

Lines Matching refs:allocateInstance

1296       final Method allocateInstance = unsafeClass.getMethod("allocateInstance", Class.class);
1297 return (T) allocateInstance.invoke(unsafe, clazz);