Searched refs:BytecodePattern (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/JavaScriptCore/yarr/ |
D | Yarr.h | 60 PassOwnPtr<BytecodePattern> byteCompile(YarrPattern&, BumpPointerAllocator*); 61 int interpret(BytecodePattern*, const UChar* input, unsigned start, unsigned length, int* output);
|
D | YarrInterpreter.h | 324 struct BytecodePattern { struct 327 …BytecodePattern(PassOwnPtr<ByteDisjunction> body, Vector<ByteDisjunction*> allParenthesesInfo, Yar… in BytecodePattern() argument 347 ~BytecodePattern() in ~BytecodePattern() argument
|
D | YarrInterpreter.cpp | 1413 …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/ |
D | RegularExpression.cpp | 47 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/ |
D | RegExp.cpp | 73 OwnPtr<Yarr::BytecodePattern> m_regExpBytecode;
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 5930 (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.
|
D | ChangeLog-2009-06-16 | 8849 (JSC::Yarr::BytecodePattern::BytecodePattern): 8850 (JSC::Yarr::BytecodePattern::~BytecodePattern):
|
D | ChangeLog-2010-05-24 | 19152 struct BytecodePattern
|