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

Unified Diff: runtime/vm/regexp_assembler.h

Issue 765743003: Support use of external strings as inputs to LoadCodeUnitsInstr. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
Index: runtime/vm/regexp_assembler.h
diff --git a/runtime/vm/regexp_assembler.h b/runtime/vm/regexp_assembler.h
index 1c5d4fe5c4386ac682e71400ffe143b4c4cb1337..93a2377d4f8e396dc3765422f7932957a4ef827a 100644
--- a/runtime/vm/regexp_assembler.h
+++ b/runtime/vm/regexp_assembler.h
@@ -518,6 +518,7 @@ class IRRegExpMacroAssembler : public RegExpMacroAssembler {
Value* Bind(Definition* definition);
// Loads and binds a local variable.
Value* BindLoadLocal(const LocalVariable& local);
+ Value* BindUntaggedExternalString(const LocalVariable& str);
// Appends the definition.
void Do(Definition* definition);

Powered by Google App Engine
This is Rietveld 408576698