Searched refs:typeForTable (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp1711 static void processClauseList(ClauseListNode* list, Vector<ExpressionNode*, 8>& literalVector, SwitchKind& typeForTable, bool& singleCharacterSwitch, int32_t& min_num, int32_t& max_num) argument
1719 if ((typeForTable & ~SwitchNumber) || (intVal != value)) {
1720 typeForTable = SwitchNeither;
1727 typeForTable = SwitchNumber;
1731 if (typeForTable & ~SwitchString) {
1732 typeForTable = SwitchNeither;
1743 typeForTable = SwitchString;
1746 typeForTable = SwitchNeither;
1753 SwitchKind typeForTable = SwitchUnset; local
1756 processClauseList(m_list1, literalVector, typeForTable, singleCharacterSwitc
[all...]

Completed in 754 milliseconds