Searched refs:SwitchType (Results 1 – 4 of 4) sorted by relevance
/external/webkit/JavaScriptCore/parser/ |
D | Nodes.h | 94 enum SwitchType { SwitchNone, SwitchImmediate, SwitchCharacter, SwitchString }; enum 96 SwitchType switchType; 1676 …SwitchInfo::SwitchType tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector, int32_t& min_…
|
D | Nodes.cpp | 1597 SwitchInfo::SwitchType CaseBlockNode::tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector,… in tryOptimizedSwitch() 1633 SwitchInfo::SwitchType switchType = tryOptimizedSwitch(literalVector, min_num, max_num); in emitBytecodeForBlock()
|
/external/webkit/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.h | 337 void beginSwitch(RegisterID*, SwitchInfo::SwitchType);
|
D | BytecodeGenerator.cpp | 1823 void BytecodeGenerator::beginSwitch(RegisterID* scrutineeRegister, SwitchInfo::SwitchType type) in beginSwitch()
|