Searched refs:IsExceptionThrownByCurrentMethod (Results 1 – 4 of 4) sorted by relevance
513 bool IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const
2918 bool Thread::IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const { in IsExceptionThrownByCurrentMethod() function in art::Thread3621 IsExceptionThrownByCurrentMethod(exception)) { in QuickDeliverException()
157 self->IsExceptionThrownByCurrentMethod(exception.Get())) { in MoveToExceptionHandler()
996 DCHECK(self->IsExceptionThrownByCurrentMethod(exception_object.Get())); in ExceptionThrown()