Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/parser/
DNodes.h94 enum SwitchType { SwitchNone, SwitchImmediate, SwitchCharacter, SwitchString }; enum
96 SwitchType switchType;
1676 …SwitchInfo::SwitchType tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector, int32_t& min_…
DNodes.cpp1597 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/
DBytecodeGenerator.h337 void beginSwitch(RegisterID*, SwitchInfo::SwitchType);
DBytecodeGenerator.cpp1823 void BytecodeGenerator::beginSwitch(RegisterID* scrutineeRegister, SwitchInfo::SwitchType type) in beginSwitch()