Home
last modified time | relevance | path

Searched refs:newInstance0 (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DConstructor.java430 return newInstance0(args); in newInstance()
439 private native T newInstance0(Object... args) throws InstantiationException, in newInstance0() method in Constructor