Searched refs:getConstructorId (Results 1 – 2 of 2) sorted by relevance
59 NATIVE_METHOD(ObjectStreamClass, getConstructorId, "(Ljava/lang/Class;)J"),
740 resolvedConstructorMethodId = getConstructorId(resolvedConstructorClass); in resolveConstructorClass()743 private static native long getConstructorId(Class<?> c); in getConstructorId() method in ObjectStreamClass