Searched defs:throwable (Results 1 – 4 of 4) sorted by relevance
42 jobject throwable, in exceptionCB()83 jobject throwable) { in exceptionCatchCB()
32 bool IsClassCastException(ObjPtr<mirror::Throwable> throwable) in IsClassCastException()37 bool IsNullPointerException(ObjPtr<mirror::Throwable> throwable) in IsNullPointerException()42 bool IsWrongMethodTypeException(ObjPtr<mirror::Throwable> throwable) in IsWrongMethodTypeException()
119 Throwable throwable = (Throwable) stackTraceMethod.invoke(klass); in testStackTrace() local
121 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent() local