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

  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.h 40 class ByteDisjunction;
87 ByteDisjunction* parenthesesDisjunction;
163 ByteTerm(Type type, unsigned subpatternId, ByteDisjunction* parenthesesInfo, bool capture, int inputPos)
310 class ByteDisjunction {
313 ByteDisjunction(unsigned numSubpatterns, unsigned frameSize)
327 BytecodePattern(PassOwnPtr<ByteDisjunction> body, Vector<ByteDisjunction*> allParenthesesInfo, YarrPattern& pattern, BumpPointerAllocator* allocator)
353 OwnPtr<ByteDisjunction> m_body;
367 Vector<ByteDisjunction*> m_allParenthesesInfo;
YarrInterpreter.cpp 105 DisjunctionContext* allocDisjunctionContext(ByteDisjunction* disjunction)
155 ParenthesesDisjunctionContext* allocParenthesesDisjunctionContext(ByteDisjunction* disjunction, int* output, ByteTerm& term)
841 ByteDisjunction* disjunctionBody = term.atom.parenthesesDisjunction;
    [all...]

Completed in 14 milliseconds