Home
last modified time | relevance | path

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

/art/test/993-breakpoints/src/art/
DTest993.java279 System.out.println("\t\t\tCreated: " + constructNative(m, type)); in run()
283 public static native Object constructNative(Constructor m, Class<?> clazz); in constructNative() method in Test993