Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp1711 …teralVector, SwitchKind& typeForTable, bool& singleCharacterSwitch, int32_t& min_num, int32_t& max… in processClauseList()
1751 …Node::tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector, int32_t& min_num, int32_t& max… in tryOptimizedSwitch()
1785 int32_t min_num = std::numeric_limits<int32_t>::max(); in emitBytecodeForBlock() local