Home | History | Annotate | Download | only in ast

Lines Matching refs:catch_prediction_

1101     return catch_prediction_;
1104 catch_prediction_ = prediction;
1110 catch_prediction_(HandlerTable::UNCAUGHT),
1113 HandlerTable::CatchPrediction catch_prediction_;
1138 return catch_prediction_ != HandlerTable::UNCAUGHT;
1151 catch_prediction_ = catch_prediction;