Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp145 void endSwitch() { currentScope()->endSwitch(); } in endSwitch() function in JSC::JSParser
323 void endSwitch() { m_switchDepth--; } in endSwitch() function
1081 endSwitch(); in parseSwitchStatement()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h395 …void endSwitch(uint32_t clauseCount, RefPtr<Label>*, ExpressionNode**, Label* defaultLabel, int32_…
DBytecodeGenerator.cpp2191 void BytecodeGenerator::endSwitch(uint32_t clauseCount, RefPtr<Label>* labels, ExpressionNode** nod… in endSwitch() function in JSC::BytecodeGenerator
DNodesCodegen.cpp1839 …generator.endSwitch(labelVector.size(), labelVector.data(), literalVector.data(), defaultLabel.get… in emitBytecodeForBlock()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1618634 (JSC::BytecodeGenerator::endSwitch):
22592 (JSC::BytecodeGenerator::endSwitch):
22930 (JSC::BytecodeGenerator::endSwitch):
23172 (JSC::CodeGenerator::endSwitch):
DChangeLog-2011-02-1612651 (JSC::JSParser::endSwitch):
12664 (JSC::JSParser::Scope::endSwitch):
DChangeLog-2010-05-2416801 (JSC::BytecodeGenerator::endSwitch):
DChangeLog-2008-08-101016 (KJS::CodeGenerator::endSwitch):