Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dthrowable.h46 void SetStackState(Object* state) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dthrowable.cc56 void Throwable::SetStackState(Object* state) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in SetStackState() function in art::mirror::Throwable
/art/runtime/
Dthread.cc1959 exception->SetStackState(down_cast<mirror::Throwable*>(DecodeJObject(trace.get()))); in ThrowNewWrappedException()