Searched refs:SetStackState (Results 1 – 3 of 3) sorted by relevance
46 void SetStackState(Object* state) SHARED_REQUIRES(Locks::mutator_lock_);
56 void Throwable::SetStackState(Object* state) SHARED_REQUIRES(Locks::mutator_lock_) { in SetStackState() function in art::mirror::Throwable
2350 exception->SetStackState(down_cast<mirror::Throwable*>(DecodeJObject(trace.get()))); in ThrowNewWrappedException()