Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecompiler/
DNodesCodegen.cpp1711 static void processClauseList(ClauseListNode* list, Vector<ExpressionNode*, 8>& literalVector, Swit… in processClauseList()
1751 SwitchInfo::SwitchType CaseBlockNode::tryOptimizedSwitch(Vector<ExpressionNode*, 8>& literalVector,… in tryOptimizedSwitch()
1784 Vector<ExpressionNode*, 8> literalVector; in emitBytecodeForBlock() local