Home | History | Annotate | Download | only in src

Lines Matching refs:exprs

2437 void HGraphBuilder::VisitExpressions(ZoneList<Expression*>* exprs) {
2438 for (int i = 0; i < exprs->length(); ++i) {
2439 CHECK_ALIVE(VisitForValue(exprs->at(i)));