Home
last modified time | relevance | path

Searched refs:SetStackState (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dthrowable.h46 void SetStackState(ObjPtr<Object> state) REQUIRES_SHARED(Locks::mutator_lock_);
H A Dthrowable.cc63 void Throwable::SetStackState(ObjPtr<Object> state) REQUIRES_SHARED(Locks::mutator_lock_) { in SetStackState() function in art::mirror::Throwable
/aosp12/art/runtime/
H A Dthread.cc3345 exception->SetStackState(DecodeJObject(trace.get()).Ptr()); in ThrowNewWrappedException()