Home | History | Annotate | Download | only in ast

Lines Matching refs:catch_prediction_

1082     return catch_prediction_;
1085 catch_prediction_ = prediction;
1091 catch_prediction_(HandlerTable::UNCAUGHT),
1094 HandlerTable::CatchPrediction catch_prediction_;
1119 return catch_prediction_ != HandlerTable::UNCAUGHT;
1132 catch_prediction_ = catch_prediction;