Searched refs:constructorId (Results 1 – 2 of 2) sorted by relevance
110 long constructorId = getMethodID(referenceTypeId, methodName, methodSignature); in checkNewInstanceTag() local111 assertTrue("Failed to find constructor " + fullMethodName, constructorId != -1); in checkNewInstanceTag()112 logWriter.println(fullMethodName + " method ID: " + constructorId); in checkNewInstanceTag()124 packet.setNextValueAsMethodID(constructorId); in checkNewInstanceTag()
81 final int constructorId = (Integer) getConstructorId.invoke(null, Object.class); in create()89 return (T) newInstance.invoke(null, c, constructorId); in create()