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

Unified Diff: runtime/vm/symbols.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: safety Created 6 years 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 | « runtime/vm/regexp_test.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index bab0a9633d619eb7ff7d518420f9b5d500495744..f57b143d0fdfa8dd2d72c08fb3fdde974b5d970d 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -347,6 +347,7 @@ class ObjectPointerVisitor;
V(match_end_index, ":match_end_index") \
V(char_in_capture, ":char_in_capture") \
V(char_in_match, ":char_in_match") \
+ V(index_temp, ":index_temp") \
V(result, ":result") \
V(position_registers, ":position_registers") \
V(string_param, ":string_param") \
« no previous file with comments | « runtime/vm/regexp_test.cc ('k') | runtime/vm/vm_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698