Home | History | Annotate | Download | only in src

Lines Matching refs:SwitchStatement

3304 void HOptimizedGraphBuilder::VisitSwitchStatement(SwitchStatement* stmt) {
3318 ASSERT(stmt->switch_type() != SwitchStatement::UNKNOWN_SWITCH);
3319 if (stmt->switch_type() == SwitchStatement::GENERIC_SWITCH) {
3334 if (stmt->switch_type() == SwitchStatement::STRING_SWITCH) {
3364 if (stmt->switch_type() == SwitchStatement::SMI_SWITCH) {