Searched defs:exception_object (Results 1 – 5 of 5) sorted by relevance
97 [[maybe_unused]] art::Handle<art::mirror::Throwable> exception_object) in ExceptionThrown()
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()
1321 [[maybe_unused]] Handle<mirror::Throwable> exception_object) in ExceptionThrown()1327 [[maybe_unused]] Handle<mirror::Throwable> exception_object) in ExceptionHandled()
123 [[maybe_unused]] Handle<mirror::Throwable> exception_object) override in ExceptionThrown()
1430 ObjPtr<mirror::Throwable> exception_object = ObjPtr<mirror::Throwable>::DownCast( in CreatePreAllocatedException() local