Searched defs:clauseCount (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.cpp | 2137 …mmediateSwitch(SimpleJumpTable& jumpTable, int32_t switchAddress, uint32_t clauseCount, RefPtr<Lab… in prepareJumpTableForImmediateSwitch() 2163 …haracterSwitch(SimpleJumpTable& jumpTable, int32_t switchAddress, uint32_t clauseCount, RefPtr<Lab… in prepareJumpTableForCharacterSwitch() 2176 …orStringSwitch(StringJumpTable& jumpTable, int32_t switchAddress, uint32_t clauseCount, RefPtr<Lab… in prepareJumpTableForStringSwitch() 2191 void BytecodeGenerator::endSwitch(uint32_t clauseCount, RefPtr<Label>* labels, ExpressionNode** nod… in endSwitch()
|