Searched refs:SetException (Results 1 – 16 of 16) sorted by relevance
41 self->SetException(Thread::GetDeoptimizationException()); in artDeoptimize()
46 self->SetException(exception); in artDeliverExceptionFromCode()
717 self->SetException(pending_exception); in artQuickToInterpreterBridge()765 self->SetException(Thread::GetDeoptimizationException()); in artQuickToInterpreterBridge()
170 self_->SetException(exception_ref.Get()); in FindCatch()495 self_->SetException(Thread::GetDeoptimizationException()); in DeoptimizeStack()
1510 const_cast<Thread*>(this)->SetException(exc.Get()); in DumpJavaStack()2302 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowNewWrappedException()2352 SetException(exception.Get()); in ThrowNewWrappedException()2368 SetException(exception.Get()); in ThrowNewWrappedException()2382 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowOutOfMemoryError()3029 SetException(pending_exception); in DeoptimizeWithDeoptimizationException()3034 void Thread::SetException(mirror::Throwable* new_exception) { in SetException() function in art::Thread
231 self->SetException(exception.Get()); in FindCatchBlock()
633 self->SetException(reinterpret_cast<mirror::Throwable*>(self->DecodeJObject(exc.get()))); in ThrowStackOverflowError()
1007 thread->SetException(exception_object); in ExceptionCaughtEvent()
366 void SetException(mirror::Throwable* new_exception) SHARED_REQUIRES(Locks::mutator_lock_);
283 soa.Self()->SetException(soa.Decode<mirror::Throwable*>(exception.get())); in ThrowNewException()437 soa.Self()->SetException(exception); in Throw()482 soa.Self()->SetException(old_exception.Get()); in ExceptionDescribe()
157 self->SetException(obj->AsThrowable()); in HandleEarlierVerifyError()186 self->SetException(pre_allocated); in ThrowEarlierClassFailure()2376 self->SetException(pre_allocated); in FindClass()2398 self->SetException(pre_allocated); in FindClass()
2847 self->SetException(pending_exception.Get()); in PostLocationEvent()3997 soa.Self()->SetException(old_exception.Get()); in ExecuteMethod()
781 self->SetException(saved_exception); in UnlockJniSynchronizedMethod()
627 self->SetException(exception->AsThrowable()); in ExecuteGotoImpl()
575 self->SetException(exception->AsThrowable()); in ExecuteSwitchImpl()
1331 self->SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowOutOfMemoryError()