Searched defs:BytecodePattern (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/yarr/
H A DYarrInterpreter.h324 struct BytecodePattern { struct in namespace:JSC::Yarr
327 BytecodePattern(PassOwnPtr<ByteDisjunction> body, Vector<ByteDisjunction*> allParenthesesInfo, YarrPattern& pattern, BumpPointerAllocator* allocator) function in struct:JSC::Yarr::BytecodePattern
347 ~BytecodePattern()
357 // Each BytecodePattern is associated with a RegExp, each RegExp is associated

Completed in 160 milliseconds