Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc41 self->SetException(Thread::GetDeoptimizationException()); in artDeoptimize()
Dquick_throw_entrypoints.cc46 self->SetException(exception); in artDeliverExceptionFromCode()
Dquick_trampoline_entrypoints.cc717 self->SetException(pending_exception); in artQuickToInterpreterBridge()
765 self->SetException(Thread::GetDeoptimizationException()); in artQuickToInterpreterBridge()
/art/runtime/
Dquick_exception_handler.cc170 self_->SetException(exception_ref.Get()); in FindCatch()
495 self_->SetException(Thread::GetDeoptimizationException()); in DeoptimizeStack()
Dthread.cc1510 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
Dart_method.cc231 self->SetException(exception.Get()); in FindCatchBlock()
Dcommon_throws.cc633 self->SetException(reinterpret_cast<mirror::Throwable*>(self->DecodeJObject(exc.get()))); in ThrowStackOverflowError()
Dinstrumentation.cc1007 thread->SetException(exception_object); in ExceptionCaughtEvent()
Dthread.h366 void SetException(mirror::Throwable* new_exception) SHARED_REQUIRES(Locks::mutator_lock_);
Djni_internal.cc283 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()
Dclass_linker.cc157 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()
Ddebugger.cc2847 self->SetException(pending_exception.Get()); in PostLocationEvent()
3997 soa.Self()->SetException(old_exception.Get()); in ExecuteMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h781 self->SetException(saved_exception); in UnlockJniSynchronizedMethod()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc627 self->SetException(exception->AsThrowable()); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc575 self->SetException(exception->AsThrowable()); in ExecuteSwitchImpl()
/art/runtime/gc/
Dheap.cc1331 self->SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError()); in ThrowOutOfMemoryError()