Searched refs:IsExceptionThrownByCurrentMethod (Results 1 – 4 of 4) sorted by relevance
159 self->IsExceptionThrownByCurrentMethod(exception.Get())) { in MoveToExceptionHandler()
982 DCHECK(self->IsExceptionThrownByCurrentMethod(exception_object.Get())); in ExceptionThrown()
706 bool IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const
3113 bool Thread::IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const { in IsExceptionThrownByCurrentMethod() function in art::Thread3946 IsExceptionThrownByCurrentMethod(exception)) { in QuickDeliverException()