Home
last modified time | relevance | path

Searched refs:WREC (Results 1 – 23 of 23) sorted by relevance

/external/webkit/JavaScriptCore/wrec/
DEscapes.h31 #if ENABLE(WREC)
35 namespace JSC { namespace WREC {
63 const WREC::CharacterClass* c;
95 CharacterClassEscape(const WREC::CharacterClass& characterClass, bool invert) in CharacterClassEscape()
104 const WREC::CharacterClass& characterClass() const { return *m_u.c; } in characterClass()
DWREC.h31 #if ENABLE(WREC)
46 namespace JSC { namespace WREC {
DQuantifier.h31 #if ENABLE(WREC)
36 namespace JSC { namespace WREC {
DCharacterClass.h31 #if ENABLE(WREC)
35 namespace JSC { namespace WREC {
DWRECFunctors.cpp29 #if ENABLE(WREC)
35 namespace JSC { namespace WREC { namespace
DCharacterClassConstructor.h31 #if ENABLE(WREC)
38 namespace JSC { namespace WREC {
DWREC.cpp29 #if ENABLE(WREC)
41 namespace JSC { namespace WREC { namespace
DCharacterClass.cpp29 #if ENABLE(WREC)
33 namespace JSC { namespace WREC { namespace
DWRECFunctors.h28 #if ENABLE(WREC)
33 namespace JSC { namespace WREC {
DWRECParser.h31 #if ENABLE(WREC)
39 namespace JSC { namespace WREC {
DWRECGenerator.h31 #if ENABLE(WREC)
43 namespace WREC {
DCharacterClassConstructor.cpp29 #if ENABLE(WREC)
36 namespace JSC { namespace WREC { namespace
DWRECParser.cpp29 #if ENABLE(WREC)
36 namespace JSC { namespace WREC { namespace
DWRECGenerator.cpp29 #if ENABLE(WREC)
39 namespace JSC { namespace WREC { namespace
/external/webkit/JavaScriptCore/runtime/
DRegExp.cpp43 #if ENABLE(WREC)
53 #if ENABLE(WREC)
54 using namespace WREC;
170 #if ENABLE(WREC) in match()
194 #if ENABLE(WREC) in match()
DRegExp.h77 #if ENABLE(WREC)
78 WREC::CompiledRegExp m_wrecFunction;
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-162127 Replace WREC with YARR + YARR_JIT for the Qt port. This is only
2129 replacement for the WREC usage. Still including the wrec headers
2131 that header it protected by "#if ENABLE(WREC)".
2308 Enable YARR, and disable WREC for GTK+.
7878 With great sadness and a heavy heart I switch us back from YARR to WREC in
7941 Enable YARR_JIT by default (where supported), replacing WREC.
8679 the JIT, whilst faster than WREC, is presently incomplete and does not
9683 and WREC. (Empirical testing says that we can easily compile a 1MB regular
9703 * wrec/WREC.cpp:
9704 (JSC::WREC::Generator::compileRegExp): Match PCRE's maximum pattern size,
[all …]
DJavaScriptCore.gypi339 'wrec/WREC.cpp',
340 'wrec/WREC.h',
DAndroid.mk158 wrec/WREC.cpp \
DGNUmakefile.am221 JavaScriptCore/wrec/WREC.h \
DChangeLog3684 * wrec/WREC.h:
3686 (JSC::WREC::Generator::generateEnter):
3687 (JSC::WREC::Generator::generateReturnSuccess):
3688 (JSC::WREC::Generator::generateReturnFailure):
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj211 …869083150E6518D7000D36ED /* WREC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 869083130E6518…
212 …869083160E6518D7000D36ED /* WREC.h in Headers */ = {isa = PBXBuildFile; fileRef = 869083140E6518D7…
746 …130E6518D7000D36ED /* WREC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
747 …083140E6518D7000D36ED /* WREC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1655 869083130E6518D7000D36ED /* WREC.cpp */,
1656 869083140E6518D7000D36ED /* WREC.h */,
2054 869083160E6518D7000D36ED /* WREC.h in Headers */,
2503 869083150E6518D7000D36ED /* WREC.cpp in Sources */,
/external/webkit/WebCore/
DChangeLog-2009-06-1620659 * ForwardingHeaders/wrec/WREC.h:
92312 just working on WREC, as it does not make any calls so reduces
92330 * ForwardingHeaders/wrec/WREC.h: Added.