Home
last modified time | relevance | path

Searched refs:SwitchType (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h327 void beginSwitch(RegisterID*, SwitchInfo::SwitchType);
DBytecodeGenerator.cpp1661 void BytecodeGenerator::beginSwitch(RegisterID* scrutineeRegister, SwitchInfo::SwitchType type) in beginSwitch()
/external/webkit/JavaScriptCore/parser/
DNodes.h98 enum SwitchType { SwitchNone, SwitchImmediate, SwitchCharacter, SwitchString }; enum
100 SwitchType switchType;
2377 …SwitchInfo::SwitchType tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector, int32_t& min_…
DNodes.cpp2139 SwitchInfo::SwitchType CaseBlockNode::tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector,… in tryOptimizedSwitch()
2175 SwitchInfo::SwitchType switchType = tryOptimizedSwitch(literalVector, min_num, max_num); in emitBytecodeForBlock()