Searched refs:allocateInstance (Results 1 – 8 of 8) sorted by relevance
27 NATIVE_METHOD(Unsafe, allocateInstance, "(Ljava/lang/Class;)Ljava/lang/Object;"),
480 public native Object allocateInstance(Class<?> c); in allocateInstance() method in Unsafe
174 public native java.lang.Object allocateInstance(java.lang.Class<?> c); in allocateInstance() method in Unsafe
72 getUnsafe().allocateInstance(AllocateInstanceTestClass.class); in test_allocateInstance()
164 public native java.lang.Object allocateInstance(java.lang.Class<?> c); in allocateInstance() method in Unsafe
1506 public native Object allocateInstance(Class<?> cls); in allocateInstance() method in Unsafe
2506 return sun.misc.Unsafe.getUnsafe().allocateInstance(clazz); in newInstance()
508 Object receiver = Unsafe.getUnsafe().allocateInstance(receiverType); in transform()