Home
last modified time | relevance | path

Searched refs:SetCause (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dthrowable.h45 void SetCause(Throwable* cause) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dthrowable.cc44 void Throwable::SetCause(Throwable* cause) { in SetCause() function in art::mirror::Throwable
/art/runtime/
Dthread.cc1952 exception->SetCause(down_cast<mirror::Throwable*>(DecodeJObject(cause.get()))); in ThrowNewWrappedException()
Dclass_linker.cc3053 self->GetException()->SetCause(cause.Get()); in VerifyClass()
5328 self->GetException()->SetCause(cause.Get()); in ResolveType()
Djni_internal.cc209 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldID()