Searched defs:throwable (Results 1 – 8 of 8) sorted by relevance
42 jobject throwable, in exceptionCB()83 jobject throwable) { in exceptionCatchCB()
34 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()
129 [[maybe_unused]] Handle<mirror::Throwable> throwable) override in ExceptionHandled()
1436 ObjPtr<mirror::Class> throwable = GetClassRoot<mirror::Throwable>(class_linker); in CreatePreAllocatedException() local
3187 ALWAYS_INLINE bool MatchesDexFileCaughtExceptions(ObjPtr<mirror::Throwable> throwable, in MatchesDexFileCaughtExceptions()
101 [[maybe_unused]] art::Handle<art::mirror::Throwable> throwable) override in ExceptionHandled()
133 Throwable throwable = (Throwable) stackTraceMethod.invoke(klass); in testStackTrace() local
122 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent() local