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

Unified Diff: runtime/vm/intermediate_language.h

Issue 19023005: Implement forwarding constructors for mixins (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 5 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
===================================================================
--- runtime/vm/intermediate_language.h (revision 24971)
+++ runtime/vm/intermediate_language.h (working copy)
@@ -36,46 +36,46 @@
// (class-name, function-name, recognized enum, fingerprint).
// See intrinsifier for fingerprint computation.
#define RECOGNIZED_LIST(V) \
- V(Object, Object., ObjectConstructor, 464682336) \
+ V(Object, Object., ObjectConstructor, 2030609793) \
V(Object, get:_cid, ObjectCid, 732498573) \
V(_ObjectArray, get:length, ObjectArrayLength, 405297088) \
V(_ImmutableArray, get:length, ImmutableArrayLength, 433698233) \
V(_TypedList, get:length, TypedDataLength, 1004567191) \
- V(_TypedList, _getInt8, ByteArrayBaseGetInt8, 728842615) \
- V(_TypedList, _getUint8, ByteArrayBaseGetUint8, 728842615) \
- V(_TypedList, _getInt16, ByteArrayBaseGetInt16, 728842615) \
- V(_TypedList, _getUint16, ByteArrayBaseGetUint16, 728842615) \
- V(_TypedList, _getInt32, ByteArrayBaseGetInt32, 728842615) \
- V(_TypedList, _getUint32, ByteArrayBaseGetUint32, 728842615) \
- V(_TypedList, _getFloat32, ByteArrayBaseGetFloat32, 1067360925) \
- V(_TypedList, _getFloat64, ByteArrayBaseGetFloat64, 1067360925) \
- V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 279982060) \
- V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 427754869) \
- V(_TypedList, _setUint8, ByteArrayBaseSetUint8, 427754869) \
- V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 427754869) \
- V(_TypedList, _setUint16, ByteArrayBaseSetUint16, 427754869) \
- V(_TypedList, _setInt32, ByteArrayBaseSetInt32, 427754869) \
- V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 427754869) \
- V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 637235443) \
- V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 637235443) \
- V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 780994886) \
+ V(_TypedList, _getInt8, ByteArrayBaseGetInt8, 1219036864) \
+ V(_TypedList, _getUint8, ByteArrayBaseGetUint8, 1219036864) \
+ V(_TypedList, _getInt16, ByteArrayBaseGetInt16, 1219036864) \
+ V(_TypedList, _getUint16, ByteArrayBaseGetUint16, 1219036864) \
+ V(_TypedList, _getInt32, ByteArrayBaseGetInt32, 1219036864) \
+ V(_TypedList, _getUint32, ByteArrayBaseGetUint32, 1219036864) \
+ V(_TypedList, _getFloat32, ByteArrayBaseGetFloat32, 1465214182) \
+ V(_TypedList, _getFloat64, ByteArrayBaseGetFloat64, 1465214182) \
+ V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 2133963445) \
+ V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 1865947547) \
+ V(_TypedList, _setUint8, ByteArrayBaseSetUint8, 1865947547) \
+ V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 1865947547) \
+ V(_TypedList, _setUint16, ByteArrayBaseSetUint16, 1865947547) \
+ V(_TypedList, _setInt32, ByteArrayBaseSetInt32, 1865947547) \
+ V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 1865947547) \
+ V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 2034634179) \
+ V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 2034634179) \
+ V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 773019010) \
V(_GrowableObjectArray, get:length, GrowableArrayLength, 725548050) \
V(_GrowableObjectArray, get:_capacity, GrowableArrayCapacity, 725548050) \
- V(_GrowableObjectArray, _setData, GrowableArraySetData, 629110947) \
- V(_GrowableObjectArray, _setLength, GrowableArraySetLength, 796709584) \
+ V(_GrowableObjectArray, _setData, GrowableArraySetData, 588108129) \
+ V(_GrowableObjectArray, _setLength, GrowableArraySetLength, 279007375) \
V(_StringBase, get:length, StringBaseLength, 320803993) \
V(_StringBase, get:isEmpty, StringBaseIsEmpty, 110631520) \
- V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 984449525) \
- V(_StringBase, [], StringBaseCharAt, 1062366987) \
- V(_OneByteString, _setAt, OneByteStringSetAt, 342452817) \
+ V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 1574843871) \
+ V(_StringBase, [], StringBaseCharAt, 2105190389) \
+ V(_OneByteString, _setAt, OneByteStringSetAt, 1038132016) \
V(_IntegerImplementation, toDouble, IntegerToDouble, 1331752138) \
- V(_Double, toInt, DoubleToInteger, 362666636) \
- V(_Double, truncateToDouble, DoubleTruncate, 620870996) \
- V(_Double, roundToDouble, DoubleRound, 620870996) \
- V(_Double, floorToDouble, DoubleFloor, 620870996) \
- V(_Double, ceilToDouble, DoubleCeil, 620870996) \
+ V(_Double, toInt, DoubleToInteger, 630286253) \
+ V(_Double, truncateToDouble, DoubleTruncate, 1804056693) \
+ V(_Double, roundToDouble, DoubleRound, 1804056693) \
+ V(_Double, floorToDouble, DoubleFloor, 1804056693) \
+ V(_Double, ceilToDouble, DoubleCeil, 1804056693) \
V(_Double, pow, DoublePow, 102305574) \
- V(_Double, _modulo, DoubleMod, 437099337) \
+ V(_Double, _modulo, DoubleMod, 663439671) \
V(::, sqrt, MathSqrt, 1662640002) \
V(Float32x4, Float32x4., Float32x4Constructor, 1492157358) \
V(Float32x4, Float32x4.zero, Float32x4Zero, 444339161) \
@@ -88,37 +88,37 @@
V(_Float32x4, get:y, Float32x4ShuffleY, 211144022) \
V(_Float32x4, get:z, Float32x4ShuffleZ, 211144022) \
V(_Float32x4, get:w, Float32x4ShuffleW, 211144022) \
- V(_Float32x4, _cmpequal, Float32x4Equal, 548944488) \
- V(_Float32x4, _cmpgt, Float32x4GreaterThan, 548944488) \
- V(_Float32x4, _cmpgte, Float32x4GreaterThanOrEqual, 548944488) \
- V(_Float32x4, _cmplt, Float32x4LessThan, 548944488) \
- V(_Float32x4, _cmplte, Float32x4LessThanOrEqual, 548944488) \
- V(_Float32x4, _cmpnequal, Float32x4NotEqual, 548944488) \
- V(_Float32x4, _min, Float32x4Min, 342800599) \
- V(_Float32x4, _max, Float32x4Max, 342800599) \
- V(_Float32x4, _scale, Float32x4Scale, 219466242) \
- V(_Float32x4, _sqrt, Float32x4Sqrt, 42621627) \
- V(_Float32x4, _reciprocalSqrt, Float32x4ReciprocalSqrt, 42621627) \
- V(_Float32x4, _reciprocal, Float32x4Reciprocal, 42621627) \
- V(_Float32x4, _negate, Float32x4Negate, 42621627) \
- V(_Float32x4, _abs, Float32x4Absolute, 42621627) \
- V(_Float32x4, _clamp, Float32x4Clamp, 615895313) \
- V(_Float32x4, withX, Float32x4WithX, 219466242) \
- V(_Float32x4, withY, Float32x4WithY, 219466242) \
- V(_Float32x4, withZ, Float32x4WithZ, 219466242) \
- V(_Float32x4, withW, Float32x4WithW, 219466242) \
- V(_Float32x4, _toUint32x4, Float32x4ToUint32x4, 1044409108) \
+ V(_Float32x4, _cmpequal, Float32x4Equal, 2103153736) \
+ V(_Float32x4, _cmpgt, Float32x4GreaterThan, 2103153736) \
+ V(_Float32x4, _cmpgte, Float32x4GreaterThanOrEqual, 2103153736) \
+ V(_Float32x4, _cmplt, Float32x4LessThan, 2103153736) \
+ V(_Float32x4, _cmplte, Float32x4LessThanOrEqual, 2103153736) \
+ V(_Float32x4, _cmpnequal, Float32x4NotEqual, 2103153736) \
+ V(_Float32x4, _min, Float32x4Min, 465519415) \
+ V(_Float32x4, _max, Float32x4Max, 465519415) \
+ V(_Float32x4, _scale, Float32x4Scale, 42272341) \
+ V(_Float32x4, _sqrt, Float32x4Sqrt, 157194268) \
+ V(_Float32x4, _reciprocalSqrt, Float32x4ReciprocalSqrt, 157194268) \
+ V(_Float32x4, _reciprocal, Float32x4Reciprocal, 157194268) \
+ V(_Float32x4, _negate, Float32x4Negate, 157194268) \
+ V(_Float32x4, _abs, Float32x4Absolute, 157194268) \
+ V(_Float32x4, _clamp, Float32x4Clamp, 1553901850) \
+ V(_Float32x4, withX, Float32x4WithX, 1816943014) \
+ V(_Float32x4, withY, Float32x4WithY, 820404963) \
+ V(_Float32x4, withZ, Float32x4WithZ, 881355277) \
+ V(_Float32x4, withW, Float32x4WithW, 441497035) \
+ V(_Float32x4, _toUint32x4, Float32x4ToUint32x4, 802289205) \
V(Uint32x4, Uint32x4.bool, Uint32x4BoolConstructor, 487876159) \
V(_Uint32x4, get:flagX, Uint32x4GetFlagX, 782547529) \
V(_Uint32x4, get:flagY, Uint32x4GetFlagY, 782547529) \
V(_Uint32x4, get:flagZ, Uint32x4GetFlagZ, 782547529) \
V(_Uint32x4, get:flagW, Uint32x4GetFlagW, 782547529) \
V(_Uint32x4, select, Uint32x4Select, 810336099) \
- V(_Uint32x4, withFlagX, Uint32x4WithFlagX, 980864994) \
- V(_Uint32x4, withFlagY, Uint32x4WithFlagY, 980864994) \
- V(_Uint32x4, withFlagZ, Uint32x4WithFlagZ, 980864994) \
- V(_Uint32x4, withFlagW, Uint32x4WithFlagW, 980864994) \
- V(_Uint32x4, _toFloat32x4, Uint32x4ToUint32x4, 311564070) \
+ V(_Uint32x4, withFlagX, Uint32x4WithFlagX, 25547408) \
+ V(_Uint32x4, withFlagY, Uint32x4WithFlagY, 1176493005) \
+ V(_Uint32x4, withFlagZ, Uint32x4WithFlagZ, 1237443319) \
+ V(_Uint32x4, withFlagW, Uint32x4WithFlagW, 797585077) \
+ V(_Uint32x4, _toFloat32x4, Uint32x4ToUint32x4, 912844231) \
// Class that recognizes the name and owner of a function and returns the

Powered by Google App Engine
This is Rietveld 408576698