Home
last modified time | relevance | path

Searched refs:getDisjunctionContext (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/yarr/
DRegexInterpreter.cpp128 new(getDisjunctionContext(term)) DisjunctionContext(); in ParenthesesDisjunctionContext()
142 DisjunctionContext* getDisjunctionContext(ByteTerm& term) in getDisjunctionContext() function
585 …output[(subpatternId << 1)] = context->getDisjunctionContext(term)->matchBegin + term.inputPositio… in recordParenthesesMatch()
586 …output[(subpatternId << 1) + 1] = context->getDisjunctionContext(term)->matchEnd + term.inputPosit… in recordParenthesesMatch()
607 …if (matchDisjunction(term.atom.parenthesesDisjunction, context->getDisjunctionContext(term), true)) in parenthesesDoBacktrack()
797 if (matchDisjunction(disjunctionBody, context->getDisjunctionContext(term))) in matchParentheses()
817 if (matchNonZeroDisjunction(disjunctionBody, context->getDisjunctionContext(term))) in matchParentheses()
878 if (matchDisjunction(disjunctionBody, context->getDisjunctionContext(term))) in backtrackParentheses()
900 … if (matchNonZeroDisjunction(disjunctionBody, context->getDisjunctionContext(term), true)) { in backtrackParentheses()
903 … if (matchNonZeroDisjunction(disjunctionBody, context->getDisjunctionContext(term))) in backtrackParentheses()
[all …]
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-168760 (JSC::Yarr::Interpreter::ParenthesesDisjunctionContext::getDisjunctionContext):