Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Side by Side Diff: runtime/vm/regexp.h

Issue 800433004: Use a typed array for the irregexp stack. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: naming Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/vm/intermediate_language_x64.cc ('k') | runtime/vm/regexp_assembler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 #ifndef VM_REGEXP_H_ 5 #ifndef VM_REGEXP_H_
6 #define VM_REGEXP_H_ 6 #define VM_REGEXP_H_
7 7
8 #include "vm/assembler.h" 8 #include "vm/assembler.h"
9 #include "vm/intermediate_language.h" 9 #include "vm/intermediate_language.h"
10 #include "vm/flow_graph_compiler.h"
10 #include "vm/object.h" 11 #include "vm/object.h"
11 #include "vm/regexp_assembler.h" 12 #include "vm/regexp_assembler.h"
12 13
13 namespace dart { 14 namespace dart {
14 15
15 class NodeVisitor; 16 class NodeVisitor;
16 class RegExpCompiler; 17 class RegExpCompiler;
17 class RegExpMacroAssembler; 18 class RegExpMacroAssembler;
18 class RegExpNode; 19 class RegExpNode;
19 class RegExpTree; 20 class RegExpTree;
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after
1405 const String& pattern, 1406 const String& pattern,
1406 bool multi_line, 1407 bool multi_line,
1407 bool ignore_case); 1408 bool ignore_case);
1408 1409
1409 static void DotPrint(const char* label, RegExpNode* node, bool ignore_case); 1410 static void DotPrint(const char* label, RegExpNode* node, bool ignore_case);
1410 }; 1411 };
1411 1412
1412 } // namespace dart 1413 } // namespace dart
1413 1414
1414 #endif // VM_REGEXP_H_ 1415 #endif // VM_REGEXP_H_
OLDNEW
« no previous file with comments | « runtime/vm/intermediate_language_x64.cc ('k') | runtime/vm/regexp_assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698