Home
last modified time | relevance | path

Searched refs:BytecodePattern (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/JavaScriptCore/yarr/
DYarr.h60 PassOwnPtr<BytecodePattern> byteCompile(YarrPattern&, BumpPointerAllocator*);
61 int interpret(BytecodePattern*, const UChar* input, unsigned start, unsigned length, int* output);
DYarrInterpreter.h324 struct BytecodePattern { struct
327BytecodePattern(PassOwnPtr<ByteDisjunction> body, Vector<ByteDisjunction*> allParenthesesInfo, Yar… in BytecodePattern() argument
347 ~BytecodePattern() in ~BytecodePattern() argument
DYarrInterpreter.cpp1413 …Interpreter(BytecodePattern* pattern, int* output, const UChar* inputChar, unsigned start, unsigne… in Interpreter()
1423 BytecodePattern* pattern;
1450 PassOwnPtr<BytecodePattern> compile(BumpPointerAllocator* allocator) in compile()
1456 …return adoptPtr(new BytecodePattern(m_bodyDisjunction.release(), m_allParenthesesInfo, m_pattern, … in compile()
1895 PassOwnPtr<BytecodePattern> byteCompile(YarrPattern& pattern, BumpPointerAllocator* allocator) in byteCompile()
1900 int interpret(BytecodePattern* bytecode, const UChar* input, unsigned start, unsigned length, int* … in interpret()
/external/webkit/Source/WebCore/platform/text/
DRegularExpression.cpp47 OwnPtr<JSC::Yarr::BytecodePattern> m_regExpByteCode;
57 …PassOwnPtr<JSC::Yarr::BytecodePattern> compile(const String& patternString, TextCaseSensitivity ca… in compile()
62 return PassOwnPtr<JSC::Yarr::BytecodePattern>(); in compile()
/external/webkit/Source/JavaScriptCore/runtime/
DRegExp.cpp73 OwnPtr<Yarr::BytecodePattern> m_regExpBytecode;
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-165930 (JSC::Yarr::BytecodePattern::BytecodePattern):
5931 (JSC::Yarr::BytecodePattern::~BytecodePattern):
9869 (JSC::Yarr::BytecodePattern::BytecodePattern):
19099 (JSC::Yarr::BytecodePattern::BytecodePattern):
20702 (JSC::Yarr::BytecodePattern::BytecodePattern): Ditto.
DChangeLog-2009-06-168849 (JSC::Yarr::BytecodePattern::BytecodePattern):
8850 (JSC::Yarr::BytecodePattern::~BytecodePattern):
DChangeLog-2010-05-2419152 struct BytecodePattern