Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc32 self->SetException(Thread::GetDeoptimizationException()); in artDeoptimize()
Dquick_throw_entrypoints.cc47 self->SetException(exception); in artDeliverExceptionFromCode()
Dquick_trampoline_entrypoints.cc649 self->SetException(Thread::GetDeoptimizationException()); in artQuickToInterpreterBridge()
/art/runtime/
Dquick_exception_handler.cc147 self_->SetException(exception_ref.Get()); in FindCatch()
346 self_->SetException(Thread::GetDeoptimizationException()); in DeoptimizeStack()
Dthread.cc1187 const_cast<Thread*>(this)->SetException(exc.Get()); in DumpJavaStack()
1911 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowNewWrappedException()
1961 SetException(exception.Get()); in ThrowNewWrappedException()
1977 SetException(exception.Get()); in ThrowNewWrappedException()
1991 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowOutOfMemoryError()
Dart_method.cc293 self->SetException(exception.Get()); in FindCatchBlock()
Dthread.h351 void SetException(mirror::Throwable* new_exception) in SetException() function
Dinstrumentation.cc941 thread->SetException(exception_object); in ExceptionCaughtEvent()
Djni_internal.cc283 soa.Self()->SetException(soa.Decode<mirror::Throwable*>(exception.get())); in ThrowNewException()
442 soa.Self()->SetException(exception); in Throw()
487 soa.Self()->SetException(old_exception.Get()); in ExceptionDescribe()
Dclass_linker.cc138 self->SetException(pre_allocated); in ThrowEarlierClassFailure()
1749 self->SetException(pre_allocated); in FindClass()
1771 self->SetException(pre_allocated); in FindClass()
Ddebugger.cc2899 self->SetException(pending_exception.Get()); in PostLocationEvent()
4003 soa.Self()->SetException(old_exception.Get()); in ExecuteMethod()
/art/runtime/entrypoints/
Dentrypoint_utils.cc189 self->SetException(reinterpret_cast<mirror::Throwable*>(self->DecodeJObject(exc.get()))); in ThrowStackOverflowError()
Dentrypoint_utils-inl.h641 self->SetException(saved_exception); in UnlockJniSynchronizedMethod()
/art/runtime/mirror/
Dclass.cc110 self->SetException(old_exception.Get()); in SetStatus()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc597 self->SetException(exception->AsThrowable()); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc506 self->SetException(exception->AsThrowable()); in ExecuteSwitchImpl()