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

/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrInterpreter.cpp253 bool checkInput(unsigned count)
332 if (!input.checkInput(matchSize))
409 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
438 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
466 while ((matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
505 if ((backTrack->matchAmount < term.atom.quantityCount) && input.checkInput(1)) {
1167 while ((matchAmount < currentTerm().atom.quantityCount) && input.checkInput(1)) {
1195 while ((matchAmount < currentTerm().atom.quantityCount) && input.checkInput(1)) {
1256 if (input.checkInput(currentTerm().checkInputCount))
1387 input.checkInput(currentTer
1485 void checkInput(unsigned count) function in class:JSC::Yarr::ByteCompiler
[all...]
H A DYarrJIT.cpp262 Jump checkInput() function in class:JSC::Yarr::YarrGenerator
1860 checkInput().linkTo(beginOp->m_reentry, this);
1967 checkInput().linkTo(beginOp->m_reentry, this);
2615 Jump hasInput = checkInput();

Completed in 138 milliseconds