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

Unified Diff: runtime/vm/intermediate_language.h

Issue 23038010: Fix Function.end_token_pos() and implement MethodMirror.source getter (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
Index: runtime/vm/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index a3b7fc75348037701e521782005847aa6cc5d2da..d7784efec3c3d93fa2f58847e269cbeff886828f 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -38,49 +38,49 @@ class Range;
// (class-name, function-name, recognized enum, fingerprint).
// See intrinsifier for fingerprint computation.
#define RECOGNIZED_LIST(V) \
- V(::, identical, ObjectIdentical, 101186973) \
+ V(::, identical, ObjectIdentical, 496869842) \
V(Object, Object., ObjectConstructor, 1058525712) \
- V(Object, get:_cid, ObjectCid, 2099568593) \
- V(_ObjectArray, get:length, ObjectArrayLength, 1441000484) \
- V(_ImmutableArray, get:length, ImmutableArrayLength, 1430953867) \
- V(_TypedList, get:length, TypedDataLength, 117589485) \
- V(_TypedList, _getInt8, ByteArrayBaseGetInt8, 788387678) \
- V(_TypedList, _getUint8, ByteArrayBaseGetUint8, 1137892349) \
- V(_TypedList, _getInt16, ByteArrayBaseGetInt16, 464167270) \
- V(_TypedList, _getUint16, ByteArrayBaseGetUint16, 673378812) \
- V(_TypedList, _getInt32, ByteArrayBaseGetInt32, 1230275232) \
- V(_TypedList, _getUint32, ByteArrayBaseGetUint32, 976951843) \
- V(_TypedList, _getFloat32, ByteArrayBaseGetFloat32, 215932309) \
- V(_TypedList, _getFloat64, ByteArrayBaseGetFloat64, 450032954) \
- V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 1602836552) \
- V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 250049637) \
- V(_TypedList, _setUint8, ByteArrayBaseSetUint8, 1792593311) \
- V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 1958159284) \
- V(_TypedList, _setUint16, ByteArrayBaseSetUint16, 1244907090) \
- V(_TypedList, _setInt32, ByteArrayBaseSetInt32, 1058956549) \
- V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 1054500835) \
- V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 1426038329) \
- V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 1289924817) \
- V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 370513644) \
- V(_GrowableObjectArray, get:length, GrowableArrayLength, 767561362) \
- V(_GrowableObjectArray, get:_capacity, GrowableArrayCapacity, 874559046) \
- V(_GrowableObjectArray, _setData, GrowableArraySetData, 1302055339) \
- V(_GrowableObjectArray, _setLength, GrowableArraySetLength, 1016226171) \
- V(_StringBase, get:length, StringBaseLength, 1158042795) \
+ V(Object, get:_cid, ObjectCid, 1498661928) \
+ V(_ObjectArray, get:length, ObjectArrayLength, 259323113) \
+ V(_ImmutableArray, get:length, ImmutableArrayLength, 1341942416) \
+ V(_TypedList, get:length, TypedDataLength, 26556746) \
+ V(_TypedList, _getInt8, ByteArrayBaseGetInt8, 272598802) \
+ V(_TypedList, _getUint8, ByteArrayBaseGetUint8, 831354841) \
+ V(_TypedList, _getInt16, ByteArrayBaseGetInt16, 1832126257) \
+ V(_TypedList, _getUint16, ByteArrayBaseGetUint16, 1762714698) \
+ V(_TypedList, _getInt32, ByteArrayBaseGetInt32, 48785449) \
+ V(_TypedList, _getUint32, ByteArrayBaseGetUint32, 1392579206) \
+ V(_TypedList, _getFloat32, ByteArrayBaseGetFloat32, 185163470) \
+ V(_TypedList, _getFloat64, ByteArrayBaseGetFloat64, 1356392173) \
+ V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 1239681356) \
+ V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 742201367) \
+ V(_TypedList, _setUint8, ByteArrayBaseSetUint8, 1163140155) \
+ V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 1106354531) \
+ V(_TypedList, _setUint16, ByteArrayBaseSetUint16, 545390027) \
+ V(_TypedList, _setInt32, ByteArrayBaseSetInt32, 1963924310) \
+ V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 724748139) \
+ V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 756330666) \
+ V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 1495546688) \
+ V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 560495357) \
+ V(_GrowableObjectArray, get:length, GrowableArrayLength, 1160357614) \
+ V(_GrowableObjectArray, get:_capacity, GrowableArrayCapacity, 1509781988) \
+ V(_GrowableObjectArray, _setData, GrowableArraySetData, 236295352) \
+ V(_GrowableObjectArray, _setLength, GrowableArraySetLength, 1922121178) \
+ V(_StringBase, get:length, StringBaseLength, 1483460481) \
V(_StringBase, get:isEmpty, StringBaseIsEmpty, 1588094430) \
- V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 1452213966) \
- V(_StringBase, [], StringBaseCharAt, 924930519) \
- V(_OneByteString, _setAt, OneByteStringSetAt, 456985263) \
+ V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 1958436584) \
+ V(_StringBase, [], StringBaseCharAt, 539412735) \
+ V(_OneByteString, _setAt, OneByteStringSetAt, 1754827784) \
V(_IntegerImplementation, toDouble, IntegerToDouble, 2141284842) \
V(_IntegerImplementation, _leftShiftWithMask32, IntegerLeftShiftWithMask32, \
- 964472615) \
- V(_Double, toInt, DoubleToInteger, 1580473283) \
- V(_Double, truncateToDouble, DoubleTruncate, 849350203) \
- V(_Double, roundToDouble, DoubleRound, 500368418) \
- V(_Double, floorToDouble, DoubleFloor, 763548522) \
- V(_Double, ceilToDouble, DoubleCeil, 976697019) \
+ 2095943661) \
+ V(_Double, toInt, DoubleToInteger, 1328149975) \
+ V(_Double, truncateToDouble, DoubleTruncate, 615732263) \
+ V(_Double, roundToDouble, DoubleRound, 622146406) \
+ V(_Double, floorToDouble, DoubleFloor, 1614014643) \
+ V(_Double, ceilToDouble, DoubleCeil, 277859570) \
V(_Double, pow, DoublePow, 1240251670) \
- V(_Double, _modulo, DoubleMod, 1850917533) \
+ V(_Double, _modulo, DoubleMod, 1443289156) \
V(::, sqrt, MathSqrt, 465520247) \
V(::, sin, MathSin, 730107143) \
V(::, cos, MathCos, 1282146521) \
@@ -89,47 +89,47 @@ class Range;
V(Float32x4, Float32x4., Float32x4Constructor, 1876089990) \
V(Float32x4, Float32x4.zero, Float32x4Zero, 1903586222) \
V(Float32x4, Float32x4.splat, Float32x4Splat, 38462589) \
- V(_Float32x4, shuffle, Float32x4Shuffle, 713523911) \
- V(_Float32x4, get:x, Float32x4ShuffleX, 1019523296) \
- V(_Float32x4, get:y, Float32x4ShuffleY, 710282243) \
- V(_Float32x4, get:z, Float32x4ShuffleZ, 1612806041) \
- V(_Float32x4, get:w, Float32x4ShuffleW, 1113701403) \
- V(_Float32x4, _cmpequal, Float32x4Equal, 1559121703) \
- V(_Float32x4, _cmpgt, Float32x4GreaterThan, 1959692892) \
- V(_Float32x4, _cmpgte, Float32x4GreaterThanOrEqual, 2128251808) \
- V(_Float32x4, _cmplt, Float32x4LessThan, 405464198) \
- V(_Float32x4, _cmplte, Float32x4LessThanOrEqual, 1217836152) \
- V(_Float32x4, _cmpnequal, Float32x4NotEqual, 498820440) \
- V(_Float32x4, _min, Float32x4Min, 1354880316) \
- V(_Float32x4, _max, Float32x4Max, 171574145) \
- V(_Float32x4, _scale, Float32x4Scale, 1553559438) \
- V(_Float32x4, _sqrt, Float32x4Sqrt, 612006112) \
- V(_Float32x4, _reciprocalSqrt, Float32x4ReciprocalSqrt, 606139302) \
- V(_Float32x4, _reciprocal, Float32x4Reciprocal, 606284658) \
- V(_Float32x4, _negate, Float32x4Negate, 1391098465) \
- V(_Float32x4, _abs, Float32x4Absolute, 1255666131) \
- V(_Float32x4, _clamp, Float32x4Clamp, 736513790) \
- V(_Float32x4, withX, Float32x4WithX, 1812990172) \
- V(_Float32x4, withY, Float32x4WithY, 870795583) \
- V(_Float32x4, withZ, Float32x4WithZ, 784227740) \
- V(_Float32x4, withW, Float32x4WithW, 868173303) \
- V(_Float32x4, _toUint32x4, Float32x4ToUint32x4, 147627074) \
- V(_Float32x4, withZWInXY, Float32x4WithZWInXY, 1850941421) \
- V(_Float32x4, interleaveXY, Float32x4InterleaveXY, 1789523505) \
- V(_Float32x4, interleaveZW, Float32x4InterleaveZW, 1137302773) \
- V(_Float32x4, interleaveXYPairs, Float32x4InterleaveXYPairs, 2138669236) \
- V(_Float32x4, interleaveZWPairs, Float32x4InterleaveZWPairs, 1541966446) \
+ V(_Float32x4, shuffle, Float32x4Shuffle, 1178727105) \
+ V(_Float32x4, get:x, Float32x4ShuffleX, 1351658256) \
+ V(_Float32x4, get:y, Float32x4ShuffleY, 217326828) \
+ V(_Float32x4, get:z, Float32x4ShuffleZ, 2144864139) \
+ V(_Float32x4, get:w, Float32x4ShuffleW, 1447639537) \
+ V(_Float32x4, _cmpequal, Float32x4Equal, 2141256163) \
+ V(_Float32x4, _cmpgt, Float32x4GreaterThan, 696292270) \
+ V(_Float32x4, _cmpgte, Float32x4GreaterThanOrEqual, 1199333164) \
+ V(_Float32x4, _cmplt, Float32x4LessThan, 943396590) \
+ V(_Float32x4, _cmplte, Float32x4LessThanOrEqual, 57211241) \
+ V(_Float32x4, _cmpnequal, Float32x4NotEqual, 1234888884) \
+ V(_Float32x4, _min, Float32x4Min, 1166664658) \
+ V(_Float32x4, _max, Float32x4Max, 343968921) \
+ V(_Float32x4, _scale, Float32x4Scale, 803505531) \
+ V(_Float32x4, _sqrt, Float32x4Sqrt, 2092250151) \
+ V(_Float32x4, _reciprocalSqrt, Float32x4ReciprocalSqrt, 965252704) \
+ V(_Float32x4, _reciprocal, Float32x4Reciprocal, 1262202915) \
+ V(_Float32x4, _negate, Float32x4Negate, 1203192635) \
+ V(_Float32x4, _abs, Float32x4Absolute, 386324188) \
+ V(_Float32x4, _clamp, Float32x4Clamp, 1454612345) \
+ V(_Float32x4, withX, Float32x4WithX, 795284225) \
+ V(_Float32x4, withY, Float32x4WithY, 1806065938) \
+ V(_Float32x4, withZ, Float32x4WithZ, 320659034) \
+ V(_Float32x4, withW, Float32x4WithW, 1108437255) \
+ V(_Float32x4, _toUint32x4, Float32x4ToUint32x4, 754564339) \
+ V(_Float32x4, withZWInXY, Float32x4WithZWInXY, 1198101679) \
+ V(_Float32x4, interleaveXY, Float32x4InterleaveXY, 2001324072) \
+ V(_Float32x4, interleaveZW, Float32x4InterleaveZW, 928280031) \
+ V(_Float32x4, interleaveXYPairs, Float32x4InterleaveXYPairs, 1046078993) \
+ V(_Float32x4, interleaveZWPairs, Float32x4InterleaveZWPairs, 1001751955) \
V(Uint32x4, Uint32x4.bool, Uint32x4BoolConstructor, 733327933) \
- V(_Uint32x4, get:flagX, Uint32x4GetFlagX, 765894409) \
- V(_Uint32x4, get:flagY, Uint32x4GetFlagY, 1226233321) \
- V(_Uint32x4, get:flagZ, Uint32x4GetFlagZ, 1455452476) \
- V(_Uint32x4, get:flagW, Uint32x4GetFlagW, 1608549245) \
+ V(_Uint32x4, get:flagX, Uint32x4GetFlagX, 1674637210) \
+ V(_Uint32x4, get:flagY, Uint32x4GetFlagY, 2013140570) \
+ V(_Uint32x4, get:flagZ, Uint32x4GetFlagZ, 944674353) \
+ V(_Uint32x4, get:flagW, Uint32x4GetFlagW, 22686587) \
V(_Uint32x4, select, Uint32x4Select, 881590808) \
- V(_Uint32x4, withFlagX, Uint32x4WithFlagX, 1987921054) \
- V(_Uint32x4, withFlagY, Uint32x4WithFlagY, 831632614) \
- V(_Uint32x4, withFlagZ, Uint32x4WithFlagZ, 465765612) \
- V(_Uint32x4, withFlagW, Uint32x4WithFlagW, 1545009993) \
- V(_Uint32x4, _toFloat32x4, Uint32x4ToUint32x4, 1545735523) \
+ V(_Uint32x4, withFlagX, Uint32x4WithFlagX, 1475542073) \
+ V(_Uint32x4, withFlagY, Uint32x4WithFlagY, 830610988) \
+ V(_Uint32x4, withFlagZ, Uint32x4WithFlagZ, 1714792414) \
+ V(_Uint32x4, withFlagW, Uint32x4WithFlagW, 1516924162) \
+ V(_Uint32x4, _toFloat32x4, Uint32x4ToUint32x4, 2054503505) \
// A list of core function that should always be inlined.
« no previous file with comments | « runtime/vm/flow_graph_builder.h ('k') | runtime/vm/intrinsifier.h » ('j') | tests/lib/lib.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698