Searched refs:getConstructorId (Results 1 – 3 of 3) sorted by relevance
239 Method getConstructorId = getConstructorIdMethod(); in testBug28106822_target24() local241 assertEquals(1189998819991197253L, getConstructorId.invoke(null, Object.class)); in testBug28106822_target24()242 assertEquals(1189998819991197253L, getConstructorId.invoke(null, String.class)); in testBug28106822_target24()255 Method getConstructorId = getConstructorIdMethod(); in testBug28106822_target25() local260 getConstructorId.invoke(null, Object.class); in testBug28106822_target25()274 Method getConstructorId = ObjectStreamClass.class.getDeclaredMethod( in getConstructorIdMethod() local276 getConstructorId.setAccessible(true); in getConstructorIdMethod()277 return getConstructorId; in getConstructorIdMethod()
360 private static long getConstructorId(java.lang.Class<?> clazz) { in getConstructorId() method in ObjectStreamClass
2403 private static long getConstructorId(Class<?> clazz) { in getConstructorId() method in ObjectStreamClass