Searched refs:mungedConstructor (Results 1 - 3 of 3) sorted by relevance

/external/objenesis/main/src/org/objenesis/instantiator/sun/
H A DSunReflectionFactoryInstantiator.java34 private final Constructor mungedConstructor; field in class:SunReflectionFactoryInstantiator
38 mungedConstructor = SunReflectionFactoryHelper.newConstructorForSerialization(
40 mungedConstructor.setAccessible(true);
45 return mungedConstructor.newInstance((Object[]) null);
H A DSunReflectionFactorySerializationInstantiator.java37 private final Constructor mungedConstructor; field in class:SunReflectionFactorySerializationInstantiator
51 mungedConstructor = SunReflectionFactoryHelper.newConstructorForSerialization(
53 mungedConstructor.setAccessible(true);
58 return mungedConstructor.newInstance((Object[]) null);
/external/objenesis/main/src/org/objenesis/instantiator/jrockit/
H A DJRockit131Instantiator.java31 private Constructor mungedConstructor; field in class:JRockit131Instantiator
71 mungedConstructor = (Constructor) newConstructorForSerializationMethod.invoke(null,
83 return mungedConstructor.newInstance((Object[]) null);

Completed in 88 milliseconds