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

/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrJIT.cpp1797 int countCheckedAfterAssertion = state.checkedTotal - term.inputPosition; local
1803 state.checkedTotal -= countCheckedAfterAssertion;
1804 if (countCheckedAfterAssertion)
1805 sub32(Imm32(countCheckedAfterAssertion), index);
1818 state.checkedTotal += countCheckedAfterAssertion;
1823 state.checkedTotal -= countCheckedAfterAssertion;
1824 if (countCheckedAfterAssertion)
1825 sub32(Imm32(countCheckedAfterAssertion), index);
1840 state.checkedTotal += countCheckedAfterAssertion;

Completed in 70 milliseconds