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