HomeSort by relevance Sort by last modified time
    Searched defs:safeAllocObjectMethod (Results 1 - 4 of 4) sorted by null

  /external/objenesis/main/src/org/objenesis/instantiator/jrockit/
JRockitLegacyInstantiator.java 32 private static Method safeAllocObjectMethod = null;
35 if(safeAllocObjectMethod == null) {
39 safeAllocObjectMethod = memSystem.getDeclaredMethod("safeAllocObject",
41 safeAllocObjectMethod.setAccessible(true);
64 return safeAllocObjectMethod.invoke(null, new Object[] {type});
  /external/robolectric/lib/main/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 

Completed in 73 milliseconds