Home
last modified time | relevance | path

Searched refs:switchType (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1916 if (switchInfo.switchType == SwitchInfo::SwitchImmediate) { in endSwitch()
1922 } else if (switchInfo.switchType == SwitchInfo::SwitchCharacter) { in endSwitch()
1929 ASSERT(switchInfo.switchType == SwitchInfo::SwitchString); in endSwitch()
/external/webkit/JavaScriptCore/parser/
DNodes.cpp1633 SwitchInfo::SwitchType switchType = tryOptimizedSwitch(literalVector, min_num, max_num); in emitBytecodeForBlock() local
1635 if (switchType != SwitchInfo::SwitchNone) { in emitBytecodeForBlock()
1640 generator.beginSwitch(switchExpression, switchType); in emitBytecodeForBlock()
1683 if (switchType != SwitchInfo::SwitchNone) { in emitBytecodeForBlock()
DNodes.h96 SwitchType switchType; member