Searched defs:exception_object (Results 1 – 7 of 7) sorted by relevance
23 struct _Unwind_Exception* exception_object, in CxxPersonalityRoutine()
97 [[maybe_unused]] art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown()
99 VALUE exception_object) { in grpc_rb_call_credentials_callback_rescue()
980 void ExceptionThrown(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown()1010 void ExceptionHandled(art::Thread* self, art::Handle<art::mirror::Throwable> exception_object) in ExceptionHandled()
1332 [[maybe_unused]] Handle<mirror::Throwable> exception_object) in ExceptionThrown()1338 [[maybe_unused]] Handle<mirror::Throwable> exception_object) in ExceptionHandled()
123 [[maybe_unused]] Handle<mirror::Throwable> exception_object) override in ExceptionThrown()
1428 ObjPtr<mirror::Throwable> exception_object = ObjPtr<mirror::Throwable>::DownCast( in CreatePreAllocatedException() local