Home
last modified time | relevance | path

Searched defs:throwable (Results 1 – 8 of 8) sorted by relevance

/art/test/ti-agent/
Dexceptions_helper.cc42 jobject throwable, in exceptionCB()
83 jobject throwable) { in exceptionCatchCB()
/art/runtime/
Dmethod_handles_test.cc34 bool IsClassCastException(ObjPtr<mirror::Throwable> throwable) in IsClassCastException()
39 bool IsNullPointerException(ObjPtr<mirror::Throwable> throwable) in IsNullPointerException()
44 bool IsWrongMethodTypeException(ObjPtr<mirror::Throwable> throwable) in IsWrongMethodTypeException()
Dinstrumentation_test.cc129 [[maybe_unused]] Handle<mirror::Throwable> throwable) override in ExceptionHandled()
Druntime.cc1436 ObjPtr<mirror::Class> throwable = GetClassRoot<mirror::Throwable>(class_linker); in CreatePreAllocatedException() local
Dclass_linker.cc3187 ALWAYS_INLINE bool MatchesDexFileCaughtExceptions(ObjPtr<mirror::Throwable> throwable, in MatchesDexFileCaughtExceptions()
/art/tools/tracefast-plugin/
Dtracefast.cc101 [[maybe_unused]] art::Handle<art::mirror::Throwable> throwable) override in ExceptionHandled()
/art/test/141-class-unload/src/
DMain.java133 Throwable throwable = (Throwable) stackTraceMethod.invoke(klass); in testStackTrace() local
/art/runtime/mirror/
Dclass.cc122 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent() local