Home
last modified time | relevance | path

Searched refs:prediction_out (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc10968 CatchPrediction* prediction_out) { in LookupRange() argument
10983 if (prediction_out) *prediction_out = prediction; in LookupRange()
10991 int HandlerTable::LookupReturn(int pc_offset, CatchPrediction* prediction_out) { in LookupReturn() argument
10996 if (prediction_out) { in LookupReturn()
10997 *prediction_out = HandlerPredictionField::decode(handler_field); in LookupReturn()