HomeSort by relevance Sort by last modified time
    Searched refs:ByteDisjunction (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.h 39 class ByteDisjunction;
84 ByteDisjunction* parenthesesDisjunction;
152 ByteTerm(Type type, unsigned subpatternId, ByteDisjunction* parenthesesInfo, bool invertOrCapture, int inputPos)
283 class ByteDisjunction : public FastAllocBase {
285 ByteDisjunction(unsigned numSubpatterns, unsigned frameSize)
297 BytecodePattern(ByteDisjunction* body, Vector<ByteDisjunction*> allParenthesesInfo, RegexPattern& pattern)
319 OwnPtr<ByteDisjunction> m_body;
326 Vector<ByteDisjunction*> m_allParenthesesInfo;
RegexInterpreter.cpp 105 DisjunctionContext* allocDisjunctionContext(ByteDisjunction* disjunction)
151 ParenthesesDisjunctionContext* allocParenthesesDisjunctionContext(ByteDisjunction* disjunction, int* output, ByteTerm& term)
783 ByteDisjunction* disjunctionBody = term.atom.parenthesesDisjunction;
863 ByteDisjunction* disjunctionBody = term.atom.parenthesesDisjunction;
    [all...]

Completed in 12 milliseconds