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

Unified Diff: dart/runtime/vm/method_recognizer.h

Issue 754763003: Version 1.8.3 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.8/
Patch Set: 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 | « dart/runtime/vm/intermediate_language_x64.cc ('k') | dart/runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/runtime/vm/method_recognizer.h
===================================================================
--- dart/runtime/vm/method_recognizer.h (revision 42037)
+++ dart/runtime/vm/method_recognizer.h (working copy)
@@ -155,9 +155,9 @@
#define CORE_LIB_INTRINSIC_LIST(V) \
V(_Smi, ~, Smi_bitNegate, 134149043) \
V(_Smi, get:bitLength, Smi_bitLength, 869986288) \
- V(_Bigint, set:_neg, Bigint_setNeg, 855560832) \
- V(_Bigint, set:_used, Bigint_setUsed, 1792932615) \
- V(_Bigint, _set_digits, Bigint_setDigits, 178162491) \
+ V(_Bigint, set:_neg, Bigint_setNeg, 1924982939) \
+ V(_Bigint, set:_used, Bigint_setUsed, 1574448752) \
+ V(_Bigint, _set_digits, Bigint_setDigits, 1865626071) \
V(_Bigint, _absAdd, Bigint_absAdd, 97148049) \
V(_Bigint, _absSub, Bigint_absSub, 159012285) \
V(_Bigint, _mulAdd, Bigint_mulAdd, 101252203) \
@@ -374,9 +374,12 @@
V(::, tan, MathTan, 982072809) \
V(Lists, copy, ListsCopy, 605584668) \
V(_Bigint, get:_neg, Bigint_getNeg, 1151543890) \
+ V(_Bigint, set:_neg, Bigint_setNeg, 1924982939) \
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) \
// A list of core function that should never be inlined.
#define INLINE_BLACK_LIST(V) \
« no previous file with comments | « dart/runtime/vm/intermediate_language_x64.cc ('k') | dart/runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698