Home
last modified time | relevance | path

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

/aosp12/art/test/1929-exception-catch-exception/src/art/
H A DTest1929.java46 public void exceptionOccurred( in exceptionOccurred() method
71 HANDLER.exceptionOccurred(method, location, exception); in ExceptionCatchEvent()
90 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() method in Test1929.DoNothingHandler
97 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() method in Test1929.ThrowCatchBase
111 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() method in Test1929.ThrowBaseTestExceptionHandler
119 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() method in Test1929.ThrowTestExceptionNoRethrowHandler
/aosp12/art/test/1928-exception-event-exception/src/art/
H A DTest1928.java29 public void exceptionOccurred( in exceptionOccurred() method
66 HANDLER.exceptionOccurred( in ExceptionEvent()
86 public void exceptionOccurred( in exceptionOccurred() method in Test1928.DoNothingHandler
94 public void exceptionOccurred( in exceptionOccurred() method in Test1928.ThrowCatchBase
/aosp12/frameworks/base/core/jni/
H A DBindTest.cpp195 if (exceptionOccurred()) { in compareAll()