Searched defs:throwable (Results 1 – 6 of 6) 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()
1110 ObjPtr<mirror::Class> throwable = GetClassRoot<mirror::Throwable>(class_linker); in CreatePreAllocatedException() local
2811 ALWAYS_INLINE bool MatchesDexFileCaughtExceptions(ObjPtr<mirror::Throwable> throwable, in MatchesDexFileCaughtExceptions()
119 Throwable throwable = (Throwable) stackTraceMethod.invoke(klass); in testStackTrace() local
106 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent() local