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

Unified Diff: runtime/vm/intermediate_language.h

Issue 269253007: - Fix the external_test.dart as it was relying on outdated (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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/vm/flow_graph_builder.h ('k') | runtime/vm/intermediate_language.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intermediate_language.h
===================================================================
--- runtime/vm/intermediate_language.h (revision 37188)
+++ runtime/vm/intermediate_language.h (working copy)
@@ -40,232 +40,232 @@
#define RECOGNIZED_LIST(V) \
V(::, identical, ObjectIdentical, 496869842) \
V(Object, ==, ObjectEquals, 1068471689) \
- V(Object, Object., ObjectConstructor, 1058615085) \
- V(Object, get:_cid, ObjectCid, 1498751301) \
- V(_TypedListBase, get:_cid, TypedListBaseCid, 1938244762) \
- V(_List, get:length, ObjectArrayLength, 215183186) \
- V(_List, _List., ObjectArrayConstructor, 176587978) \
- V(_ImmutableList, get:length, ImmutableArrayLength, 578762861) \
- V(_TypedList, get:length, TypedDataLength, 26646119) \
- 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, _getInt32x4, ByteArrayBaseGetInt32x4, 163795162) \
- V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 1793798234) \
- V(_TypedList, _setUint8, ByteArrayBaseSetUint8, 67253374) \
- V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 10467750) \
- V(_TypedList, _setUint16, ByteArrayBaseSetUint16, 1596986894) \
- V(_TypedList, _setInt32, ByteArrayBaseSetInt32, 868037529) \
- V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 1776345006) \
- V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 1807927533) \
- V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 399659907) \
- V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 1612092224) \
- V(_TypedList, _setInt32x4, ByteArrayBaseSetInt32x4, 74799321) \
- V(_GrowableList, get:length, GrowableArrayLength, 1654255033) \
- V(_GrowableList, get:_capacity, GrowableArrayCapacity, 817119794) \
- V(_GrowableList, _setData, GrowableArraySetData, 970836644) \
- V(_GrowableList, _setLength, GrowableArraySetLength, 823005129) \
- V(_StringBase, get:length, StringBaseLength, 1483549854) \
- V(_StringBase, get:isEmpty, StringBaseIsEmpty, 1599468763) \
- V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 1958436584) \
- V(_StringBase, [], StringBaseCharAt, 585372763) \
- V(_StringBase, _interpolate, StringBaseInterpolate, 2013078843) \
- V(_OneByteString, _setAt, OneByteStringSetAt, 658941003) \
- V(_IntegerImplementation, toDouble, IntegerToDouble, 1947355341) \
+ V(Object, Object., ObjectConstructor, 1066669787) \
+ V(Object, get:_cid, ObjectCid, 1771959715) \
+ V(_TypedListBase, get:_cid, TypedListBaseCid, 1438451377) \
+ V(_List, get:length, ObjectArrayLength, 1181352729) \
+ V(_List, _List., ObjectArrayConstructor, 1595327584) \
+ V(_ImmutableList, get:length, ImmutableArrayLength, 274917727) \
+ V(_TypedList, get:length, TypedDataLength, 522565357) \
+ V(_TypedList, _getInt8, ByteArrayBaseGetInt8, 1541411498) \
+ V(_TypedList, _getUint8, ByteArrayBaseGetUint8, 1032404349) \
+ V(_TypedList, _getInt16, ByteArrayBaseGetInt16, 381073990) \
+ V(_TypedList, _getUint16, ByteArrayBaseGetUint16, 1142676276) \
+ V(_TypedList, _getInt32, ByteArrayBaseGetInt32, 330269934) \
+ V(_TypedList, _getUint32, ByteArrayBaseGetUint32, 59490554) \
+ V(_TypedList, _getFloat32, ByteArrayBaseGetFloat32, 393003933) \
+ V(_TypedList, _getFloat64, ByteArrayBaseGetFloat64, 1792407200) \
+ V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 1338379857) \
+ V(_TypedList, _getInt32x4, ByteArrayBaseGetInt32x4, 1469917805) \
+ V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 433348464) \
+ V(_TypedList, _setUint8, ByteArrayBaseSetUint8, 149406583) \
+ V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 805477162) \
+ V(_TypedList, _setUint16, ByteArrayBaseSetUint16, 888580944) \
+ V(_TypedList, _setInt32, ByteArrayBaseSetInt32, 1708248181) \
+ V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 1863152792) \
+ V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 1148703855) \
+ V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 972883980) \
+ V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 950522310) \
+ V(_TypedList, _setInt32x4, ByteArrayBaseSetInt32x4, 1301138078) \
+ V(_GrowableList, get:length, GrowableArrayLength, 778505107) \
+ V(_GrowableList, get:_capacity, GrowableArrayCapacity, 555140075) \
+ V(_GrowableList, _setData, GrowableArraySetData, 2126927509) \
+ V(_GrowableList, _setLength, GrowableArraySetLength, 89389299) \
+ V(_StringBase, get:length, StringBaseLength, 784399628) \
+ V(_StringBase, get:isEmpty, StringBaseIsEmpty, 49873871) \
+ V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 397735324) \
+ V(_StringBase, [], StringBaseCharAt, 1512210677) \
+ V(_StringBase, _interpolate, StringBaseInterpolate, 172499441) \
+ V(_OneByteString, _setAt, OneByteStringSetAt, 468605749) \
+ V(_IntegerImplementation, toDouble, IntegerToDouble, 1084977108) \
V(_IntegerImplementation, _leftShiftWithMask32, IntegerLeftShiftWithMask32, \
- 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, _modulo, DoubleMod, 1443289156) \
- V(::, sqrt, MathSqrt, 465520247) \
- V(::, sin, MathSin, 730107143) \
- V(::, cos, MathCos, 1282146521) \
+ 597111055) \
+ V(_Double, toInt, DoubleToInteger, 1547535151) \
+ V(_Double, truncateToDouble, DoubleTruncate, 2117801967) \
+ V(_Double, roundToDouble, DoubleRound, 2124216110) \
+ V(_Double, floorToDouble, DoubleFloor, 968600699) \
+ V(_Double, ceilToDouble, DoubleCeil, 1779929274) \
+ V(_Double, _modulo, DoubleMod, 1473971007) \
+ V(::, sqrt, MathSqrt, 101545548) \
+ V(::, sin, MathSin, 1741396147) \
+ V(::, cos, MathCos, 1951197905) \
V(::, min, MathMin, 1022567780) \
V(::, max, MathMax, 612058870) \
- V(::, _doublePow, MathDoublePow, 342259456) \
- V(Float32x4, Float32x4., Float32x4Constructor, 1314950569) \
- V(Float32x4, Float32x4.zero, Float32x4Zero, 1432281809) \
- V(Float32x4, Float32x4.splat, Float32x4Splat, 1148280442) \
+ V(::, _doublePow, MathDoublePow, 823139975) \
+ V(Float32x4, Float32x4., Float32x4Constructor, 1755873079) \
+ V(Float32x4, Float32x4.zero, Float32x4Zero, 1494069379) \
+ V(Float32x4, Float32x4.splat, Float32x4Splat, 916211464) \
V(Float32x4, Float32x4.fromInt32x4Bits, Float32x4FromInt32x4Bits, \
- 872145194) \
- V(Float32x4, Float32x4.fromFloat64x2, Float32x4FromFloat64x2, 1511660322) \
- V(_Float32x4, shuffle, Float32x4Shuffle, 1178727105) \
- V(_Float32x4, shuffleMix, Float32x4ShuffleMix, 927956119) \
- V(_Float32x4, get:x, Float32x4ShuffleX, 1351747629) \
- V(_Float32x4, get:y, Float32x4ShuffleY, 217416201) \
- V(_Float32x4, get:z, Float32x4ShuffleZ, 2144953512) \
- V(_Float32x4, get:w, Float32x4ShuffleW, 1447728910) \
- V(_Float32x4, get:signMask, Float32x4GetSignMask, 1198879138) \
- V(_Float32x4, _cmpequal, Float32x4Equal, 1944929844) \
- V(_Float32x4, _cmpgt, Float32x4GreaterThan, 499965951) \
- V(_Float32x4, _cmpgte, Float32x4GreaterThanOrEqual, 1003006845) \
- V(_Float32x4, _cmplt, Float32x4LessThan, 747070271) \
- V(_Float32x4, _cmplte, Float32x4LessThanOrEqual, 2008368570) \
- V(_Float32x4, _cmpnequal, Float32x4NotEqual, 1038562565) \
- 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(Float64x2, Float64x2., Float64x2Constructor, 1283521526) \
- V(Float64x2, Float64x2.zero, Float64x2Zero, 1971574037) \
- V(Float64x2, Float64x2.splat, Float64x2Splat, 823230813) \
- V(Float64x2, Float64x2.fromFloat32x4, Float64x2FromFloat32x4, 1383666060) \
- V(_Float64x2, get:x, Float64x2GetX, 176817227) \
- V(_Float64x2, get:y, Float64x2GetY, 1858031019) \
- V(_Float64x2, _negate, Float64x2Negate, 1345265430) \
- V(_Float64x2, abs, Float64x2Abs, 778551930) \
- V(_Float64x2, sqrt, Float64x2Sqrt, 591345168) \
- V(_Float64x2, get:signMask, Float64x2GetSignMask, 601579087) \
- V(_Float64x2, scale, Float64x2Scale, 1781090062) \
- V(_Float64x2, withX, Float64x2WithX, 1624377250) \
- V(_Float64x2, withY, Float64x2WithY, 2078610265) \
- V(_Float64x2, min, Float64x2Min, 876488999) \
- V(_Float64x2, max, Float64x2Max, 389912972) \
- V(Int32x4, Int32x4.bool, Int32x4BoolConstructor, 295910141) \
+ 640076216) \
+ V(Float32x4, Float32x4.fromFloat64x2, Float32x4FromFloat64x2, 1279591344) \
+ V(_Float32x4, shuffle, Float32x4Shuffle, 1636488139) \
+ V(_Float32x4, shuffleMix, Float32x4ShuffleMix, 597555927) \
+ V(_Float32x4, get:x, Float32x4ShuffleX, 384850558) \
+ V(_Float32x4, get:y, Float32x4ShuffleY, 1398002778) \
+ V(_Float32x4, get:z, Float32x4ShuffleZ, 1178056441) \
+ V(_Float32x4, get:w, Float32x4ShuffleW, 480831839) \
+ V(_Float32x4, get:signMask, Float32x4GetSignMask, 630761511) \
+ V(_Float32x4, _cmpequal, Float32x4Equal, 571062952) \
+ V(_Float32x4, _cmpgt, Float32x4GreaterThan, 1613543295) \
+ V(_Float32x4, _cmpgte, Float32x4GreaterThanOrEqual, 589402909) \
+ V(_Float32x4, _cmplt, Float32x4LessThan, 1502332656) \
+ V(_Float32x4, _cmplte, Float32x4LessThanOrEqual, 1069848031) \
+ V(_Float32x4, _cmpnequal, Float32x4NotEqual, 1334574472) \
+ V(_Float32x4, _min, Float32x4Min, 2036349551) \
+ V(_Float32x4, _max, Float32x4Max, 571688115) \
+ V(_Float32x4, _scale, Float32x4Scale, 1311297761) \
+ V(_Float32x4, _sqrt, Float32x4Sqrt, 1709659395) \
+ V(_Float32x4, _reciprocalSqrt, Float32x4ReciprocalSqrt, 2043980962) \
+ V(_Float32x4, _reciprocal, Float32x4Reciprocal, 739405237) \
+ V(_Float32x4, _negate, Float32x4Negate, 445839777) \
+ V(_Float32x4, _abs, Float32x4Absolute, 1152777608) \
+ V(_Float32x4, _clamp, Float32x4Clamp, 353415442) \
+ V(_Float32x4, withX, Float32x4WithX, 1446546696) \
+ V(_Float32x4, withY, Float32x4WithY, 309844761) \
+ V(_Float32x4, withZ, Float32x4WithZ, 971921505) \
+ V(_Float32x4, withW, Float32x4WithW, 1759699726) \
+ V(Float64x2, Float64x2., Float64x2Constructor, 1399581872) \
+ V(Float64x2, Float64x2.zero, Float64x2Zero, 1836770587) \
+ V(Float64x2, Float64x2.splat, Float64x2Splat, 939291159) \
+ V(Float64x2, Float64x2.fromFloat32x4, Float64x2FromFloat32x4, 1499726406) \
+ V(_Float64x2, get:x, Float64x2GetX, 261044094) \
+ V(_Float64x2, get:y, Float64x2GetY, 1942257886) \
+ V(_Float64x2, _negate, Float64x2Negate, 2133212774) \
+ V(_Float64x2, abs, Float64x2Abs, 1224776282) \
+ V(_Float64x2, sqrt, Float64x2Sqrt, 1037569520) \
+ V(_Float64x2, get:signMask, Float64x2GetSignMask, 252936800) \
+ V(_Float64x2, scale, Float64x2Scale, 1199438744) \
+ V(_Float64x2, withX, Float64x2WithX, 1042725932) \
+ V(_Float64x2, withY, Float64x2WithY, 1496958947) \
+ V(_Float64x2, min, Float64x2Min, 485240583) \
+ V(_Float64x2, max, Float64x2Max, 2146148204) \
+ V(Int32x4, Int32x4.bool, Int32x4BoolConstructor, 87082660) \
V(Int32x4, Int32x4.fromFloat32x4Bits, Int32x4FromFloat32x4Bits, \
- 893850947) \
- V(_Int32x4, get:flagX, Int32x4GetFlagX, 729265594) \
- V(_Int32x4, get:flagY, Int32x4GetFlagY, 430870640) \
- V(_Int32x4, get:flagZ, Int32x4GetFlagZ, 1981106287) \
- V(_Int32x4, get:flagW, Int32x4GetFlagW, 629385890) \
- V(_Int32x4, get:signMask, Int32x4GetSignMask, 1598817537) \
- V(_Int32x4, shuffle, Int32x4Shuffle, 599391160) \
- V(_Int32x4, shuffleMix, Int32x4ShuffleMix, 1491641197) \
- V(_Int32x4, select, Int32x4Select, 194269493) \
- V(_Int32x4, withFlagX, Int32x4WithFlagX, 63248661) \
- V(_Int32x4, withFlagY, Int32x4WithFlagY, 1498755850) \
- V(_Int32x4, withFlagZ, Int32x4WithFlagZ, 457856832) \
- V(_Int32x4, withFlagW, Int32x4WithFlagW, 690638779) \
- V(_List, [], ObjectArrayGetIndexed, 675155875) \
- V(_List, []=, ObjectArraySetIndexed, 1228569706) \
- V(_ImmutableList, [], ImmutableArrayGetIndexed, 1768793932) \
- V(_GrowableList, [], GrowableArrayGetIndexed, 1282104248) \
- V(_GrowableList, []=, GrowableArraySetIndexed, 807019110) \
- V(_Float32Array, [], Float32ArrayGetIndexed, 1461569776) \
- V(_Float32Array, []=, Float32ArraySetIndexed, 1318757370) \
- V(_Float64Array, [], Float64ArrayGetIndexed, 1107401598) \
- V(_Float64Array, []=, Float64ArraySetIndexed, 377873481) \
- V(_Int8Array, [], Int8ArrayGetIndexed, 436208801) \
- V(_Int8Array, []=, Int8ArraySetIndexed, 1257450859) \
- V(_Uint8Array, [], Uint8ArrayGetIndexed, 738731818) \
- V(_Uint8Array, []=, Uint8ArraySetIndexed, 1414236073) \
- V(_Uint8ClampedArray, [], Uint8ClampedArrayGetIndexed, 1529176866) \
- V(_Uint8ClampedArray, []=, Uint8ClampedArraySetIndexed, 1902969517) \
- V(_ExternalUint8Array, [], ExternalUint8ArrayGetIndexed, 2067666479) \
- V(_ExternalUint8Array, []=, ExternalUint8ArraySetIndexed, 745187964) \
+ 372517418) \
+ V(_Int32x4, get:flagX, Int32x4GetFlagX, 1077555238) \
+ V(_Int32x4, get:flagY, Int32x4GetFlagY, 779160284) \
+ V(_Int32x4, get:flagZ, Int32x4GetFlagZ, 181912283) \
+ V(_Int32x4, get:flagW, Int32x4GetFlagW, 977675534) \
+ V(_Int32x4, get:signMask, Int32x4GetSignMask, 1929271914) \
+ V(_Int32x4, shuffle, Int32x4Shuffle, 1870018702) \
+ V(_Int32x4, shuffleMix, Int32x4ShuffleMix, 967644870) \
+ V(_Int32x4, select, Int32x4Select, 1696037681) \
+ V(_Int32x4, withFlagX, Int32x4WithFlagX, 467852789) \
+ V(_Int32x4, withFlagY, Int32x4WithFlagY, 1903359978) \
+ V(_Int32x4, withFlagZ, Int32x4WithFlagZ, 862460960) \
+ V(_Int32x4, withFlagW, Int32x4WithFlagW, 1095242907) \
+ V(_List, [], ObjectArrayGetIndexed, 795612476) \
+ V(_List, []=, ObjectArraySetIndexed, 1288827575) \
+ V(_ImmutableList, [], ImmutableArrayGetIndexed, 1990177341) \
+ V(_GrowableList, [], GrowableArrayGetIndexed, 919108233) \
+ V(_GrowableList, []=, GrowableArraySetIndexed, 1218649853) \
+ V(_Float32Array, [], Float32ArrayGetIndexed, 856653338) \
+ V(_Float32Array, []=, Float32ArraySetIndexed, 2086166464) \
+ V(_Float64Array, [], Float64ArrayGetIndexed, 1779054297) \
+ V(_Float64Array, []=, Float64ArraySetIndexed, 243929230) \
+ V(_Int8Array, [], Int8ArrayGetIndexed, 321230586) \
+ V(_Int8Array, []=, Int8ArraySetIndexed, 2050598685) \
+ V(_Uint8Array, [], Uint8ArrayGetIndexed, 16125140) \
+ V(_Uint8Array, []=, Uint8ArraySetIndexed, 2018064553) \
+ V(_Uint8ClampedArray, [], Uint8ClampedArrayGetIndexed, 430672063) \
+ V(_Uint8ClampedArray, []=, Uint8ClampedArraySetIndexed, 821294340) \
+ V(_ExternalUint8Array, [], ExternalUint8ArrayGetIndexed, 1678777951) \
+ V(_ExternalUint8Array, []=, ExternalUint8ArraySetIndexed, 918478513) \
V(_ExternalUint8ClampedArray, [], ExternalUint8ClampedArrayGetIndexed, \
- 2068189358) \
+ 1346536303) \
V(_ExternalUint8ClampedArray, []=, ExternalUint8ClampedArraySetIndexed, \
- 1251233632) \
- V(_Int16Array, [], Int16ArrayGetIndexed, 1428082706) \
- V(_Int16Array, []=, Int16ArraySetIndexed, 266849900) \
- V(_Uint16Array, [], Uint16ArrayGetIndexed, 1050460407) \
- V(_Uint16Array, []=, Uint16ArraySetIndexed, 1895506641) \
- V(_Int32Array, [], Int32ArrayGetIndexed, 1023604903) \
- V(_Int32Array, []=, Int32ArraySetIndexed, 599753059) \
- V(_Uint32Array, [], Uint32ArrayGetIndexed, 1658205989) \
- V(_Uint32Array, []=, Uint32ArraySetIndexed, 1065461643) \
- V(_Float32x4Array, [], Float32x4ArrayGetIndexed, 2137410088) \
- V(_Float32x4Array, []=, Float32x4ArraySetIndexed, 1583018506) \
- V(_Int32x4Array, [], Int32x4ArrayGetIndexed, 1911863146) \
- V(_Int32x4Array, []=, Int32x4ArraySetIndexed, 973572811) \
- V(_Float64x2Array, [], Float64x2ArrayGetIndexed, 325873961) \
- V(_Float64x2Array, []=, Float64x2ArraySetIndexed, 2105580462) \
+ 1794849214) \
+ V(_Int16Array, [], Int16ArrayGetIndexed, 74127855) \
+ V(_Int16Array, []=, Int16ArraySetIndexed, 1610252345) \
+ V(_Uint16Array, [], Uint16ArrayGetIndexed, 470411953) \
+ V(_Uint16Array, []=, Uint16ArraySetIndexed, 1648929040) \
+ V(_Int32Array, [], Int32ArrayGetIndexed, 203101370) \
+ V(_Int32Array, []=, Int32ArraySetIndexed, 338968571) \
+ V(_Uint32Array, [], Uint32ArrayGetIndexed, 1640672852) \
+ V(_Uint32Array, []=, Uint32ArraySetIndexed, 1472976717) \
+ V(_Float32x4Array, [], Float32x4ArrayGetIndexed, 1466627059) \
+ V(_Float32x4Array, []=, Float32x4ArraySetIndexed, 2141660076) \
+ V(_Int32x4Array, [], Int32x4ArrayGetIndexed, 818792056) \
+ V(_Int32x4Array, []=, Int32x4ArraySetIndexed, 1021474038) \
+ V(_Float64x2Array, [], Float64x2ArrayGetIndexed, 288114492) \
+ V(_Float64x2Array, []=, Float64x2ArraySetIndexed, 941746736) \
// A list of core function that should always be inlined.
#define INLINE_WHITE_LIST(V) \
- V(_List, get:length, ObjectArrayLength, 215183186) \
- V(_ImmutableList, get:length, ImmutableArrayLength, 578762861) \
- V(_TypedList, get:length, TypedDataLength, 26646119) \
- V(_GrowableList, get:length, GrowableArrayLength, 1654255033) \
- V(_StringBase, get:length, StringBaseLength, 1483549854) \
- V(ListIterator, moveNext, ListIteratorMoveNext, 2062984847) \
- V(_GrowableList, get:iterator, GrowableArrayIterator, 1155241039) \
- V(_GrowableList, forEach, GrowableArrayForEach, 195359970) \
- V(_List, [], ObjectArrayGetIndexed, 675155875) \
- V(_List, []=, ObjectArraySetIndexed, 1228569706) \
- V(_List, get:isEmpty, ObjectArrayIsEmpty, 1082804442) \
- V(_ImmutableList, [], ImmutableArrayGetIndexed, 1768793932) \
- V(_GrowableList, [], GrowableArrayGetIndexed, 1282104248) \
- V(_GrowableList, []=, GrowableArraySetIndexed, 807019110) \
- V(_Float32Array, [], Float32ArrayGetIndexed, 1461569776) \
- V(_Float32Array, []=, Float32ArraySetIndexed, 1318757370) \
- V(_Float64Array, [], Float64ArrayGetIndexed, 1107401598) \
- V(_Float64Array, []=, Float64ArraySetIndexed, 377873481) \
- V(_Int8Array, [], Int8ArrayGetIndexed, 436208801) \
- V(_Int8Array, []=, Int8ArraySetIndexed, 1257450859) \
- V(_Uint8Array, [], Uint8ArrayGetIndexed, 738731818) \
- V(_Uint8Array, []=, Uint8ArraySetIndexed, 1414236073) \
- V(_Uint8ClampedArray, [], Uint8ClampedArrayGetIndexed, 1529176866) \
- V(_Uint8ClampedArray, []=, Uint8ClampedArraySetIndexed, 1902969517) \
- V(_Uint16Array, [], Uint16ArrayGetIndexed, 1050460407) \
- V(_Uint16Array, []=, Uint16ArraySetIndexed, 1895506641) \
- V(_Int16Array, [], Int16ArrayGetIndexed, 1428082706) \
- V(_Int16Array, []=, Int16ArraySetIndexed, 266849900) \
- V(_Int32Array, [], Int32ArrayGetIndexed, 1023604903) \
- V(_Int32Array, []=, Int32ArraySetIndexed, 599753059) \
- V(_Uint8ArrayView, [], Uint8ArrayViewGetIndexed, 250795553) \
- V(_Uint8ArrayView, []=, Uint8ArrayViewSetIndexed, 533993880) \
- V(_Int8ArrayView, [], Int8ArrayViewGetIndexed, 530738523) \
- V(_Int8ArrayView, []=, Int8ArrayViewSetIndexed, 1513635170) \
- V(::, asin, MathASin, 1528431637) \
- V(::, acos, MathACos, 1558635398) \
- V(::, atan, MathATan, 209476605) \
- V(::, atan2, MathATan2, 2059468649) \
- V(::, cos, MathCos, 1282146521) \
- V(::, exp, MathExp, 1951779581) \
- V(::, log, MathLog, 255699484) \
+ V(_List, get:length, ObjectArrayLength, 1181352729) \
+ V(_ImmutableList, get:length, ImmutableArrayLength, 274917727) \
+ V(_TypedList, get:length, TypedDataLength, 522565357) \
+ V(_GrowableList, get:length, GrowableArrayLength, 778505107) \
+ V(_StringBase, get:length, StringBaseLength, 784399628) \
+ V(ListIterator, moveNext, ListIteratorMoveNext, 210829138) \
+ V(_GrowableList, get:iterator, GrowableArrayIterator, 1812933946) \
+ V(_GrowableList, forEach, GrowableArrayForEach, 2085943947) \
+ V(_List, [], ObjectArrayGetIndexed, 795612476) \
+ V(_List, []=, ObjectArraySetIndexed, 1288827575) \
+ V(_List, get:isEmpty, ObjectArrayIsEmpty, 2130247737) \
+ V(_ImmutableList, [], ImmutableArrayGetIndexed, 1990177341) \
+ V(_GrowableList, [], GrowableArrayGetIndexed, 919108233) \
+ V(_GrowableList, []=, GrowableArraySetIndexed, 1218649853) \
+ V(_Float32Array, [], Float32ArrayGetIndexed, 856653338) \
+ V(_Float32Array, []=, Float32ArraySetIndexed, 2086166464) \
+ V(_Float64Array, [], Float64ArrayGetIndexed, 1779054297) \
+ V(_Float64Array, []=, Float64ArraySetIndexed, 243929230) \
+ V(_Int8Array, [], Int8ArrayGetIndexed, 321230586) \
+ V(_Int8Array, []=, Int8ArraySetIndexed, 2050598685) \
+ V(_Uint8Array, [], Uint8ArrayGetIndexed, 16125140) \
+ V(_Uint8Array, []=, Uint8ArraySetIndexed, 2018064553) \
+ V(_Uint8ClampedArray, [], Uint8ClampedArrayGetIndexed, 430672063) \
+ V(_Uint8ClampedArray, []=, Uint8ClampedArraySetIndexed, 821294340) \
+ V(_Uint16Array, [], Uint16ArrayGetIndexed, 470411953) \
+ V(_Uint16Array, []=, Uint16ArraySetIndexed, 1648929040) \
+ V(_Int16Array, [], Int16ArrayGetIndexed, 74127855) \
+ V(_Int16Array, []=, Int16ArraySetIndexed, 1610252345) \
+ V(_Int32Array, [], Int32ArrayGetIndexed, 203101370) \
+ V(_Int32Array, []=, Int32ArraySetIndexed, 338968571) \
+ V(_Uint8ArrayView, [], Uint8ArrayViewGetIndexed, 1543480955) \
+ V(_Uint8ArrayView, []=, Uint8ArrayViewSetIndexed, 936729641) \
+ V(_Int8ArrayView, [], Int8ArrayViewGetIndexed, 1898018934) \
+ V(_Int8ArrayView, []=, Int8ArrayViewSetIndexed, 111684506) \
+ V(::, asin, MathASin, 1651042633) \
+ V(::, acos, MathACos, 1139647090) \
+ V(::, atan, MathATan, 1668754384) \
+ V(::, atan2, MathATan2, 1845649456) \
+ V(::, cos, MathCos, 1951197905) \
+ V(::, exp, MathExp, 1809210829) \
+ V(::, log, MathLog, 1620336448) \
V(::, max, MathMax, 612058870) \
V(::, min, MathMin, 1022567780) \
- V(::, pow, MathPow, 1880071137) \
- V(::, sin, MathSin, 730107143) \
- V(::, sqrt, MathSqrt, 465520247) \
- V(::, tan, MathTan, 2077846426) \
+ V(::, pow, MathPow, 930962530) \
+ V(::, sin, MathSin, 1741396147) \
+ V(::, sqrt, MathSqrt, 101545548) \
+ V(::, tan, MathTan, 982072809) \
// A list of core functions that internally dispatch based on received id.
#define POLYMORPHIC_TARGET_LIST(V) \
- V(_StringBase, [], StringBaseCharAt, 585372763) \
- V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 1958436584) \
- 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, _getInt32x4, ByteArrayBaseGetInt32x4, 163795162) \
- V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 1793798234) \
- V(_TypedList, _setUint8, ByteArrayBaseSetInt8, 67253374) \
- V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 10467750) \
- V(_TypedList, _setUint16, ByteArrayBaseSetInt16, 1596986894) \
- V(_TypedList, _setInt32, ByteArrayBaseSetInt32, 868037529) \
- V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 1776345006) \
- V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 1807927533) \
- V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 399659907) \
- V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 1612092224) \
- V(_TypedList, _setInt32x4, ByteArrayBaseSetInt32x4, 74799321) \
+ V(_StringBase, [], StringBaseCharAt, 1512210677) \
+ V(_StringBase, codeUnitAt, StringBaseCodeUnitAt, 397735324) \
+ V(_TypedList, _getInt8, ByteArrayBaseGetInt8, 1541411498) \
+ V(_TypedList, _getUint8, ByteArrayBaseGetUint8, 1032404349) \
+ V(_TypedList, _getInt16, ByteArrayBaseGetInt16, 381073990) \
+ V(_TypedList, _getUint16, ByteArrayBaseGetUint16, 1142676276) \
+ V(_TypedList, _getInt32, ByteArrayBaseGetInt32, 330269934) \
+ V(_TypedList, _getUint32, ByteArrayBaseGetUint32, 59490554) \
+ V(_TypedList, _getFloat32, ByteArrayBaseGetFloat32, 393003933) \
+ V(_TypedList, _getFloat64, ByteArrayBaseGetFloat64, 1792407200) \
+ V(_TypedList, _getFloat32x4, ByteArrayBaseGetFloat32x4, 1338379857) \
+ V(_TypedList, _getInt32x4, ByteArrayBaseGetInt32x4, 1469917805) \
+ V(_TypedList, _setInt8, ByteArrayBaseSetInt8, 433348464) \
+ V(_TypedList, _setUint8, ByteArrayBaseSetInt8, 149406583) \
+ V(_TypedList, _setInt16, ByteArrayBaseSetInt16, 805477162) \
+ V(_TypedList, _setUint16, ByteArrayBaseSetInt16, 888580944) \
+ V(_TypedList, _setInt32, ByteArrayBaseSetInt32, 1708248181) \
+ V(_TypedList, _setUint32, ByteArrayBaseSetUint32, 1863152792) \
+ V(_TypedList, _setFloat32, ByteArrayBaseSetFloat32, 1148703855) \
+ V(_TypedList, _setFloat64, ByteArrayBaseSetFloat64, 972883980) \
+ V(_TypedList, _setFloat32x4, ByteArrayBaseSetFloat32x4, 950522310) \
+ V(_TypedList, _setInt32x4, ByteArrayBaseSetInt32x4, 1301138078) \
// Class that recognizes the name and owner of a function and returns the
// corresponding enum. See RECOGNIZED_LIST above for list of recognizable
« no previous file with comments | « runtime/vm/flow_graph_builder.h ('k') | runtime/vm/intermediate_language.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698