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

Unified Diff: runtime/vm/method_recognizer.h

Issue 810593008: Mark mutator methods of canonical constants as invisible to reflective access. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/lib/integers.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/method_recognizer.h
===================================================================
--- runtime/vm/method_recognizer.h (revision 42724)
+++ runtime/vm/method_recognizer.h (working copy)
@@ -157,7 +157,7 @@
V(_Smi, get:bitLength, Smi_bitLength, 869986288) \
V(_Bigint, set:_neg, Bigint_setNeg, 1924982939) \
V(_Bigint, set:_used, Bigint_setUsed, 1574448752) \
- V(_Bigint, _set_digits, Bigint_setDigits, 1865626071) \
+ V(_Bigint, set:_digits, Bigint_setDigits, 1109140916) \
V(_Bigint, _absAdd, Bigint_absAdd, 97148049) \
V(_Bigint, _absSub, Bigint_absSub, 159012285) \
V(_Bigint, _mulAdd, Bigint_mulAdd, 1625285265) \
@@ -381,8 +381,7 @@
V(_Bigint, get:_used, Bigint_getUsed, 1308559334) \
V(_Bigint, set:_used, Bigint_setUsed, 1574448752) \
V(_Bigint, get:_digits, Bigint_getDigits, 1408092463) \
- V(_Bigint, set:_digits, Bigint_setDigits, 1625268649) \
- V(_Bigint, _set_digits, Bigint_setDigits, 1865626071) \
+ V(_Bigint, set:_digits, Bigint_setDigits, 1109140916) \
// A list of core function that should never be inlined.
#define INLINE_BLACK_LIST(V) \
« no previous file with comments | « runtime/lib/integers.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698