Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/parser/
DNodes.h91 enum SwitchType { SwitchNone, SwitchImmediate, SwitchCharacter, SwitchString }; enum
93 SwitchType switchType;
1550 …SwitchInfo::SwitchType tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector, int32_t& min_…
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h368 void beginSwitch(RegisterID*, SwitchInfo::SwitchType);
DNodesCodegen.cpp1716 SwitchInfo::SwitchType CaseBlockNode::tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector,… in tryOptimizedSwitch()
1752 SwitchInfo::SwitchType switchType = tryOptimizedSwitch(literalVector, min_num, max_num); in emitBytecodeForBlock()
DBytecodeGenerator.cpp1890 void BytecodeGenerator::beginSwitch(RegisterID* scrutineeRegister, SwitchInfo::SwitchType type) in beginSwitch()