Searched refs:switchType (Results 1 – 3 of 3) sorted by relevance
1916 if (switchInfo.switchType == SwitchInfo::SwitchImmediate) { in endSwitch()1922 } else if (switchInfo.switchType == SwitchInfo::SwitchCharacter) { in endSwitch()1929 ASSERT(switchInfo.switchType == SwitchInfo::SwitchString); in endSwitch()
1633 SwitchInfo::SwitchType switchType = tryOptimizedSwitch(literalVector, min_num, max_num); in emitBytecodeForBlock() local1635 if (switchType != SwitchInfo::SwitchNone) { in emitBytecodeForBlock()1640 generator.beginSwitch(switchExpression, switchType); in emitBytecodeForBlock()1683 if (switchType != SwitchInfo::SwitchNone) { in emitBytecodeForBlock()
96 SwitchType switchType; member