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

/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp2091 int incrementForNextIter = (countToCheckForFirstAlternative - countCheckedForCurrentAlternative) + 1; local
2094 if (incrementForNextIter > 0) // We need to check for more input anyway, fall through to the checking below.
2096 else if (m_pattern.m_body->m_hasFixedSize && !incrementForNextIter) // No need to update anything, link these backtracks straight to the to pof the loop!
2109 if (incrementForNextIter)
2110 add32(Imm32(incrementForNextIter), index);
2126 jumpIfAvailableInput(incrementForNextIter).linkTo(firstAlternativeInputChecked, this);

Completed in 241 milliseconds