Searched refs:SetException (Results 1 - 17 of 17) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_throw_entrypoints.cc56 self->SetException(exception);
H A Dquick_trampoline_entrypoints.cc760 self->SetException(pending_exception);
854 self->SetException(Thread::GetDeoptimizationException());
/art/runtime/
H A Dquick_exception_handler.cc174 self_->SetException(exception_ref.Get());
516 self_->SetException(Thread::GetDeoptimizationException());
H A Dthread.cc1967 const_cast<Thread*>(this)->SetException(exc.Get());
3024 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError());
3074 SetException(exception.Get());
3090 SetException(exception.Get());
3104 SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError());
3967 SetException(pending_exception);
4005 void Thread::SetException(ObjPtr<mirror::Throwable> new_exception) { function in class:Thread
H A Dart_method.cc313 self->SetException(exception.Get());
H A Dcommon_throws.cc834 self->SetException(self->DecodeJObject(exc.get())->AsThrowable());
H A Dinstrumentation.cc1170 thread->SetException(h_exception.Get());
H A Dthread.h436 void SetException(ObjPtr<mirror::Throwable> new_exception) REQUIRES_SHARED(Locks::mutator_lock_);
H A Djni_internal.cc404 soa.Self()->SetException(soa.Decode<mirror::Throwable>(exception.get()));
561 soa.Self()->SetException(exception);
606 soa.Self()->SetException(old_exception.Get());
H A Dclass_linker.cc203 self->SetException(obj->AsThrowable());
233 self->SetException(pre_allocated);
2534 self->SetException(pre_allocated);
2569 self->SetException(pre_allocated);
H A Ddebugger.cc2992 self->SetException(pending_exception.Get());
4152 soa.Self()->SetException(old_exception.Get());
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h791 self->SetException(saved_exception);
/art/openjdkjvmti/
H A Devents.cc577 self->SetException(old_exception.Get());
/art/runtime/interpreter/
H A Dinterpreter_common.cc466 self->SetException(exception.Get());
H A Dinterpreter_switch_impl.cc160 self->SetException(thr.Get());
753 self->SetException(exception->AsThrowable());
/art/runtime/mirror/
H A Dclass.cc148 self->SetException(throwable.Get());
/art/runtime/gc/
H A Dheap.cc1212 self->SetException(Runtime::Current()->GetPreAllocatedOutOfMemoryError());

Completed in 313 milliseconds