Lines Matching refs:statements
2348 // Fast elements kinds need to be initialized in case statements below cause
3901 void HOptimizedGraphBuilder::VisitStatements(ZoneList<Statement*>* statements) {
3902 for (int i = 0; i < statements->length(); i++) {
3903 Statement* stmt = statements->at(i);
3919 CHECK_BAILOUT(VisitStatements(stmt->statements()));
4136 // We only optimize switch statements with smi-literal smi comparisons,
4275 CHECK_BAILOUT(VisitStatements(clause->statements()));