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

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp691 unsigned lastLabelIndex = m_codeBlock->lastJumpTarget(); local
692 ASSERT(lastLabelIndex <= newLabelIndex);
693 if (newLabelIndex == lastLabelIndex) {

Completed in 96 milliseconds