Home
last modified time | relevance | path

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

/art/test/993-breakpoints/src/art/
DTest993.java240 public static class ConstructDirect implements Runnable { class in Test993
243 public ConstructDirect(String msg, Supplier<Object> s) { in ConstructDirect() method in Test993.ConstructDirect
353 new ConstructDirect("new TestClass1()", TestClass1::new),
363 new ConstructDirect("new TestClass1ext()", TestClass1ext::new),
392 new ConstructDirect("new Vector()", Vector::new),
402 new ConstructDirect("new Stack()", Stack::new),