Searched refs:newLabelIndex (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp555 unsigned newLabelIndex = instructions().size(); local
556 l0->setLocation(newLabelIndex);
560 ASSERT(lastLabelIndex <= newLabelIndex);
561 if (newLabelIndex == lastLabelIndex) {
567 m_codeBlock->addJumpTarget(newLabelIndex);

Completed in 17 milliseconds