Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMethodOverridesTest.java134 public void thrower() throws Exception {} in thrower() method in MethodOverridesTest.Super
143 @Override public void thrower() {} in thrower() method in MethodOverridesTest.Sub
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinTask.java403 final long thrower; // use id not ref to avoid weak cycles field in ForkJoinTask.ExceptionNode
409 this.thrower = Thread.currentThread().getId(); in ExceptionNode()
542 if (false && e.thrower != Thread.currentThread().getId()) { in getThrowableException()