Searched refs:getConstructorId (Results 1 – 3 of 3) sorted by relevance
242 Method getConstructorId = getConstructorIdMethod(); in testBug28106822_target24() local244 assertEquals(1189998819991197253L, getConstructorId.invoke(null, Object.class)); in testBug28106822_target24()245 assertEquals(1189998819991197253L, getConstructorId.invoke(null, String.class)); in testBug28106822_target24()258 Method getConstructorId = getConstructorIdMethod(); in testBug28106822_target25() local263 getConstructorId.invoke(null, Object.class); in testBug28106822_target25()277 Method getConstructorId = ObjectStreamClass.class.getDeclaredMethod( in getConstructorIdMethod() local279 getConstructorId.setAccessible(true); in getConstructorIdMethod()280 return getConstructorId; in getConstructorIdMethod()
360 private static long getConstructorId(java.lang.Class<?> clazz) { in getConstructorId() method in ObjectStreamClass
2480 private static long getConstructorId(Class<?> clazz) { in getConstructorId() method in ObjectStreamClass