Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/reflect/
DConstructor.java343 return newInstance0(initargs); in newInstance()
354 private native T newInstance0(Object... args) throws InstantiationException, in newInstance0() method in Constructor
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DConstructor.java122 private native T newInstance0(java.lang.Object... args) in newInstance0() method in Constructor