Home
last modified time | relevance | path

Searched defs:constructors (Results 1 – 2 of 2) sorted by relevance

/libcore/libart/src/main/java/java/lang/
DClass.java571 ArrayList<Constructor<T>> constructors = new ArrayList(); in getConstructors() local
585 ArrayList<Constructor<T>> constructors = new ArrayList(); in getDeclaredConstructors() local
590 private void getDeclaredConstructors(boolean publicOnly, List<Constructor<T>> constructors) { in getDeclaredConstructors()
/libcore/luni/src/main/java/java/io/
DObjectStreamClass.java528 Constructor<?>[] constructors = cl.getDeclaredConstructors(); in computeSerialVersionUID() local