Home
last modified time | relevance | path

Searched refs:SetException (Results 1 – 16 of 16) sorted by relevance

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc59 self->SetException(exception); in artDeliverExceptionFromCode()
H A Dquick_jni_entrypoints.cc155 self->SetException(saved_exception); in UnlockJniSynchronizedMethod()
H A Dquick_trampoline_entrypoints.cc638 self->SetException(pending_exception); in HandleDeoptimization()
745 self->SetException(Thread::GetDeoptimizationException()); in artQuickToInterpreterBridge()
/aosp12/art/runtime/
H A Dquick_exception_handler.cc203 self_->SetException(exception_ref.Get()); in FindCatch()
561 self_->SetException(Thread::GetDeoptimizationException()); in PrepareForLongJumpToInvokeStubOrInterpreterBridge()
H A Dthread.cc3300 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryErrorWhenThrowingException()); in ThrowNewWrappedException()
3347 SetException(exception.Get()); in ThrowNewWrappedException()
3363 SetException(exception.Get()); in ThrowNewWrappedException()
3379 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()); in ThrowOutOfMemoryError()
4363 SetException(pending_exception); in DeoptimizeWithDeoptimizationException()
4401 void Thread::SetException(ObjPtr<mirror::Throwable> new_exception) { in SetException() function in art::Thread
4493 self_->SetException(excp_.Get()); in ~ScopedExceptionStorage()
H A Dinstrumentation.cc133 self_->SetException(exception.Get()); in PopFramesTo()
1346 thread->SetException(h_exception.Get()); in ExceptionThrownEvent()
H A Dcommon_throws.cc784 self->SetException(self->DecodeJObject(exc.get())->AsThrowable()); in ThrowStackOverflowError()
H A Dart_method.cc308 self->SetException(exception.Get()); in FindCatchBlock()
H A Dclass_linker.cc229 self->SetException(obj->AsThrowable()); in HandleEarlierVerifyError()
552 self->SetException(pre_allocated); in ThrowEarlierClassFailure()
2872 self->SetException(pre_allocated); in FindClass()
2910 self->SetException(pre_allocated); in FindClass()
3105 self->SetException(pre_allocated); in DefineClass()
3120 self->SetException(pre_allocated); in DefineClass()
3131 self->SetException(pre_allocated); in DefineClass()
4221 self->SetException(pre_allocated); in CreateArrayClass()
4913 self->SetException(pre_allocated); in CreateProxyClass()
5312 self->SetException(Runtime::Current()->GetPreAllocatedNoClassDefFoundError()); in InitializeClass()
H A Dthread.h473 void SetException(ObjPtr<mirror::Throwable> new_exception) REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h73 Self()->SetException(abort_exception.Get()); in CheckTransactionAbort()
205 self->SetException(thr.Get()); in DoDexPcMoveEvent()
750 Self()->SetException(exception->AsThrowable()); in THROW()
H A Dinterpreter_common.cc197 self->SetException(exception.Get()); in MoveToExceptionHandler()
/aosp12/art/runtime/jni/
H A Djni_internal.cc534 soa.Self()->SetException(soa.Decode<mirror::Throwable>(exception.get())); in ThrowNewException()
693 soa.Self()->SetException(exception); in Throw()
738 soa.Self()->SetException(old_exception.Get()); in ExceptionDescribe()
/aosp12/art/openjdkjvmti/
H A Devents.cc774 self->SetException(old_exception.Get()); in MethodUnwind()
/aosp12/art/runtime/mirror/
H A Dclass.cc154 self->SetException(throwable.Get()); in EnsureExtDataPresent()
/aosp12/art/runtime/gc/
H A Dheap.cc1420 self->SetException( in ThrowOutOfMemoryError()