Searched defs:allocateInstance (Results 1 – 4 of 4) sorted by relevance
42 final Method allocateInstance = unsafeClass.getMethod("allocateInstance", Class.class); in create() local
40 private static Method allocateInstance; field in UnsafeFactoryInstantiator
37 …public Object allocateInstance(Class<?> clazz) throws InstantiationException { /* null implementat… in allocateInstance() method in Unsafe
94 static <T> T allocateInstance(Class<T> clazz) { in allocateInstance() method in UnsafeUtil