Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h369 …void endSwitch(uint32_t clauseCount, RefPtr<Label>*, ExpressionNode**, Label* defaultLabel, int32_…
DBytecodeGenerator.cpp1979 void BytecodeGenerator::endSwitch(uint32_t clauseCount, RefPtr<Label>* labels, ExpressionNode** nod… in endSwitch() function in JSC::BytecodeGenerator
DNodesCodegen.cpp1804 …generator.endSwitch(labelVector.size(), labelVector.data(), literalVector.data(), defaultLabel.get… in emitBytecodeForBlock()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1618634 (JSC::BytecodeGenerator::endSwitch):
22592 (JSC::BytecodeGenerator::endSwitch):
22930 (JSC::BytecodeGenerator::endSwitch):
23172 (JSC::CodeGenerator::endSwitch):
DChangeLog8493 (JSC::BytecodeGenerator::endSwitch):
DChangeLog-2008-08-101016 (KJS::CodeGenerator::endSwitch):