Searched refs:SwitchString (Results 1 – 3 of 3) sorted by relevance
1553 SwitchString = 2, enumerator1577 if (typeForTable & ~SwitchString) { in processClauseList()1589 typeForTable = SwitchString; in processClauseList()1615 ASSERT(typeForTable == SwitchString); in tryOptimizedSwitch()1623 return SwitchInfo::SwitchString; in tryOptimizedSwitch()
94 enum SwitchType { SwitchNone, SwitchImmediate, SwitchCharacter, SwitchString }; enumerator
1833 case SwitchInfo::SwitchString: in beginSwitch()1929 ASSERT(switchInfo.switchType == SwitchInfo::SwitchString); in endSwitch()