Searched refs:SetStackState (Results 1 – 3 of 3) sorted by relevance
46 void SetStackState(ObjPtr<Object> state) REQUIRES_SHARED(Locks::mutator_lock_);
61 void Throwable::SetStackState(ObjPtr<Object> state) REQUIRES_SHARED(Locks::mutator_lock_) { in SetStackState() function in art::mirror::Throwable
2728 exception->SetStackState(DecodeJObject(trace.get()).Ptr()); in ThrowNewWrappedException()