Home
last modified time | relevance | path

Searched defs:max_num (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DNodes.cpp1557 …lVector, SwitchKind& typeForTable, bool& singleCharacterSwitch, int32_t& min_num, int32_t& max_num) in processClauseList()
1597 …::tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector, int32_t& min_num, int32_t& max_num) in tryOptimizedSwitch()
1632 int32_t max_num = std::numeric_limits<int32_t>::min(); in emitBytecodeForBlock() local