Searched refs:prediction_out (Results 1 – 1 of 1) sorted by relevance
10968 CatchPrediction* prediction_out) { in LookupRange() argument10983 if (prediction_out) *prediction_out = prediction; in LookupRange()10991 int HandlerTable::LookupReturn(int pc_offset, CatchPrediction* prediction_out) { in LookupReturn() argument10996 if (prediction_out) { in LookupReturn()10997 *prediction_out = HandlerPredictionField::decode(handler_field); in LookupReturn()