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

Unified Diff: runtime/vm/intermediate_language.h

Issue 11035057: Hide internal details of VM string implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/string_patch.dart ('k') | runtime/vm/intrinsifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index e184d34279913e10fb7320b2812b5a10ea5b8ac9..2a3cfdc56593ea43fdd2c1e48644c0704beab889 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -35,8 +35,8 @@ class Range;
V(_ImmutableArray, get:length, ImmutableArrayLength) \
V(_GrowableObjectArray, get:length, GrowableArrayLength) \
V(_GrowableObjectArray, get:capacity, GrowableArrayCapacity) \
- V(StringBase, get:length, StringBaseLength) \
- V(StringBase, isEmpty, StringBaseIsEmpty) \
+ V(_StringBase, get:length, StringBaseLength) \
+ V(_StringBase, isEmpty, StringBaseIsEmpty) \
V(_IntegerImplementation, toDouble, IntegerToDouble) \
V(_Double, toDouble, DoubleToDouble) \
V(::, sqrt, MathSqrt) \
« no previous file with comments | « runtime/lib/string_patch.dart ('k') | runtime/vm/intrinsifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698