Home
last modified time | relevance | path

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

/art/test/1915-get-set-local-current-thread/src/art/
DTest1915.java40 public static interface ThrowRunnable { interface in Test1915
44 public static void IntMethod(ThrowRunnable safepoint) throws Exception { in IntMethod()
52 final Method target = Test1915.class.getDeclaredMethod("IntMethod", ThrowRunnable.class); in run()
/art/test/993-breakpoints/src/art/
DTest993.java132 public static interface ThrowRunnable extends Runnable { interface in Test993
157 public static class InvokeReflect implements ThrowRunnable {
255 public static class ConstructReflect implements ThrowRunnable {