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

Unified Diff: regexp2000/src/regexp-macro-assembler-ia32.h

Issue 10750: * Update to RegExp parsing and AST. (Closed)
Patch Set: Addressed review comments Created 12 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « regexp2000/src/regexp-macro-assembler.cc ('k') | regexp2000/src/regexp-macro-assembler-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: regexp2000/src/regexp-macro-assembler-ia32.h
diff --git a/regexp2000/src/regexp-macro-assembler-ia32.h b/regexp2000/src/regexp-macro-assembler-ia32.h
index ad1da501bdaa942b6131283832c3617e42b96ee6..5c8c2ae5895bc900fea0806d6b22b5b747b180c3 100644
--- a/regexp2000/src/regexp-macro-assembler-ia32.h
+++ b/regexp2000/src/regexp-macro-assembler-ia32.h
@@ -133,6 +133,10 @@ class RegExpMacroAssemblerIA32: public RegExpMacroAssembler<SubjectChar> {
// Read a character from input at the given offset from the current
// position.
void ReadChar(Register destination, int offset);
+
+ template <typename T>
+ void LoadConstantBufferAddress(Register reg, ArraySlice<T>* buffer);
+
// Read the current character into the destination register.
void ReadCurrentChar(Register destination);
@@ -145,7 +149,6 @@ class RegExpMacroAssemblerIA32: public RegExpMacroAssembler<SubjectChar> {
int num_registers_;
bool ignore_case_;
};
-
}}
#endif /* REGEXP_MACRO_ASSEMBLER_IA32_H_ */
« no previous file with comments | « regexp2000/src/regexp-macro-assembler.cc ('k') | regexp2000/src/regexp-macro-assembler-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698