Searched refs:outer_catch_prediction (Results 1 – 2 of 2) sorted by relevance
792 HandlerTable::CatchPrediction outer_catch_prediction) const { in GetCatchPrediction() argument794 return outer_catch_prediction; in GetCatchPrediction()822 HandlerTable::CatchPrediction outer_catch_prediction) const { in ShouldClearPendingException() argument824 DCHECK_EQ(outer_catch_prediction, HandlerTable::UNCAUGHT); in ShouldClearPendingException()829 outer_catch_prediction != HandlerTable::UNCAUGHT; in ShouldClearPendingException()
2465 HandlerTable::CatchPrediction outer_catch_prediction = catch_prediction(); in VisitTryCatchStatement() local2466 set_catch_prediction(stmt->GetCatchPrediction(outer_catch_prediction)); in VisitTryCatchStatement()2472 set_catch_prediction(outer_catch_prediction); in VisitTryCatchStatement()2483 if (stmt->ShouldClearPendingException(outer_catch_prediction)) { in VisitTryCatchStatement()