Searched refs:IsThrow (Results 1 – 3 of 3) sorted by relevance
56 if (last->IsThrow() || last->IsTailCall() || in MarkDeConstruction()
883 bool IsThrow() const { in IsThrow() function
939 bool IsJump() const override { return expression_->IsThrow(); } in IsJump()