Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp1676 …istNode* list, Vector<ExpressionNode*, 8>& literalVector, SwitchKind& typeForTable, bool& singleCh… in processClauseList() argument
1684 if ((typeForTable & ~SwitchNumber) || (intVal != value)) { in processClauseList()
1685 typeForTable = SwitchNeither; in processClauseList()
1692 typeForTable = SwitchNumber; in processClauseList()
1696 if (typeForTable & ~SwitchString) { in processClauseList()
1697 typeForTable = SwitchNeither; in processClauseList()
1708 typeForTable = SwitchString; in processClauseList()
1711 typeForTable = SwitchNeither; in processClauseList()
1718 SwitchKind typeForTable = SwitchUnset; in tryOptimizedSwitch() local
1721 … processClauseList(m_list1, literalVector, typeForTable, singleCharacterSwitch, min_num, max_num); in tryOptimizedSwitch()
[all …]