Searched refs:SwitchImmediate (Results 1 – 3 of 3) sorted by relevance
2106 case SwitchInfo::SwitchImmediate: in beginSwitch()2195 if (switchInfo.switchType == SwitchInfo::SwitchImmediate) { in endSwitch()
1765 return SwitchInfo::SwitchImmediate; in tryOptimizedSwitch()
97 enum SwitchType { SwitchNone, SwitchImmediate, SwitchCharacter, SwitchString }; enumerator