Home
last modified time | relevance | path

Searched defs:countToCheck (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/yarr/
DRegexJIT.cpp211 Jump jumpIfNoAvailableInput(unsigned countToCheck) in jumpIfNoAvailableInput()
217 Jump jumpIfAvailableInput(unsigned countToCheck) in jumpIfAvailableInput()
795 int countToCheck = alternative->m_minimumSize - preCheckedCount; in generateParenthesesDisjunction() local
829 int countToCheck = alternative->m_minimumSize - preCheckedCount; in generateParenthesesDisjunction() local
DRegexInterpreter.cpp1527 unsigned countToCheck = minimumSize - parenthesesInputCountAlreadyChecked; in emitDisjunction() local