Searched refs:WREC (Results 1 – 23 of 23) sorted by relevance
/external/webkit/JavaScriptCore/wrec/ |
D | Escapes.h | 31 #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()
|
D | WREC.h | 31 #if ENABLE(WREC) 46 namespace JSC { namespace WREC {
|
D | Quantifier.h | 31 #if ENABLE(WREC) 36 namespace JSC { namespace WREC {
|
D | CharacterClass.h | 31 #if ENABLE(WREC) 35 namespace JSC { namespace WREC {
|
D | WRECFunctors.cpp | 29 #if ENABLE(WREC) 35 namespace JSC { namespace WREC { namespace
|
D | CharacterClassConstructor.h | 31 #if ENABLE(WREC) 38 namespace JSC { namespace WREC {
|
D | WREC.cpp | 29 #if ENABLE(WREC) 41 namespace JSC { namespace WREC { namespace
|
D | CharacterClass.cpp | 29 #if ENABLE(WREC) 33 namespace JSC { namespace WREC { namespace
|
D | WRECFunctors.h | 28 #if ENABLE(WREC) 33 namespace JSC { namespace WREC {
|
D | WRECParser.h | 31 #if ENABLE(WREC) 39 namespace JSC { namespace WREC {
|
D | WRECGenerator.h | 31 #if ENABLE(WREC) 43 namespace WREC {
|
D | CharacterClassConstructor.cpp | 29 #if ENABLE(WREC) 36 namespace JSC { namespace WREC { namespace
|
D | WRECParser.cpp | 29 #if ENABLE(WREC) 36 namespace JSC { namespace WREC { namespace
|
D | WRECGenerator.cpp | 29 #if ENABLE(WREC) 39 namespace JSC { namespace WREC { namespace
|
/external/webkit/JavaScriptCore/runtime/ |
D | RegExp.cpp | 43 #if ENABLE(WREC) 53 #if ENABLE(WREC) 54 using namespace WREC; 170 #if ENABLE(WREC) in match() 194 #if ENABLE(WREC) in match()
|
D | RegExp.h | 77 #if ENABLE(WREC) 78 WREC::CompiledRegExp m_wrecFunction;
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 2127 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 …]
|
D | JavaScriptCore.gypi | 339 'wrec/WREC.cpp', 340 'wrec/WREC.h',
|
D | Android.mk | 158 wrec/WREC.cpp \
|
D | GNUmakefile.am | 221 JavaScriptCore/wrec/WREC.h \
|
D | ChangeLog | 3684 * wrec/WREC.h: 3686 (JSC::WREC::Generator::generateEnter): 3687 (JSC::WREC::Generator::generateReturnSuccess): 3688 (JSC::WREC::Generator::generateReturnFailure):
|
/external/webkit/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 211 …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/ |
D | ChangeLog-2009-06-16 | 20659 * ForwardingHeaders/wrec/WREC.h: 92312 just working on WREC, as it does not make any calls so reduces 92330 * ForwardingHeaders/wrec/WREC.h: Added.
|