Searched refs:throwable (Results 1 – 9 of 9) sorted by relevance
42 jobject throwable, in exceptionCB() argument50 DCHECK(throwable != nullptr); in exceptionCB()51 if (!jnienv->IsInstanceOf(throwable, data->exception_klass)) { in exceptionCB()65 throwable, in exceptionCB()83 jobject throwable) { in exceptionCatchCB() argument89 if (!jnienv->IsSameObject(data->exception_klass, jnienv->GetObjectClass(throwable))) { in exceptionCatchCB()101 throwable); in exceptionCatchCB()
34 bool IsClassCastException(ObjPtr<mirror::Throwable> throwable) in IsClassCastException() argument36 return throwable->GetClass()->DescriptorEquals("Ljava/lang/ClassCastException;"); in IsClassCastException()39 bool IsNullPointerException(ObjPtr<mirror::Throwable> throwable) in IsNullPointerException() argument41 return throwable->GetClass()->DescriptorEquals("Ljava/lang/NullPointerException;"); in IsNullPointerException()44 bool IsWrongMethodTypeException(ObjPtr<mirror::Throwable> throwable) in IsWrongMethodTypeException() argument46 return throwable->GetClass()->DescriptorEquals("Ljava/lang/invoke/WrongMethodTypeException;"); in IsWrongMethodTypeException()
138 Handle<mirror::Throwable> throwable ATTRIBUTE_UNUSED) in ExceptionHandled()
177 "mirror/throwable.cc",
1178 ObjPtr<mirror::Class> throwable = GetClassRoot<mirror::Throwable>(class_linker); in CreatePreAllocatedException() local1180 throwable->FindDeclaredInstanceField("detailMessage", "Ljava/lang/String;"); in CreatePreAllocatedException()
2954 ALWAYS_INLINE bool MatchesDexFileCaughtExceptions(ObjPtr<mirror::Throwable> throwable, in MatchesDexFileCaughtExceptions() argument2959 throwable->InstanceOf(GetClassRoot(ClassRoot::kJavaLangClassNotFoundException, in MatchesDexFileCaughtExceptions()2963 throwable->InstanceOf(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()->GetClass()); in MatchesDexFileCaughtExceptions()
119 Throwable throwable = (Throwable) stackTraceMethod.invoke(klass); in testStackTrace() local124 System.out.println("class null " + isNull + " " + throwable.getMessage()); in testStackTrace()
108 art::Handle<art::mirror::Throwable> throwable ATTRIBUTE_UNUSED) in ExceptionHandled()
154 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent() local184 if (throwable != nullptr) { in EnsureExtDataPresent()185 self->SetException(throwable.Get()); in EnsureExtDataPresent()