Searched refs:AsThrowable (Results 1 – 4 of 4) sorted by relevance
179 Throwable* AsThrowable() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
358 inline Throwable* Object::AsThrowable() { in AsThrowable() function
629 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable()); in ExecuteGotoImpl()
543 self->SetException(shadow_frame.GetCurrentLocationForThrow(), exception->AsThrowable()); in ExecuteSwitchImpl()