Home
last modified time | relevance | path

Searched refs:Throwable (Results 151 – 175 of 213) sorted by relevance

123456789

/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java116 public TestException(String s, Throwable c) { super(s, c); } in TestException()
129 private volatile Throwable exe;
/art/test/979-const-method-handle/util-src/transformer/
DConstantTransformer.java187 private static void transform(Path inputClassPath, Path outputClassPath) throws Throwable {
226 public static void main(String[] args) throws Throwable {
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java116 public TestException(String s, Throwable c) { super(s, c); } in TestException()
129 private volatile Throwable exe;
DTest1932.java114 printExceptions((Throwable)exception); in printLockState()
136 } catch (Throwable e) { in testNativeLockStateThrowEnter()
166 } catch (Throwable e) { in testNativeLockStateThrowEntered()
594 public static void printExceptions(Throwable t) { in printExceptions()
596 for (Throwable c = t.getCause(); c != null; c = c.getCause()) { in printExceptions()
/art/test/1931-monitor-events/src/art/
DMonitors.java116 public TestException(String s, Throwable c) { super(s, c); } in TestException()
129 private volatile Throwable exe;
/art/tools/tracefast-plugin/
Dtracefast.cc104 art::Handle<art::mirror::Throwable> exception_object ATTRIBUTE_UNUSED) in ExceptionThrown()
108 art::Handle<art::mirror::Throwable> throwable ATTRIBUTE_UNUSED) in ExceptionHandled()
/art/test/068-classloader/src/
DFancyLoader.java168 } catch (Throwable th) { in findClassNonDalvik()
DMain.java187 Throwable cause = cnfe.getCause(); in testAccess2()
207 Throwable cause = cnfe.getCause(); in testAccess3()
/art/runtime/mirror/
Dfield.cc70 mirror::Throwable* exception = self->GetException(); in CreateFromArtField()
/art/test/141-class-unload/src/
DMain.java119 Throwable throwable = (Throwable) stackTraceMethod.invoke(klass); in testStackTrace()
/art/runtime/
Dquick_exception_handler.cc68 Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor()
137 Handle<mirror::Throwable>* exception_;
148 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch()
155 MutableHandle<mirror::Throwable> exception_ref(hs.NewHandle(exception)); in FindCatch()
Dtrace.h218 Handle<mirror::Throwable> exception_object)
220 void ExceptionHandled(Thread* thread, Handle<mirror::Throwable> exception_object)
/art/test/004-ThreadStress/src-art/
DMain.java519 } catch (Throwable t) { in parseAndRun()
703 } catch (Throwable t) { in runTest()
828 } catch (Throwable t) { in run()
867 private static native void printThrowable(Throwable t); in printThrowable()
/art/test/497-inlining-and-class-loader/src/
DMain.java118 } catch (Throwable t) { /* Ignore */ } in $noinline$bar()
/art/test/647-jni-get-field-id/src/
DDefiningLoader.java181 } catch (Throwable th) { in findClassNonDalvik()
/art/test/626-const-class-linking/src/
DDefiningLoader.java181 } catch (Throwable th) { in findClassNonDalvik()
/art/test/109-suspend-check/src/
DMain.java151 } catch (Throwable ignored) { } in run()
/art/test/1963-add-to-dex-classloader-in-memory/src/art/
DTest1963.java157 public static void SafePrintCause(Throwable t) { in SafePrintCause()
/art/test/1925-self-frame-pop/src/art/
DTest1925.java154 } catch (Throwable e) { in doRecurTestWith()
/art/test/1964-add-to-dex-classloader-file/src/
DMain.java122 public static void SafePrintCause(Throwable t) { in SafePrintCause()
/art/test/1983-structural-redefinition-failures/
Dexpected-cts.txt23 Is Structurally modifiable class java.lang.Throwable false
Dexpected.txt23 Is Structurally modifiable class java.lang.Throwable false
/art/test/088-monitor-verification/src/
DMain.java265 } catch (Throwable exc) { in runTest()
/art/openjdkjvmti/
Dti_thread.h51 class Throwable; variable
/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc46 extern "C" NO_RETURN void artDeliverExceptionFromCode(mirror::Throwable* exception, Thread* self) in artDeliverExceptionFromCode()

123456789