therubyracer 0.9.0beta4 → 0.9.0beta5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of therubyracer might be problematic. Click here for more details.

Files changed (771) hide show
  1. data/.gitignore +1 -0
  2. data/Rakefile +0 -11
  3. data/ext/v8/extconf.rb +9 -9
  4. data/ext/v8/v8_external.cpp +40 -10
  5. data/lib/v8/cli.rb +2 -1
  6. data/lib/v8/version.rb +1 -1
  7. data/spec/redjs/.gitignore +1 -0
  8. data/therubyracer.gemspec +2 -3
  9. metadata +33 -779
  10. data/ext/v8/upstream/Makefile +0 -38
  11. data/ext/v8/upstream/detect_cpu.rb +0 -27
  12. data/ext/v8/upstream/fpic-on-linux-amd64.patch +0 -13
  13. data/ext/v8/upstream/scons/CHANGES.txt +0 -5183
  14. data/ext/v8/upstream/scons/LICENSE.txt +0 -20
  15. data/ext/v8/upstream/scons/MANIFEST +0 -202
  16. data/ext/v8/upstream/scons/PKG-INFO +0 -13
  17. data/ext/v8/upstream/scons/README.txt +0 -273
  18. data/ext/v8/upstream/scons/RELEASE.txt +0 -1040
  19. data/ext/v8/upstream/scons/engine/SCons/Action.py +0 -1256
  20. data/ext/v8/upstream/scons/engine/SCons/Builder.py +0 -868
  21. data/ext/v8/upstream/scons/engine/SCons/CacheDir.py +0 -217
  22. data/ext/v8/upstream/scons/engine/SCons/Conftest.py +0 -794
  23. data/ext/v8/upstream/scons/engine/SCons/Debug.py +0 -237
  24. data/ext/v8/upstream/scons/engine/SCons/Defaults.py +0 -485
  25. data/ext/v8/upstream/scons/engine/SCons/Environment.py +0 -2327
  26. data/ext/v8/upstream/scons/engine/SCons/Errors.py +0 -207
  27. data/ext/v8/upstream/scons/engine/SCons/Executor.py +0 -636
  28. data/ext/v8/upstream/scons/engine/SCons/Job.py +0 -435
  29. data/ext/v8/upstream/scons/engine/SCons/Memoize.py +0 -292
  30. data/ext/v8/upstream/scons/engine/SCons/Node/Alias.py +0 -153
  31. data/ext/v8/upstream/scons/engine/SCons/Node/FS.py +0 -3220
  32. data/ext/v8/upstream/scons/engine/SCons/Node/Python.py +0 -128
  33. data/ext/v8/upstream/scons/engine/SCons/Node/__init__.py +0 -1341
  34. data/ext/v8/upstream/scons/engine/SCons/Options/BoolOption.py +0 -50
  35. data/ext/v8/upstream/scons/engine/SCons/Options/EnumOption.py +0 -50
  36. data/ext/v8/upstream/scons/engine/SCons/Options/ListOption.py +0 -50
  37. data/ext/v8/upstream/scons/engine/SCons/Options/PackageOption.py +0 -50
  38. data/ext/v8/upstream/scons/engine/SCons/Options/PathOption.py +0 -76
  39. data/ext/v8/upstream/scons/engine/SCons/Options/__init__.py +0 -74
  40. data/ext/v8/upstream/scons/engine/SCons/PathList.py +0 -232
  41. data/ext/v8/upstream/scons/engine/SCons/Platform/__init__.py +0 -236
  42. data/ext/v8/upstream/scons/engine/SCons/Platform/aix.py +0 -70
  43. data/ext/v8/upstream/scons/engine/SCons/Platform/cygwin.py +0 -55
  44. data/ext/v8/upstream/scons/engine/SCons/Platform/darwin.py +0 -46
  45. data/ext/v8/upstream/scons/engine/SCons/Platform/hpux.py +0 -46
  46. data/ext/v8/upstream/scons/engine/SCons/Platform/irix.py +0 -44
  47. data/ext/v8/upstream/scons/engine/SCons/Platform/os2.py +0 -58
  48. data/ext/v8/upstream/scons/engine/SCons/Platform/posix.py +0 -264
  49. data/ext/v8/upstream/scons/engine/SCons/Platform/sunos.py +0 -50
  50. data/ext/v8/upstream/scons/engine/SCons/Platform/win32.py +0 -386
  51. data/ext/v8/upstream/scons/engine/SCons/SConf.py +0 -1038
  52. data/ext/v8/upstream/scons/engine/SCons/SConsign.py +0 -381
  53. data/ext/v8/upstream/scons/engine/SCons/Scanner/C.py +0 -132
  54. data/ext/v8/upstream/scons/engine/SCons/Scanner/D.py +0 -74
  55. data/ext/v8/upstream/scons/engine/SCons/Scanner/Dir.py +0 -111
  56. data/ext/v8/upstream/scons/engine/SCons/Scanner/Fortran.py +0 -320
  57. data/ext/v8/upstream/scons/engine/SCons/Scanner/IDL.py +0 -48
  58. data/ext/v8/upstream/scons/engine/SCons/Scanner/LaTeX.py +0 -378
  59. data/ext/v8/upstream/scons/engine/SCons/Scanner/Prog.py +0 -103
  60. data/ext/v8/upstream/scons/engine/SCons/Scanner/RC.py +0 -55
  61. data/ext/v8/upstream/scons/engine/SCons/Scanner/__init__.py +0 -415
  62. data/ext/v8/upstream/scons/engine/SCons/Script/Interactive.py +0 -386
  63. data/ext/v8/upstream/scons/engine/SCons/Script/Main.py +0 -1360
  64. data/ext/v8/upstream/scons/engine/SCons/Script/SConsOptions.py +0 -944
  65. data/ext/v8/upstream/scons/engine/SCons/Script/SConscript.py +0 -642
  66. data/ext/v8/upstream/scons/engine/SCons/Script/__init__.py +0 -414
  67. data/ext/v8/upstream/scons/engine/SCons/Sig.py +0 -63
  68. data/ext/v8/upstream/scons/engine/SCons/Subst.py +0 -911
  69. data/ext/v8/upstream/scons/engine/SCons/Taskmaster.py +0 -1030
  70. data/ext/v8/upstream/scons/engine/SCons/Tool/386asm.py +0 -61
  71. data/ext/v8/upstream/scons/engine/SCons/Tool/BitKeeper.py +0 -65
  72. data/ext/v8/upstream/scons/engine/SCons/Tool/CVS.py +0 -73
  73. data/ext/v8/upstream/scons/engine/SCons/Tool/FortranCommon.py +0 -247
  74. data/ext/v8/upstream/scons/engine/SCons/Tool/JavaCommon.py +0 -324
  75. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/__init__.py +0 -56
  76. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/arch.py +0 -61
  77. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/common.py +0 -210
  78. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/netframework.py +0 -84
  79. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/sdk.py +0 -321
  80. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/vc.py +0 -367
  81. data/ext/v8/upstream/scons/engine/SCons/Tool/MSCommon/vs.py +0 -497
  82. data/ext/v8/upstream/scons/engine/SCons/Tool/Perforce.py +0 -104
  83. data/ext/v8/upstream/scons/engine/SCons/Tool/PharLapCommon.py +0 -138
  84. data/ext/v8/upstream/scons/engine/SCons/Tool/RCS.py +0 -64
  85. data/ext/v8/upstream/scons/engine/SCons/Tool/SCCS.py +0 -64
  86. data/ext/v8/upstream/scons/engine/SCons/Tool/Subversion.py +0 -71
  87. data/ext/v8/upstream/scons/engine/SCons/Tool/__init__.py +0 -675
  88. data/ext/v8/upstream/scons/engine/SCons/Tool/aixc++.py +0 -82
  89. data/ext/v8/upstream/scons/engine/SCons/Tool/aixcc.py +0 -74
  90. data/ext/v8/upstream/scons/engine/SCons/Tool/aixf77.py +0 -80
  91. data/ext/v8/upstream/scons/engine/SCons/Tool/aixlink.py +0 -76
  92. data/ext/v8/upstream/scons/engine/SCons/Tool/applelink.py +0 -71
  93. data/ext/v8/upstream/scons/engine/SCons/Tool/ar.py +0 -63
  94. data/ext/v8/upstream/scons/engine/SCons/Tool/as.py +0 -78
  95. data/ext/v8/upstream/scons/engine/SCons/Tool/bcc32.py +0 -82
  96. data/ext/v8/upstream/scons/engine/SCons/Tool/c++.py +0 -99
  97. data/ext/v8/upstream/scons/engine/SCons/Tool/cc.py +0 -114
  98. data/ext/v8/upstream/scons/engine/SCons/Tool/cvf.py +0 -58
  99. data/ext/v8/upstream/scons/engine/SCons/Tool/default.py +0 -50
  100. data/ext/v8/upstream/scons/engine/SCons/Tool/dmd.py +0 -224
  101. data/ext/v8/upstream/scons/engine/SCons/Tool/dvi.py +0 -64
  102. data/ext/v8/upstream/scons/engine/SCons/Tool/dvipdf.py +0 -125
  103. data/ext/v8/upstream/scons/engine/SCons/Tool/dvips.py +0 -94
  104. data/ext/v8/upstream/scons/engine/SCons/Tool/f77.py +0 -62
  105. data/ext/v8/upstream/scons/engine/SCons/Tool/f90.py +0 -62
  106. data/ext/v8/upstream/scons/engine/SCons/Tool/f95.py +0 -63
  107. data/ext/v8/upstream/scons/engine/SCons/Tool/filesystem.py +0 -98
  108. data/ext/v8/upstream/scons/engine/SCons/Tool/fortran.py +0 -63
  109. data/ext/v8/upstream/scons/engine/SCons/Tool/g++.py +0 -90
  110. data/ext/v8/upstream/scons/engine/SCons/Tool/g77.py +0 -73
  111. data/ext/v8/upstream/scons/engine/SCons/Tool/gas.py +0 -53
  112. data/ext/v8/upstream/scons/engine/SCons/Tool/gcc.py +0 -80
  113. data/ext/v8/upstream/scons/engine/SCons/Tool/gfortran.py +0 -64
  114. data/ext/v8/upstream/scons/engine/SCons/Tool/gnulink.py +0 -63
  115. data/ext/v8/upstream/scons/engine/SCons/Tool/gs.py +0 -81
  116. data/ext/v8/upstream/scons/engine/SCons/Tool/hpc++.py +0 -85
  117. data/ext/v8/upstream/scons/engine/SCons/Tool/hpcc.py +0 -53
  118. data/ext/v8/upstream/scons/engine/SCons/Tool/hplink.py +0 -77
  119. data/ext/v8/upstream/scons/engine/SCons/Tool/icc.py +0 -59
  120. data/ext/v8/upstream/scons/engine/SCons/Tool/icl.py +0 -52
  121. data/ext/v8/upstream/scons/engine/SCons/Tool/ifl.py +0 -72
  122. data/ext/v8/upstream/scons/engine/SCons/Tool/ifort.py +0 -90
  123. data/ext/v8/upstream/scons/engine/SCons/Tool/ilink.py +0 -59
  124. data/ext/v8/upstream/scons/engine/SCons/Tool/ilink32.py +0 -60
  125. data/ext/v8/upstream/scons/engine/SCons/Tool/install.py +0 -229
  126. data/ext/v8/upstream/scons/engine/SCons/Tool/intelc.py +0 -490
  127. data/ext/v8/upstream/scons/engine/SCons/Tool/ipkg.py +0 -71
  128. data/ext/v8/upstream/scons/engine/SCons/Tool/jar.py +0 -110
  129. data/ext/v8/upstream/scons/engine/SCons/Tool/javac.py +0 -234
  130. data/ext/v8/upstream/scons/engine/SCons/Tool/javah.py +0 -138
  131. data/ext/v8/upstream/scons/engine/SCons/Tool/latex.py +0 -79
  132. data/ext/v8/upstream/scons/engine/SCons/Tool/lex.py +0 -99
  133. data/ext/v8/upstream/scons/engine/SCons/Tool/link.py +0 -121
  134. data/ext/v8/upstream/scons/engine/SCons/Tool/linkloc.py +0 -112
  135. data/ext/v8/upstream/scons/engine/SCons/Tool/m4.py +0 -63
  136. data/ext/v8/upstream/scons/engine/SCons/Tool/masm.py +0 -77
  137. data/ext/v8/upstream/scons/engine/SCons/Tool/midl.py +0 -90
  138. data/ext/v8/upstream/scons/engine/SCons/Tool/mingw.py +0 -159
  139. data/ext/v8/upstream/scons/engine/SCons/Tool/mslib.py +0 -64
  140. data/ext/v8/upstream/scons/engine/SCons/Tool/mslink.py +0 -266
  141. data/ext/v8/upstream/scons/engine/SCons/Tool/mssdk.py +0 -50
  142. data/ext/v8/upstream/scons/engine/SCons/Tool/msvc.py +0 -269
  143. data/ext/v8/upstream/scons/engine/SCons/Tool/msvs.py +0 -1439
  144. data/ext/v8/upstream/scons/engine/SCons/Tool/mwcc.py +0 -208
  145. data/ext/v8/upstream/scons/engine/SCons/Tool/mwld.py +0 -107
  146. data/ext/v8/upstream/scons/engine/SCons/Tool/nasm.py +0 -72
  147. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/__init__.py +0 -314
  148. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/ipk.py +0 -185
  149. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/msi.py +0 -526
  150. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/rpm.py +0 -367
  151. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/src_tarbz2.py +0 -43
  152. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/src_targz.py +0 -43
  153. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/src_zip.py +0 -43
  154. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/tarbz2.py +0 -44
  155. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/targz.py +0 -44
  156. data/ext/v8/upstream/scons/engine/SCons/Tool/packaging/zip.py +0 -44
  157. data/ext/v8/upstream/scons/engine/SCons/Tool/pdf.py +0 -78
  158. data/ext/v8/upstream/scons/engine/SCons/Tool/pdflatex.py +0 -83
  159. data/ext/v8/upstream/scons/engine/SCons/Tool/pdftex.py +0 -108
  160. data/ext/v8/upstream/scons/engine/SCons/Tool/qt.py +0 -336
  161. data/ext/v8/upstream/scons/engine/SCons/Tool/rmic.py +0 -121
  162. data/ext/v8/upstream/scons/engine/SCons/Tool/rpcgen.py +0 -70
  163. data/ext/v8/upstream/scons/engine/SCons/Tool/rpm.py +0 -132
  164. data/ext/v8/upstream/scons/engine/SCons/Tool/sgiar.py +0 -68
  165. data/ext/v8/upstream/scons/engine/SCons/Tool/sgic++.py +0 -58
  166. data/ext/v8/upstream/scons/engine/SCons/Tool/sgicc.py +0 -53
  167. data/ext/v8/upstream/scons/engine/SCons/Tool/sgilink.py +0 -63
  168. data/ext/v8/upstream/scons/engine/SCons/Tool/sunar.py +0 -67
  169. data/ext/v8/upstream/scons/engine/SCons/Tool/sunc++.py +0 -142
  170. data/ext/v8/upstream/scons/engine/SCons/Tool/suncc.py +0 -58
  171. data/ext/v8/upstream/scons/engine/SCons/Tool/sunf77.py +0 -63
  172. data/ext/v8/upstream/scons/engine/SCons/Tool/sunf90.py +0 -64
  173. data/ext/v8/upstream/scons/engine/SCons/Tool/sunf95.py +0 -64
  174. data/ext/v8/upstream/scons/engine/SCons/Tool/sunlink.py +0 -77
  175. data/ext/v8/upstream/scons/engine/SCons/Tool/swig.py +0 -186
  176. data/ext/v8/upstream/scons/engine/SCons/Tool/tar.py +0 -73
  177. data/ext/v8/upstream/scons/engine/SCons/Tool/tex.py +0 -805
  178. data/ext/v8/upstream/scons/engine/SCons/Tool/textfile.py +0 -175
  179. data/ext/v8/upstream/scons/engine/SCons/Tool/tlib.py +0 -53
  180. data/ext/v8/upstream/scons/engine/SCons/Tool/wix.py +0 -100
  181. data/ext/v8/upstream/scons/engine/SCons/Tool/yacc.py +0 -131
  182. data/ext/v8/upstream/scons/engine/SCons/Tool/zip.py +0 -100
  183. data/ext/v8/upstream/scons/engine/SCons/Util.py +0 -1645
  184. data/ext/v8/upstream/scons/engine/SCons/Variables/BoolVariable.py +0 -91
  185. data/ext/v8/upstream/scons/engine/SCons/Variables/EnumVariable.py +0 -107
  186. data/ext/v8/upstream/scons/engine/SCons/Variables/ListVariable.py +0 -139
  187. data/ext/v8/upstream/scons/engine/SCons/Variables/PackageVariable.py +0 -109
  188. data/ext/v8/upstream/scons/engine/SCons/Variables/PathVariable.py +0 -147
  189. data/ext/v8/upstream/scons/engine/SCons/Variables/__init__.py +0 -317
  190. data/ext/v8/upstream/scons/engine/SCons/Warnings.py +0 -228
  191. data/ext/v8/upstream/scons/engine/SCons/__init__.py +0 -49
  192. data/ext/v8/upstream/scons/engine/SCons/compat/__init__.py +0 -302
  193. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_UserString.py +0 -98
  194. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_hashlib.py +0 -91
  195. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_itertools.py +0 -124
  196. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_optparse.py +0 -1725
  197. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_sets.py +0 -583
  198. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_sets15.py +0 -176
  199. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_shlex.py +0 -325
  200. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_subprocess.py +0 -1296
  201. data/ext/v8/upstream/scons/engine/SCons/compat/_scons_textwrap.py +0 -382
  202. data/ext/v8/upstream/scons/engine/SCons/compat/builtins.py +0 -187
  203. data/ext/v8/upstream/scons/engine/SCons/cpp.py +0 -598
  204. data/ext/v8/upstream/scons/engine/SCons/dblite.py +0 -248
  205. data/ext/v8/upstream/scons/engine/SCons/exitfuncs.py +0 -77
  206. data/ext/v8/upstream/scons/os_spawnv_fix.diff +0 -83
  207. data/ext/v8/upstream/scons/scons-time.1 +0 -1017
  208. data/ext/v8/upstream/scons/scons.1 +0 -15179
  209. data/ext/v8/upstream/scons/sconsign.1 +0 -208
  210. data/ext/v8/upstream/scons/script/scons +0 -184
  211. data/ext/v8/upstream/scons/script/scons-time +0 -1529
  212. data/ext/v8/upstream/scons/script/scons.bat +0 -31
  213. data/ext/v8/upstream/scons/script/sconsign +0 -508
  214. data/ext/v8/upstream/scons/setup.cfg +0 -6
  215. data/ext/v8/upstream/scons/setup.py +0 -427
  216. data/ext/v8/upstream/v8/.gitignore +0 -33
  217. data/ext/v8/upstream/v8/AUTHORS +0 -42
  218. data/ext/v8/upstream/v8/ChangeLog +0 -2663
  219. data/ext/v8/upstream/v8/LICENSE +0 -52
  220. data/ext/v8/upstream/v8/LICENSE.strongtalk +0 -29
  221. data/ext/v8/upstream/v8/LICENSE.v8 +0 -26
  222. data/ext/v8/upstream/v8/LICENSE.valgrind +0 -45
  223. data/ext/v8/upstream/v8/SConstruct +0 -1473
  224. data/ext/v8/upstream/v8/build/README.txt +0 -25
  225. data/ext/v8/upstream/v8/build/all.gyp +0 -18
  226. data/ext/v8/upstream/v8/build/armu.gypi +0 -32
  227. data/ext/v8/upstream/v8/build/common.gypi +0 -82
  228. data/ext/v8/upstream/v8/build/gyp_v8 +0 -145
  229. data/ext/v8/upstream/v8/include/v8-debug.h +0 -394
  230. data/ext/v8/upstream/v8/include/v8-preparser.h +0 -116
  231. data/ext/v8/upstream/v8/include/v8-profiler.h +0 -505
  232. data/ext/v8/upstream/v8/include/v8-testing.h +0 -104
  233. data/ext/v8/upstream/v8/include/v8.h +0 -4000
  234. data/ext/v8/upstream/v8/include/v8stdint.h +0 -53
  235. data/ext/v8/upstream/v8/preparser/SConscript +0 -38
  236. data/ext/v8/upstream/v8/preparser/preparser-process.cc +0 -169
  237. data/ext/v8/upstream/v8/src/SConscript +0 -380
  238. data/ext/v8/upstream/v8/src/accessors.cc +0 -766
  239. data/ext/v8/upstream/v8/src/accessors.h +0 -121
  240. data/ext/v8/upstream/v8/src/allocation-inl.h +0 -49
  241. data/ext/v8/upstream/v8/src/allocation.cc +0 -122
  242. data/ext/v8/upstream/v8/src/allocation.h +0 -143
  243. data/ext/v8/upstream/v8/src/api.cc +0 -5678
  244. data/ext/v8/upstream/v8/src/api.h +0 -572
  245. data/ext/v8/upstream/v8/src/apinatives.js +0 -110
  246. data/ext/v8/upstream/v8/src/apiutils.h +0 -73
  247. data/ext/v8/upstream/v8/src/arguments.h +0 -116
  248. data/ext/v8/upstream/v8/src/arm/assembler-arm-inl.h +0 -353
  249. data/ext/v8/upstream/v8/src/arm/assembler-arm.cc +0 -2877
  250. data/ext/v8/upstream/v8/src/arm/assembler-arm.h +0 -1382
  251. data/ext/v8/upstream/v8/src/arm/builtins-arm.cc +0 -1634
  252. data/ext/v8/upstream/v8/src/arm/code-stubs-arm.cc +0 -6917
  253. data/ext/v8/upstream/v8/src/arm/code-stubs-arm.h +0 -623
  254. data/ext/v8/upstream/v8/src/arm/codegen-arm-inl.h +0 -48
  255. data/ext/v8/upstream/v8/src/arm/codegen-arm.cc +0 -7437
  256. data/ext/v8/upstream/v8/src/arm/codegen-arm.h +0 -595
  257. data/ext/v8/upstream/v8/src/arm/constants-arm.cc +0 -152
  258. data/ext/v8/upstream/v8/src/arm/constants-arm.h +0 -778
  259. data/ext/v8/upstream/v8/src/arm/cpu-arm.cc +0 -149
  260. data/ext/v8/upstream/v8/src/arm/debug-arm.cc +0 -317
  261. data/ext/v8/upstream/v8/src/arm/deoptimizer-arm.cc +0 -737
  262. data/ext/v8/upstream/v8/src/arm/disasm-arm.cc +0 -1503
  263. data/ext/v8/upstream/v8/src/arm/frames-arm.cc +0 -45
  264. data/ext/v8/upstream/v8/src/arm/frames-arm.h +0 -168
  265. data/ext/v8/upstream/v8/src/arm/full-codegen-arm.cc +0 -4374
  266. data/ext/v8/upstream/v8/src/arm/ic-arm.cc +0 -1793
  267. data/ext/v8/upstream/v8/src/arm/jump-target-arm.cc +0 -174
  268. data/ext/v8/upstream/v8/src/arm/lithium-arm.cc +0 -2120
  269. data/ext/v8/upstream/v8/src/arm/lithium-arm.h +0 -2179
  270. data/ext/v8/upstream/v8/src/arm/lithium-codegen-arm.cc +0 -4132
  271. data/ext/v8/upstream/v8/src/arm/lithium-codegen-arm.h +0 -329
  272. data/ext/v8/upstream/v8/src/arm/lithium-gap-resolver-arm.cc +0 -305
  273. data/ext/v8/upstream/v8/src/arm/lithium-gap-resolver-arm.h +0 -84
  274. data/ext/v8/upstream/v8/src/arm/macro-assembler-arm.cc +0 -2939
  275. data/ext/v8/upstream/v8/src/arm/macro-assembler-arm.h +0 -1071
  276. data/ext/v8/upstream/v8/src/arm/regexp-macro-assembler-arm.cc +0 -1287
  277. data/ext/v8/upstream/v8/src/arm/regexp-macro-assembler-arm.h +0 -253
  278. data/ext/v8/upstream/v8/src/arm/register-allocator-arm-inl.h +0 -100
  279. data/ext/v8/upstream/v8/src/arm/register-allocator-arm.cc +0 -63
  280. data/ext/v8/upstream/v8/src/arm/register-allocator-arm.h +0 -44
  281. data/ext/v8/upstream/v8/src/arm/simulator-arm.cc +0 -3288
  282. data/ext/v8/upstream/v8/src/arm/simulator-arm.h +0 -413
  283. data/ext/v8/upstream/v8/src/arm/stub-cache-arm.cc +0 -4034
  284. data/ext/v8/upstream/v8/src/arm/virtual-frame-arm-inl.h +0 -59
  285. data/ext/v8/upstream/v8/src/arm/virtual-frame-arm.cc +0 -843
  286. data/ext/v8/upstream/v8/src/arm/virtual-frame-arm.h +0 -523
  287. data/ext/v8/upstream/v8/src/array.js +0 -1249
  288. data/ext/v8/upstream/v8/src/assembler.cc +0 -1067
  289. data/ext/v8/upstream/v8/src/assembler.h +0 -823
  290. data/ext/v8/upstream/v8/src/ast-inl.h +0 -112
  291. data/ext/v8/upstream/v8/src/ast.cc +0 -1078
  292. data/ext/v8/upstream/v8/src/ast.h +0 -2234
  293. data/ext/v8/upstream/v8/src/atomicops.h +0 -167
  294. data/ext/v8/upstream/v8/src/atomicops_internals_arm_gcc.h +0 -145
  295. data/ext/v8/upstream/v8/src/atomicops_internals_mips_gcc.h +0 -169
  296. data/ext/v8/upstream/v8/src/atomicops_internals_x86_gcc.cc +0 -126
  297. data/ext/v8/upstream/v8/src/atomicops_internals_x86_gcc.h +0 -287
  298. data/ext/v8/upstream/v8/src/atomicops_internals_x86_macosx.h +0 -301
  299. data/ext/v8/upstream/v8/src/atomicops_internals_x86_msvc.h +0 -203
  300. data/ext/v8/upstream/v8/src/bignum-dtoa.cc +0 -655
  301. data/ext/v8/upstream/v8/src/bignum-dtoa.h +0 -81
  302. data/ext/v8/upstream/v8/src/bignum.cc +0 -768
  303. data/ext/v8/upstream/v8/src/bignum.h +0 -140
  304. data/ext/v8/upstream/v8/src/bootstrapper.cc +0 -2138
  305. data/ext/v8/upstream/v8/src/bootstrapper.h +0 -185
  306. data/ext/v8/upstream/v8/src/builtins.cc +0 -1708
  307. data/ext/v8/upstream/v8/src/builtins.h +0 -368
  308. data/ext/v8/upstream/v8/src/bytecodes-irregexp.h +0 -105
  309. data/ext/v8/upstream/v8/src/cached-powers.cc +0 -177
  310. data/ext/v8/upstream/v8/src/cached-powers.h +0 -65
  311. data/ext/v8/upstream/v8/src/char-predicates-inl.h +0 -94
  312. data/ext/v8/upstream/v8/src/char-predicates.h +0 -65
  313. data/ext/v8/upstream/v8/src/checks.cc +0 -110
  314. data/ext/v8/upstream/v8/src/checks.h +0 -296
  315. data/ext/v8/upstream/v8/src/circular-queue-inl.h +0 -53
  316. data/ext/v8/upstream/v8/src/circular-queue.cc +0 -122
  317. data/ext/v8/upstream/v8/src/circular-queue.h +0 -103
  318. data/ext/v8/upstream/v8/src/code-stubs.cc +0 -240
  319. data/ext/v8/upstream/v8/src/code-stubs.h +0 -971
  320. data/ext/v8/upstream/v8/src/code.h +0 -68
  321. data/ext/v8/upstream/v8/src/codegen-inl.h +0 -68
  322. data/ext/v8/upstream/v8/src/codegen.cc +0 -505
  323. data/ext/v8/upstream/v8/src/codegen.h +0 -245
  324. data/ext/v8/upstream/v8/src/compilation-cache.cc +0 -540
  325. data/ext/v8/upstream/v8/src/compilation-cache.h +0 -287
  326. data/ext/v8/upstream/v8/src/compiler.cc +0 -792
  327. data/ext/v8/upstream/v8/src/compiler.h +0 -307
  328. data/ext/v8/upstream/v8/src/contexts.cc +0 -327
  329. data/ext/v8/upstream/v8/src/contexts.h +0 -382
  330. data/ext/v8/upstream/v8/src/conversions-inl.h +0 -110
  331. data/ext/v8/upstream/v8/src/conversions.cc +0 -1125
  332. data/ext/v8/upstream/v8/src/conversions.h +0 -122
  333. data/ext/v8/upstream/v8/src/counters.cc +0 -93
  334. data/ext/v8/upstream/v8/src/counters.h +0 -254
  335. data/ext/v8/upstream/v8/src/cpu-profiler-inl.h +0 -101
  336. data/ext/v8/upstream/v8/src/cpu-profiler.cc +0 -606
  337. data/ext/v8/upstream/v8/src/cpu-profiler.h +0 -305
  338. data/ext/v8/upstream/v8/src/cpu.h +0 -67
  339. data/ext/v8/upstream/v8/src/d8-debug.cc +0 -367
  340. data/ext/v8/upstream/v8/src/d8-debug.h +0 -158
  341. data/ext/v8/upstream/v8/src/d8-posix.cc +0 -695
  342. data/ext/v8/upstream/v8/src/d8-readline.cc +0 -128
  343. data/ext/v8/upstream/v8/src/d8-windows.cc +0 -42
  344. data/ext/v8/upstream/v8/src/d8.cc +0 -796
  345. data/ext/v8/upstream/v8/src/d8.gyp +0 -88
  346. data/ext/v8/upstream/v8/src/d8.h +0 -231
  347. data/ext/v8/upstream/v8/src/d8.js +0 -2798
  348. data/ext/v8/upstream/v8/src/data-flow.cc +0 -545
  349. data/ext/v8/upstream/v8/src/data-flow.h +0 -379
  350. data/ext/v8/upstream/v8/src/date.js +0 -1103
  351. data/ext/v8/upstream/v8/src/dateparser-inl.h +0 -125
  352. data/ext/v8/upstream/v8/src/dateparser.cc +0 -178
  353. data/ext/v8/upstream/v8/src/dateparser.h +0 -265
  354. data/ext/v8/upstream/v8/src/debug-agent.cc +0 -447
  355. data/ext/v8/upstream/v8/src/debug-agent.h +0 -129
  356. data/ext/v8/upstream/v8/src/debug-debugger.js +0 -2569
  357. data/ext/v8/upstream/v8/src/debug.cc +0 -3188
  358. data/ext/v8/upstream/v8/src/debug.h +0 -1055
  359. data/ext/v8/upstream/v8/src/deoptimizer.cc +0 -1296
  360. data/ext/v8/upstream/v8/src/deoptimizer.h +0 -629
  361. data/ext/v8/upstream/v8/src/disasm.h +0 -80
  362. data/ext/v8/upstream/v8/src/disassembler.cc +0 -339
  363. data/ext/v8/upstream/v8/src/disassembler.h +0 -56
  364. data/ext/v8/upstream/v8/src/diy-fp.cc +0 -58
  365. data/ext/v8/upstream/v8/src/diy-fp.h +0 -117
  366. data/ext/v8/upstream/v8/src/double.h +0 -238
  367. data/ext/v8/upstream/v8/src/dtoa.cc +0 -103
  368. data/ext/v8/upstream/v8/src/dtoa.h +0 -85
  369. data/ext/v8/upstream/v8/src/execution.cc +0 -791
  370. data/ext/v8/upstream/v8/src/execution.h +0 -291
  371. data/ext/v8/upstream/v8/src/extensions/experimental/break-iterator.cc +0 -250
  372. data/ext/v8/upstream/v8/src/extensions/experimental/break-iterator.h +0 -89
  373. data/ext/v8/upstream/v8/src/extensions/experimental/experimental.gyp +0 -55
  374. data/ext/v8/upstream/v8/src/extensions/experimental/i18n-extension.cc +0 -284
  375. data/ext/v8/upstream/v8/src/extensions/experimental/i18n-extension.h +0 -64
  376. data/ext/v8/upstream/v8/src/extensions/externalize-string-extension.cc +0 -141
  377. data/ext/v8/upstream/v8/src/extensions/externalize-string-extension.h +0 -50
  378. data/ext/v8/upstream/v8/src/extensions/gc-extension.cc +0 -58
  379. data/ext/v8/upstream/v8/src/extensions/gc-extension.h +0 -49
  380. data/ext/v8/upstream/v8/src/factory.cc +0 -1194
  381. data/ext/v8/upstream/v8/src/factory.h +0 -436
  382. data/ext/v8/upstream/v8/src/fast-dtoa.cc +0 -736
  383. data/ext/v8/upstream/v8/src/fast-dtoa.h +0 -83
  384. data/ext/v8/upstream/v8/src/fixed-dtoa.cc +0 -405
  385. data/ext/v8/upstream/v8/src/fixed-dtoa.h +0 -55
  386. data/ext/v8/upstream/v8/src/flag-definitions.h +0 -556
  387. data/ext/v8/upstream/v8/src/flags.cc +0 -551
  388. data/ext/v8/upstream/v8/src/flags.h +0 -79
  389. data/ext/v8/upstream/v8/src/frame-element.cc +0 -37
  390. data/ext/v8/upstream/v8/src/frame-element.h +0 -269
  391. data/ext/v8/upstream/v8/src/frames-inl.h +0 -236
  392. data/ext/v8/upstream/v8/src/frames.cc +0 -1273
  393. data/ext/v8/upstream/v8/src/frames.h +0 -854
  394. data/ext/v8/upstream/v8/src/full-codegen.cc +0 -1385
  395. data/ext/v8/upstream/v8/src/full-codegen.h +0 -753
  396. data/ext/v8/upstream/v8/src/func-name-inferrer.cc +0 -91
  397. data/ext/v8/upstream/v8/src/func-name-inferrer.h +0 -111
  398. data/ext/v8/upstream/v8/src/gdb-jit.cc +0 -1548
  399. data/ext/v8/upstream/v8/src/gdb-jit.h +0 -138
  400. data/ext/v8/upstream/v8/src/global-handles.cc +0 -596
  401. data/ext/v8/upstream/v8/src/global-handles.h +0 -239
  402. data/ext/v8/upstream/v8/src/globals.h +0 -325
  403. data/ext/v8/upstream/v8/src/handles-inl.h +0 -177
  404. data/ext/v8/upstream/v8/src/handles.cc +0 -965
  405. data/ext/v8/upstream/v8/src/handles.h +0 -372
  406. data/ext/v8/upstream/v8/src/hashmap.cc +0 -230
  407. data/ext/v8/upstream/v8/src/hashmap.h +0 -121
  408. data/ext/v8/upstream/v8/src/heap-inl.h +0 -703
  409. data/ext/v8/upstream/v8/src/heap-profiler.cc +0 -1173
  410. data/ext/v8/upstream/v8/src/heap-profiler.h +0 -396
  411. data/ext/v8/upstream/v8/src/heap.cc +0 -5856
  412. data/ext/v8/upstream/v8/src/heap.h +0 -2264
  413. data/ext/v8/upstream/v8/src/hydrogen-instructions.cc +0 -1639
  414. data/ext/v8/upstream/v8/src/hydrogen-instructions.h +0 -3657
  415. data/ext/v8/upstream/v8/src/hydrogen.cc +0 -6011
  416. data/ext/v8/upstream/v8/src/hydrogen.h +0 -1137
  417. data/ext/v8/upstream/v8/src/ia32/assembler-ia32-inl.h +0 -430
  418. data/ext/v8/upstream/v8/src/ia32/assembler-ia32.cc +0 -2846
  419. data/ext/v8/upstream/v8/src/ia32/assembler-ia32.h +0 -1159
  420. data/ext/v8/upstream/v8/src/ia32/builtins-ia32.cc +0 -1596
  421. data/ext/v8/upstream/v8/src/ia32/code-stubs-ia32.cc +0 -6549
  422. data/ext/v8/upstream/v8/src/ia32/code-stubs-ia32.h +0 -495
  423. data/ext/v8/upstream/v8/src/ia32/codegen-ia32-inl.h +0 -46
  424. data/ext/v8/upstream/v8/src/ia32/codegen-ia32.cc +0 -10385
  425. data/ext/v8/upstream/v8/src/ia32/codegen-ia32.h +0 -801
  426. data/ext/v8/upstream/v8/src/ia32/cpu-ia32.cc +0 -88
  427. data/ext/v8/upstream/v8/src/ia32/debug-ia32.cc +0 -312
  428. data/ext/v8/upstream/v8/src/ia32/deoptimizer-ia32.cc +0 -774
  429. data/ext/v8/upstream/v8/src/ia32/disasm-ia32.cc +0 -1620
  430. data/ext/v8/upstream/v8/src/ia32/frames-ia32.cc +0 -45
  431. data/ext/v8/upstream/v8/src/ia32/frames-ia32.h +0 -140
  432. data/ext/v8/upstream/v8/src/ia32/full-codegen-ia32.cc +0 -4357
  433. data/ext/v8/upstream/v8/src/ia32/ic-ia32.cc +0 -1779
  434. data/ext/v8/upstream/v8/src/ia32/jump-target-ia32.cc +0 -437
  435. data/ext/v8/upstream/v8/src/ia32/lithium-codegen-ia32.cc +0 -4158
  436. data/ext/v8/upstream/v8/src/ia32/lithium-codegen-ia32.h +0 -318
  437. data/ext/v8/upstream/v8/src/ia32/lithium-gap-resolver-ia32.cc +0 -466
  438. data/ext/v8/upstream/v8/src/ia32/lithium-gap-resolver-ia32.h +0 -110
  439. data/ext/v8/upstream/v8/src/ia32/lithium-ia32.cc +0 -2181
  440. data/ext/v8/upstream/v8/src/ia32/lithium-ia32.h +0 -2235
  441. data/ext/v8/upstream/v8/src/ia32/macro-assembler-ia32.cc +0 -2056
  442. data/ext/v8/upstream/v8/src/ia32/macro-assembler-ia32.h +0 -807
  443. data/ext/v8/upstream/v8/src/ia32/regexp-macro-assembler-ia32.cc +0 -1264
  444. data/ext/v8/upstream/v8/src/ia32/regexp-macro-assembler-ia32.h +0 -216
  445. data/ext/v8/upstream/v8/src/ia32/register-allocator-ia32-inl.h +0 -82
  446. data/ext/v8/upstream/v8/src/ia32/register-allocator-ia32.cc +0 -157
  447. data/ext/v8/upstream/v8/src/ia32/register-allocator-ia32.h +0 -43
  448. data/ext/v8/upstream/v8/src/ia32/simulator-ia32.cc +0 -30
  449. data/ext/v8/upstream/v8/src/ia32/simulator-ia32.h +0 -72
  450. data/ext/v8/upstream/v8/src/ia32/stub-cache-ia32.cc +0 -3711
  451. data/ext/v8/upstream/v8/src/ia32/virtual-frame-ia32.cc +0 -1366
  452. data/ext/v8/upstream/v8/src/ia32/virtual-frame-ia32.h +0 -650
  453. data/ext/v8/upstream/v8/src/ic-inl.h +0 -130
  454. data/ext/v8/upstream/v8/src/ic.cc +0 -2389
  455. data/ext/v8/upstream/v8/src/ic.h +0 -675
  456. data/ext/v8/upstream/v8/src/inspector.cc +0 -63
  457. data/ext/v8/upstream/v8/src/inspector.h +0 -62
  458. data/ext/v8/upstream/v8/src/interpreter-irregexp.cc +0 -659
  459. data/ext/v8/upstream/v8/src/interpreter-irregexp.h +0 -49
  460. data/ext/v8/upstream/v8/src/isolate.cc +0 -883
  461. data/ext/v8/upstream/v8/src/isolate.h +0 -1306
  462. data/ext/v8/upstream/v8/src/json.js +0 -342
  463. data/ext/v8/upstream/v8/src/jsregexp.cc +0 -5371
  464. data/ext/v8/upstream/v8/src/jsregexp.h +0 -1483
  465. data/ext/v8/upstream/v8/src/jump-target-heavy-inl.h +0 -51
  466. data/ext/v8/upstream/v8/src/jump-target-heavy.cc +0 -427
  467. data/ext/v8/upstream/v8/src/jump-target-heavy.h +0 -238
  468. data/ext/v8/upstream/v8/src/jump-target-inl.h +0 -48
  469. data/ext/v8/upstream/v8/src/jump-target-light-inl.h +0 -56
  470. data/ext/v8/upstream/v8/src/jump-target-light.cc +0 -111
  471. data/ext/v8/upstream/v8/src/jump-target-light.h +0 -193
  472. data/ext/v8/upstream/v8/src/jump-target.cc +0 -91
  473. data/ext/v8/upstream/v8/src/jump-target.h +0 -90
  474. data/ext/v8/upstream/v8/src/list-inl.h +0 -206
  475. data/ext/v8/upstream/v8/src/list.h +0 -164
  476. data/ext/v8/upstream/v8/src/lithium-allocator-inl.h +0 -142
  477. data/ext/v8/upstream/v8/src/lithium-allocator.cc +0 -2105
  478. data/ext/v8/upstream/v8/src/lithium-allocator.h +0 -630
  479. data/ext/v8/upstream/v8/src/lithium.cc +0 -169
  480. data/ext/v8/upstream/v8/src/lithium.h +0 -592
  481. data/ext/v8/upstream/v8/src/liveedit-debugger.js +0 -1082
  482. data/ext/v8/upstream/v8/src/liveedit.cc +0 -1693
  483. data/ext/v8/upstream/v8/src/liveedit.h +0 -179
  484. data/ext/v8/upstream/v8/src/liveobjectlist-inl.h +0 -126
  485. data/ext/v8/upstream/v8/src/liveobjectlist.cc +0 -2589
  486. data/ext/v8/upstream/v8/src/liveobjectlist.h +0 -322
  487. data/ext/v8/upstream/v8/src/log-inl.h +0 -59
  488. data/ext/v8/upstream/v8/src/log-utils.cc +0 -423
  489. data/ext/v8/upstream/v8/src/log-utils.h +0 -229
  490. data/ext/v8/upstream/v8/src/log.cc +0 -1666
  491. data/ext/v8/upstream/v8/src/log.h +0 -446
  492. data/ext/v8/upstream/v8/src/macro-assembler.h +0 -120
  493. data/ext/v8/upstream/v8/src/macros.py +0 -178
  494. data/ext/v8/upstream/v8/src/mark-compact.cc +0 -3092
  495. data/ext/v8/upstream/v8/src/mark-compact.h +0 -506
  496. data/ext/v8/upstream/v8/src/math.js +0 -264
  497. data/ext/v8/upstream/v8/src/messages.cc +0 -166
  498. data/ext/v8/upstream/v8/src/messages.h +0 -114
  499. data/ext/v8/upstream/v8/src/messages.js +0 -1090
  500. data/ext/v8/upstream/v8/src/mips/assembler-mips-inl.h +0 -335
  501. data/ext/v8/upstream/v8/src/mips/assembler-mips.cc +0 -2093
  502. data/ext/v8/upstream/v8/src/mips/assembler-mips.h +0 -1066
  503. data/ext/v8/upstream/v8/src/mips/builtins-mips.cc +0 -148
  504. data/ext/v8/upstream/v8/src/mips/code-stubs-mips.cc +0 -752
  505. data/ext/v8/upstream/v8/src/mips/code-stubs-mips.h +0 -511
  506. data/ext/v8/upstream/v8/src/mips/codegen-mips-inl.h +0 -64
  507. data/ext/v8/upstream/v8/src/mips/codegen-mips.cc +0 -1213
  508. data/ext/v8/upstream/v8/src/mips/codegen-mips.h +0 -633
  509. data/ext/v8/upstream/v8/src/mips/constants-mips.cc +0 -352
  510. data/ext/v8/upstream/v8/src/mips/constants-mips.h +0 -723
  511. data/ext/v8/upstream/v8/src/mips/cpu-mips.cc +0 -90
  512. data/ext/v8/upstream/v8/src/mips/debug-mips.cc +0 -155
  513. data/ext/v8/upstream/v8/src/mips/deoptimizer-mips.cc +0 -91
  514. data/ext/v8/upstream/v8/src/mips/disasm-mips.cc +0 -1023
  515. data/ext/v8/upstream/v8/src/mips/frames-mips.cc +0 -48
  516. data/ext/v8/upstream/v8/src/mips/frames-mips.h +0 -179
  517. data/ext/v8/upstream/v8/src/mips/full-codegen-mips.cc +0 -727
  518. data/ext/v8/upstream/v8/src/mips/ic-mips.cc +0 -244
  519. data/ext/v8/upstream/v8/src/mips/jump-target-mips.cc +0 -80
  520. data/ext/v8/upstream/v8/src/mips/lithium-codegen-mips.h +0 -65
  521. data/ext/v8/upstream/v8/src/mips/lithium-mips.h +0 -304
  522. data/ext/v8/upstream/v8/src/mips/macro-assembler-mips.cc +0 -3327
  523. data/ext/v8/upstream/v8/src/mips/macro-assembler-mips.h +0 -1058
  524. data/ext/v8/upstream/v8/src/mips/regexp-macro-assembler-mips.cc +0 -478
  525. data/ext/v8/upstream/v8/src/mips/regexp-macro-assembler-mips.h +0 -250
  526. data/ext/v8/upstream/v8/src/mips/register-allocator-mips-inl.h +0 -134
  527. data/ext/v8/upstream/v8/src/mips/register-allocator-mips.cc +0 -63
  528. data/ext/v8/upstream/v8/src/mips/register-allocator-mips.h +0 -47
  529. data/ext/v8/upstream/v8/src/mips/simulator-mips.cc +0 -2438
  530. data/ext/v8/upstream/v8/src/mips/simulator-mips.h +0 -394
  531. data/ext/v8/upstream/v8/src/mips/stub-cache-mips.cc +0 -601
  532. data/ext/v8/upstream/v8/src/mips/virtual-frame-mips-inl.h +0 -58
  533. data/ext/v8/upstream/v8/src/mips/virtual-frame-mips.cc +0 -307
  534. data/ext/v8/upstream/v8/src/mips/virtual-frame-mips.h +0 -530
  535. data/ext/v8/upstream/v8/src/mirror-debugger.js +0 -2381
  536. data/ext/v8/upstream/v8/src/mksnapshot.cc +0 -256
  537. data/ext/v8/upstream/v8/src/natives.h +0 -63
  538. data/ext/v8/upstream/v8/src/objects-debug.cc +0 -722
  539. data/ext/v8/upstream/v8/src/objects-inl.h +0 -4166
  540. data/ext/v8/upstream/v8/src/objects-printer.cc +0 -801
  541. data/ext/v8/upstream/v8/src/objects-visiting.cc +0 -142
  542. data/ext/v8/upstream/v8/src/objects-visiting.h +0 -422
  543. data/ext/v8/upstream/v8/src/objects.cc +0 -10296
  544. data/ext/v8/upstream/v8/src/objects.h +0 -6662
  545. data/ext/v8/upstream/v8/src/parser.cc +0 -5168
  546. data/ext/v8/upstream/v8/src/parser.h +0 -823
  547. data/ext/v8/upstream/v8/src/platform-cygwin.cc +0 -811
  548. data/ext/v8/upstream/v8/src/platform-freebsd.cc +0 -854
  549. data/ext/v8/upstream/v8/src/platform-linux.cc +0 -1120
  550. data/ext/v8/upstream/v8/src/platform-macos.cc +0 -865
  551. data/ext/v8/upstream/v8/src/platform-nullos.cc +0 -504
  552. data/ext/v8/upstream/v8/src/platform-openbsd.cc +0 -672
  553. data/ext/v8/upstream/v8/src/platform-posix.cc +0 -424
  554. data/ext/v8/upstream/v8/src/platform-solaris.cc +0 -796
  555. data/ext/v8/upstream/v8/src/platform-tls-mac.h +0 -62
  556. data/ext/v8/upstream/v8/src/platform-tls-win32.h +0 -62
  557. data/ext/v8/upstream/v8/src/platform-tls.h +0 -50
  558. data/ext/v8/upstream/v8/src/platform-win32.cc +0 -2072
  559. data/ext/v8/upstream/v8/src/platform.h +0 -693
  560. data/ext/v8/upstream/v8/src/preparse-data.cc +0 -185
  561. data/ext/v8/upstream/v8/src/preparse-data.h +0 -249
  562. data/ext/v8/upstream/v8/src/preparser-api.cc +0 -219
  563. data/ext/v8/upstream/v8/src/preparser.cc +0 -1205
  564. data/ext/v8/upstream/v8/src/preparser.h +0 -278
  565. data/ext/v8/upstream/v8/src/prettyprinter.cc +0 -1530
  566. data/ext/v8/upstream/v8/src/prettyprinter.h +0 -223
  567. data/ext/v8/upstream/v8/src/profile-generator-inl.h +0 -128
  568. data/ext/v8/upstream/v8/src/profile-generator.cc +0 -3095
  569. data/ext/v8/upstream/v8/src/profile-generator.h +0 -1125
  570. data/ext/v8/upstream/v8/src/property.cc +0 -102
  571. data/ext/v8/upstream/v8/src/property.h +0 -348
  572. data/ext/v8/upstream/v8/src/regexp-macro-assembler-irregexp-inl.h +0 -78
  573. data/ext/v8/upstream/v8/src/regexp-macro-assembler-irregexp.cc +0 -470
  574. data/ext/v8/upstream/v8/src/regexp-macro-assembler-irregexp.h +0 -142
  575. data/ext/v8/upstream/v8/src/regexp-macro-assembler-tracer.cc +0 -373
  576. data/ext/v8/upstream/v8/src/regexp-macro-assembler-tracer.h +0 -104
  577. data/ext/v8/upstream/v8/src/regexp-macro-assembler.cc +0 -266
  578. data/ext/v8/upstream/v8/src/regexp-macro-assembler.h +0 -236
  579. data/ext/v8/upstream/v8/src/regexp-stack.cc +0 -111
  580. data/ext/v8/upstream/v8/src/regexp-stack.h +0 -147
  581. data/ext/v8/upstream/v8/src/regexp.js +0 -483
  582. data/ext/v8/upstream/v8/src/register-allocator-inl.h +0 -141
  583. data/ext/v8/upstream/v8/src/register-allocator.cc +0 -98
  584. data/ext/v8/upstream/v8/src/register-allocator.h +0 -310
  585. data/ext/v8/upstream/v8/src/rewriter.cc +0 -1024
  586. data/ext/v8/upstream/v8/src/rewriter.h +0 -59
  587. data/ext/v8/upstream/v8/src/runtime-profiler.cc +0 -478
  588. data/ext/v8/upstream/v8/src/runtime-profiler.h +0 -192
  589. data/ext/v8/upstream/v8/src/runtime.cc +0 -11949
  590. data/ext/v8/upstream/v8/src/runtime.h +0 -643
  591. data/ext/v8/upstream/v8/src/runtime.js +0 -643
  592. data/ext/v8/upstream/v8/src/safepoint-table.cc +0 -256
  593. data/ext/v8/upstream/v8/src/safepoint-table.h +0 -269
  594. data/ext/v8/upstream/v8/src/scanner-base.cc +0 -964
  595. data/ext/v8/upstream/v8/src/scanner-base.h +0 -664
  596. data/ext/v8/upstream/v8/src/scanner.cc +0 -584
  597. data/ext/v8/upstream/v8/src/scanner.h +0 -196
  598. data/ext/v8/upstream/v8/src/scopeinfo.cc +0 -631
  599. data/ext/v8/upstream/v8/src/scopeinfo.h +0 -249
  600. data/ext/v8/upstream/v8/src/scopes.cc +0 -1093
  601. data/ext/v8/upstream/v8/src/scopes.h +0 -508
  602. data/ext/v8/upstream/v8/src/serialize.cc +0 -1574
  603. data/ext/v8/upstream/v8/src/serialize.h +0 -589
  604. data/ext/v8/upstream/v8/src/shell.h +0 -55
  605. data/ext/v8/upstream/v8/src/simulator.h +0 -43
  606. data/ext/v8/upstream/v8/src/small-pointer-list.h +0 -163
  607. data/ext/v8/upstream/v8/src/smart-pointer.h +0 -109
  608. data/ext/v8/upstream/v8/src/snapshot-common.cc +0 -82
  609. data/ext/v8/upstream/v8/src/snapshot-empty.cc +0 -50
  610. data/ext/v8/upstream/v8/src/snapshot.h +0 -73
  611. data/ext/v8/upstream/v8/src/spaces-inl.h +0 -529
  612. data/ext/v8/upstream/v8/src/spaces.cc +0 -3147
  613. data/ext/v8/upstream/v8/src/spaces.h +0 -2368
  614. data/ext/v8/upstream/v8/src/splay-tree-inl.h +0 -310
  615. data/ext/v8/upstream/v8/src/splay-tree.h +0 -203
  616. data/ext/v8/upstream/v8/src/string-search.cc +0 -41
  617. data/ext/v8/upstream/v8/src/string-search.h +0 -568
  618. data/ext/v8/upstream/v8/src/string-stream.cc +0 -592
  619. data/ext/v8/upstream/v8/src/string-stream.h +0 -191
  620. data/ext/v8/upstream/v8/src/string.js +0 -915
  621. data/ext/v8/upstream/v8/src/strtod.cc +0 -440
  622. data/ext/v8/upstream/v8/src/strtod.h +0 -40
  623. data/ext/v8/upstream/v8/src/stub-cache.cc +0 -1940
  624. data/ext/v8/upstream/v8/src/stub-cache.h +0 -866
  625. data/ext/v8/upstream/v8/src/third_party/valgrind/valgrind.h +0 -3925
  626. data/ext/v8/upstream/v8/src/token.cc +0 -63
  627. data/ext/v8/upstream/v8/src/token.h +0 -288
  628. data/ext/v8/upstream/v8/src/top.cc +0 -983
  629. data/ext/v8/upstream/v8/src/type-info.cc +0 -472
  630. data/ext/v8/upstream/v8/src/type-info.h +0 -290
  631. data/ext/v8/upstream/v8/src/unbound-queue-inl.h +0 -95
  632. data/ext/v8/upstream/v8/src/unbound-queue.h +0 -67
  633. data/ext/v8/upstream/v8/src/unicode-inl.h +0 -238
  634. data/ext/v8/upstream/v8/src/unicode.cc +0 -1624
  635. data/ext/v8/upstream/v8/src/unicode.h +0 -280
  636. data/ext/v8/upstream/v8/src/uri.js +0 -402
  637. data/ext/v8/upstream/v8/src/utils.cc +0 -371
  638. data/ext/v8/upstream/v8/src/utils.h +0 -796
  639. data/ext/v8/upstream/v8/src/v8-counters.cc +0 -62
  640. data/ext/v8/upstream/v8/src/v8-counters.h +0 -311
  641. data/ext/v8/upstream/v8/src/v8.cc +0 -215
  642. data/ext/v8/upstream/v8/src/v8.h +0 -130
  643. data/ext/v8/upstream/v8/src/v8checks.h +0 -64
  644. data/ext/v8/upstream/v8/src/v8dll-main.cc +0 -39
  645. data/ext/v8/upstream/v8/src/v8globals.h +0 -486
  646. data/ext/v8/upstream/v8/src/v8memory.h +0 -82
  647. data/ext/v8/upstream/v8/src/v8natives.js +0 -1293
  648. data/ext/v8/upstream/v8/src/v8preparserdll-main.cc +0 -39
  649. data/ext/v8/upstream/v8/src/v8threads.cc +0 -453
  650. data/ext/v8/upstream/v8/src/v8threads.h +0 -164
  651. data/ext/v8/upstream/v8/src/v8utils.h +0 -317
  652. data/ext/v8/upstream/v8/src/variables.cc +0 -132
  653. data/ext/v8/upstream/v8/src/variables.h +0 -212
  654. data/ext/v8/upstream/v8/src/version.cc +0 -116
  655. data/ext/v8/upstream/v8/src/version.h +0 -68
  656. data/ext/v8/upstream/v8/src/virtual-frame-heavy-inl.h +0 -190
  657. data/ext/v8/upstream/v8/src/virtual-frame-heavy.cc +0 -312
  658. data/ext/v8/upstream/v8/src/virtual-frame-inl.h +0 -39
  659. data/ext/v8/upstream/v8/src/virtual-frame-light-inl.h +0 -171
  660. data/ext/v8/upstream/v8/src/virtual-frame-light.cc +0 -52
  661. data/ext/v8/upstream/v8/src/virtual-frame.cc +0 -49
  662. data/ext/v8/upstream/v8/src/virtual-frame.h +0 -59
  663. data/ext/v8/upstream/v8/src/vm-state-inl.h +0 -138
  664. data/ext/v8/upstream/v8/src/vm-state.h +0 -70
  665. data/ext/v8/upstream/v8/src/win32-headers.h +0 -96
  666. data/ext/v8/upstream/v8/src/x64/assembler-x64-inl.h +0 -456
  667. data/ext/v8/upstream/v8/src/x64/assembler-x64.cc +0 -2954
  668. data/ext/v8/upstream/v8/src/x64/assembler-x64.h +0 -1630
  669. data/ext/v8/upstream/v8/src/x64/builtins-x64.cc +0 -1493
  670. data/ext/v8/upstream/v8/src/x64/code-stubs-x64.cc +0 -5132
  671. data/ext/v8/upstream/v8/src/x64/code-stubs-x64.h +0 -477
  672. data/ext/v8/upstream/v8/src/x64/codegen-x64-inl.h +0 -46
  673. data/ext/v8/upstream/v8/src/x64/codegen-x64.cc +0 -8843
  674. data/ext/v8/upstream/v8/src/x64/codegen-x64.h +0 -753
  675. data/ext/v8/upstream/v8/src/x64/cpu-x64.cc +0 -88
  676. data/ext/v8/upstream/v8/src/x64/debug-x64.cc +0 -318
  677. data/ext/v8/upstream/v8/src/x64/deoptimizer-x64.cc +0 -815
  678. data/ext/v8/upstream/v8/src/x64/disasm-x64.cc +0 -1752
  679. data/ext/v8/upstream/v8/src/x64/frames-x64.cc +0 -45
  680. data/ext/v8/upstream/v8/src/x64/frames-x64.h +0 -130
  681. data/ext/v8/upstream/v8/src/x64/full-codegen-x64.cc +0 -4339
  682. data/ext/v8/upstream/v8/src/x64/ic-x64.cc +0 -1752
  683. data/ext/v8/upstream/v8/src/x64/jump-target-x64.cc +0 -437
  684. data/ext/v8/upstream/v8/src/x64/lithium-codegen-x64.cc +0 -3970
  685. data/ext/v8/upstream/v8/src/x64/lithium-codegen-x64.h +0 -318
  686. data/ext/v8/upstream/v8/src/x64/lithium-gap-resolver-x64.cc +0 -320
  687. data/ext/v8/upstream/v8/src/x64/lithium-gap-resolver-x64.h +0 -74
  688. data/ext/v8/upstream/v8/src/x64/lithium-x64.cc +0 -2115
  689. data/ext/v8/upstream/v8/src/x64/lithium-x64.h +0 -2161
  690. data/ext/v8/upstream/v8/src/x64/macro-assembler-x64.cc +0 -2911
  691. data/ext/v8/upstream/v8/src/x64/macro-assembler-x64.h +0 -1984
  692. data/ext/v8/upstream/v8/src/x64/regexp-macro-assembler-x64.cc +0 -1398
  693. data/ext/v8/upstream/v8/src/x64/regexp-macro-assembler-x64.h +0 -282
  694. data/ext/v8/upstream/v8/src/x64/register-allocator-x64-inl.h +0 -87
  695. data/ext/v8/upstream/v8/src/x64/register-allocator-x64.cc +0 -95
  696. data/ext/v8/upstream/v8/src/x64/register-allocator-x64.h +0 -43
  697. data/ext/v8/upstream/v8/src/x64/simulator-x64.cc +0 -27
  698. data/ext/v8/upstream/v8/src/x64/simulator-x64.h +0 -71
  699. data/ext/v8/upstream/v8/src/x64/stub-cache-x64.cc +0 -3460
  700. data/ext/v8/upstream/v8/src/x64/virtual-frame-x64.cc +0 -1296
  701. data/ext/v8/upstream/v8/src/x64/virtual-frame-x64.h +0 -597
  702. data/ext/v8/upstream/v8/src/zone-inl.h +0 -129
  703. data/ext/v8/upstream/v8/src/zone.cc +0 -196
  704. data/ext/v8/upstream/v8/src/zone.h +0 -236
  705. data/ext/v8/upstream/v8/tools/codemap.js +0 -265
  706. data/ext/v8/upstream/v8/tools/consarray.js +0 -93
  707. data/ext/v8/upstream/v8/tools/csvparser.js +0 -78
  708. data/ext/v8/upstream/v8/tools/disasm.py +0 -92
  709. data/ext/v8/upstream/v8/tools/freebsd-tick-processor +0 -10
  710. data/ext/v8/upstream/v8/tools/gc-nvp-trace-processor.py +0 -328
  711. data/ext/v8/upstream/v8/tools/generate-ten-powers.scm +0 -286
  712. data/ext/v8/upstream/v8/tools/grokdump.py +0 -840
  713. data/ext/v8/upstream/v8/tools/gyp/v8.gyp +0 -844
  714. data/ext/v8/upstream/v8/tools/js2c.py +0 -380
  715. data/ext/v8/upstream/v8/tools/jsmin.py +0 -280
  716. data/ext/v8/upstream/v8/tools/linux-tick-processor +0 -35
  717. data/ext/v8/upstream/v8/tools/ll_prof.py +0 -919
  718. data/ext/v8/upstream/v8/tools/logreader.js +0 -185
  719. data/ext/v8/upstream/v8/tools/mac-nm +0 -18
  720. data/ext/v8/upstream/v8/tools/mac-tick-processor +0 -6
  721. data/ext/v8/upstream/v8/tools/oom_dump/README +0 -31
  722. data/ext/v8/upstream/v8/tools/oom_dump/SConstruct +0 -42
  723. data/ext/v8/upstream/v8/tools/oom_dump/oom_dump.cc +0 -288
  724. data/ext/v8/upstream/v8/tools/presubmit.py +0 -305
  725. data/ext/v8/upstream/v8/tools/process-heap-prof.py +0 -120
  726. data/ext/v8/upstream/v8/tools/profile.js +0 -751
  727. data/ext/v8/upstream/v8/tools/profile_view.js +0 -219
  728. data/ext/v8/upstream/v8/tools/run-valgrind.py +0 -77
  729. data/ext/v8/upstream/v8/tools/splaytree.js +0 -316
  730. data/ext/v8/upstream/v8/tools/stats-viewer.py +0 -468
  731. data/ext/v8/upstream/v8/tools/test.py +0 -1490
  732. data/ext/v8/upstream/v8/tools/tickprocessor-driver.js +0 -59
  733. data/ext/v8/upstream/v8/tools/tickprocessor.js +0 -877
  734. data/ext/v8/upstream/v8/tools/utils.py +0 -96
  735. data/ext/v8/upstream/v8/tools/visual_studio/README.txt +0 -70
  736. data/ext/v8/upstream/v8/tools/visual_studio/arm.vsprops +0 -14
  737. data/ext/v8/upstream/v8/tools/visual_studio/common.vsprops +0 -34
  738. data/ext/v8/upstream/v8/tools/visual_studio/d8.vcproj +0 -193
  739. data/ext/v8/upstream/v8/tools/visual_studio/d8_arm.vcproj +0 -193
  740. data/ext/v8/upstream/v8/tools/visual_studio/d8_x64.vcproj +0 -209
  741. data/ext/v8/upstream/v8/tools/visual_studio/d8js2c.cmd +0 -6
  742. data/ext/v8/upstream/v8/tools/visual_studio/debug.vsprops +0 -17
  743. data/ext/v8/upstream/v8/tools/visual_studio/ia32.vsprops +0 -17
  744. data/ext/v8/upstream/v8/tools/visual_studio/js2c.cmd +0 -6
  745. data/ext/v8/upstream/v8/tools/visual_studio/release.vsprops +0 -24
  746. data/ext/v8/upstream/v8/tools/visual_studio/v8.sln +0 -101
  747. data/ext/v8/upstream/v8/tools/visual_studio/v8.vcproj +0 -227
  748. data/ext/v8/upstream/v8/tools/visual_studio/v8_arm.sln +0 -74
  749. data/ext/v8/upstream/v8/tools/visual_studio/v8_arm.vcproj +0 -227
  750. data/ext/v8/upstream/v8/tools/visual_studio/v8_base.vcproj +0 -1308
  751. data/ext/v8/upstream/v8/tools/visual_studio/v8_base_arm.vcproj +0 -1238
  752. data/ext/v8/upstream/v8/tools/visual_studio/v8_base_x64.vcproj +0 -1300
  753. data/ext/v8/upstream/v8/tools/visual_studio/v8_cctest.vcproj +0 -265
  754. data/ext/v8/upstream/v8/tools/visual_studio/v8_cctest_arm.vcproj +0 -249
  755. data/ext/v8/upstream/v8/tools/visual_studio/v8_cctest_x64.vcproj +0 -257
  756. data/ext/v8/upstream/v8/tools/visual_studio/v8_mksnapshot.vcproj +0 -145
  757. data/ext/v8/upstream/v8/tools/visual_studio/v8_mksnapshot_x64.vcproj +0 -145
  758. data/ext/v8/upstream/v8/tools/visual_studio/v8_process_sample.vcproj +0 -145
  759. data/ext/v8/upstream/v8/tools/visual_studio/v8_process_sample_arm.vcproj +0 -145
  760. data/ext/v8/upstream/v8/tools/visual_studio/v8_process_sample_x64.vcproj +0 -161
  761. data/ext/v8/upstream/v8/tools/visual_studio/v8_shell_sample.vcproj +0 -147
  762. data/ext/v8/upstream/v8/tools/visual_studio/v8_shell_sample_arm.vcproj +0 -147
  763. data/ext/v8/upstream/v8/tools/visual_studio/v8_shell_sample_x64.vcproj +0 -163
  764. data/ext/v8/upstream/v8/tools/visual_studio/v8_snapshot.vcproj +0 -142
  765. data/ext/v8/upstream/v8/tools/visual_studio/v8_snapshot_cc.vcproj +0 -92
  766. data/ext/v8/upstream/v8/tools/visual_studio/v8_snapshot_cc_x64.vcproj +0 -92
  767. data/ext/v8/upstream/v8/tools/visual_studio/v8_snapshot_x64.vcproj +0 -142
  768. data/ext/v8/upstream/v8/tools/visual_studio/v8_x64.sln +0 -101
  769. data/ext/v8/upstream/v8/tools/visual_studio/v8_x64.vcproj +0 -227
  770. data/ext/v8/upstream/v8/tools/visual_studio/x64.vsprops +0 -18
  771. data/ext/v8/upstream/v8/tools/windows-tick-processor.bat +0 -30
@@ -1,1779 +0,0 @@
1
- // Copyright 2010 the V8 project authors. All rights reserved.
2
- // Redistribution and use in source and binary forms, with or without
3
- // modification, are permitted provided that the following conditions are
4
- // met:
5
- //
6
- // * Redistributions of source code must retain the above copyright
7
- // notice, this list of conditions and the following disclaimer.
8
- // * Redistributions in binary form must reproduce the above
9
- // copyright notice, this list of conditions and the following
10
- // disclaimer in the documentation and/or other materials provided
11
- // with the distribution.
12
- // * Neither the name of Google Inc. nor the names of its
13
- // contributors may be used to endorse or promote products derived
14
- // from this software without specific prior written permission.
15
- //
16
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
- #include "v8.h"
29
-
30
- #if defined(V8_TARGET_ARCH_IA32)
31
-
32
- #include "codegen-inl.h"
33
- #include "ic-inl.h"
34
- #include "runtime.h"
35
- #include "stub-cache.h"
36
-
37
- namespace v8 {
38
- namespace internal {
39
-
40
- // ----------------------------------------------------------------------------
41
- // Static IC stub generators.
42
- //
43
-
44
- #define __ ACCESS_MASM(masm)
45
-
46
-
47
- static void GenerateGlobalInstanceTypeCheck(MacroAssembler* masm,
48
- Register type,
49
- Label* global_object) {
50
- // Register usage:
51
- // type: holds the receiver instance type on entry.
52
- __ cmp(type, JS_GLOBAL_OBJECT_TYPE);
53
- __ j(equal, global_object, not_taken);
54
- __ cmp(type, JS_BUILTINS_OBJECT_TYPE);
55
- __ j(equal, global_object, not_taken);
56
- __ cmp(type, JS_GLOBAL_PROXY_TYPE);
57
- __ j(equal, global_object, not_taken);
58
- }
59
-
60
-
61
- // Generated code falls through if the receiver is a regular non-global
62
- // JS object with slow properties and no interceptors.
63
- static void GenerateStringDictionaryReceiverCheck(MacroAssembler* masm,
64
- Register receiver,
65
- Register r0,
66
- Register r1,
67
- Label* miss) {
68
- // Register usage:
69
- // receiver: holds the receiver on entry and is unchanged.
70
- // r0: used to hold receiver instance type.
71
- // Holds the property dictionary on fall through.
72
- // r1: used to hold receivers map.
73
-
74
- // Check that the receiver isn't a smi.
75
- __ test(receiver, Immediate(kSmiTagMask));
76
- __ j(zero, miss, not_taken);
77
-
78
- // Check that the receiver is a valid JS object.
79
- __ mov(r1, FieldOperand(receiver, HeapObject::kMapOffset));
80
- __ movzx_b(r0, FieldOperand(r1, Map::kInstanceTypeOffset));
81
- __ cmp(r0, FIRST_JS_OBJECT_TYPE);
82
- __ j(below, miss, not_taken);
83
-
84
- // If this assert fails, we have to check upper bound too.
85
- ASSERT(LAST_TYPE == JS_FUNCTION_TYPE);
86
-
87
- GenerateGlobalInstanceTypeCheck(masm, r0, miss);
88
-
89
- // Check for non-global object that requires access check.
90
- __ test_b(FieldOperand(r1, Map::kBitFieldOffset),
91
- (1 << Map::kIsAccessCheckNeeded) |
92
- (1 << Map::kHasNamedInterceptor));
93
- __ j(not_zero, miss, not_taken);
94
-
95
- __ mov(r0, FieldOperand(receiver, JSObject::kPropertiesOffset));
96
- __ CheckMap(r0, FACTORY->hash_table_map(), miss, true);
97
- }
98
-
99
-
100
- // Probe the string dictionary in the |elements| register. Jump to the
101
- // |done| label if a property with the given name is found leaving the
102
- // index into the dictionary in |r0|. Jump to the |miss| label
103
- // otherwise.
104
- static void GenerateStringDictionaryProbes(MacroAssembler* masm,
105
- Label* miss,
106
- Label* done,
107
- Register elements,
108
- Register name,
109
- Register r0,
110
- Register r1) {
111
- // Assert that name contains a string.
112
- if (FLAG_debug_code) __ AbortIfNotString(name);
113
-
114
- // Compute the capacity mask.
115
- const int kCapacityOffset =
116
- StringDictionary::kHeaderSize +
117
- StringDictionary::kCapacityIndex * kPointerSize;
118
- __ mov(r1, FieldOperand(elements, kCapacityOffset));
119
- __ shr(r1, kSmiTagSize); // convert smi to int
120
- __ dec(r1);
121
-
122
- // Generate an unrolled loop that performs a few probes before
123
- // giving up. Measurements done on Gmail indicate that 2 probes
124
- // cover ~93% of loads from dictionaries.
125
- static const int kProbes = 4;
126
- const int kElementsStartOffset =
127
- StringDictionary::kHeaderSize +
128
- StringDictionary::kElementsStartIndex * kPointerSize;
129
- for (int i = 0; i < kProbes; i++) {
130
- // Compute the masked index: (hash + i + i * i) & mask.
131
- __ mov(r0, FieldOperand(name, String::kHashFieldOffset));
132
- __ shr(r0, String::kHashShift);
133
- if (i > 0) {
134
- __ add(Operand(r0), Immediate(StringDictionary::GetProbeOffset(i)));
135
- }
136
- __ and_(r0, Operand(r1));
137
-
138
- // Scale the index by multiplying by the entry size.
139
- ASSERT(StringDictionary::kEntrySize == 3);
140
- __ lea(r0, Operand(r0, r0, times_2, 0)); // r0 = r0 * 3
141
-
142
- // Check if the key is identical to the name.
143
- __ cmp(name, Operand(elements, r0, times_4,
144
- kElementsStartOffset - kHeapObjectTag));
145
- if (i != kProbes - 1) {
146
- __ j(equal, done, taken);
147
- } else {
148
- __ j(not_equal, miss, not_taken);
149
- }
150
- }
151
- }
152
-
153
-
154
-
155
- // Helper function used to load a property from a dictionary backing
156
- // storage. This function may fail to load a property even though it is
157
- // in the dictionary, so code at miss_label must always call a backup
158
- // property load that is complete. This function is safe to call if
159
- // name is not a symbol, and will jump to the miss_label in that
160
- // case. The generated code assumes that the receiver has slow
161
- // properties, is not a global object and does not have interceptors.
162
- static void GenerateDictionaryLoad(MacroAssembler* masm,
163
- Label* miss_label,
164
- Register elements,
165
- Register name,
166
- Register r0,
167
- Register r1,
168
- Register result) {
169
- // Register use:
170
- //
171
- // elements - holds the property dictionary on entry and is unchanged.
172
- //
173
- // name - holds the name of the property on entry and is unchanged.
174
- //
175
- // Scratch registers:
176
- //
177
- // r0 - used for the index into the property dictionary
178
- //
179
- // r1 - used to hold the capacity of the property dictionary.
180
- //
181
- // result - holds the result on exit.
182
-
183
- Label done;
184
-
185
- // Probe the dictionary.
186
- GenerateStringDictionaryProbes(masm,
187
- miss_label,
188
- &done,
189
- elements,
190
- name,
191
- r0,
192
- r1);
193
-
194
- // If probing finds an entry in the dictionary, r0 contains the
195
- // index into the dictionary. Check that the value is a normal
196
- // property.
197
- __ bind(&done);
198
- const int kElementsStartOffset =
199
- StringDictionary::kHeaderSize +
200
- StringDictionary::kElementsStartIndex * kPointerSize;
201
- const int kDetailsOffset = kElementsStartOffset + 2 * kPointerSize;
202
- __ test(Operand(elements, r0, times_4, kDetailsOffset - kHeapObjectTag),
203
- Immediate(PropertyDetails::TypeField::mask() << kSmiTagSize));
204
- __ j(not_zero, miss_label, not_taken);
205
-
206
- // Get the value at the masked, scaled index.
207
- const int kValueOffset = kElementsStartOffset + kPointerSize;
208
- __ mov(result, Operand(elements, r0, times_4, kValueOffset - kHeapObjectTag));
209
- }
210
-
211
-
212
- // Helper function used to store a property to a dictionary backing
213
- // storage. This function may fail to store a property eventhough it
214
- // is in the dictionary, so code at miss_label must always call a
215
- // backup property store that is complete. This function is safe to
216
- // call if name is not a symbol, and will jump to the miss_label in
217
- // that case. The generated code assumes that the receiver has slow
218
- // properties, is not a global object and does not have interceptors.
219
- static void GenerateDictionaryStore(MacroAssembler* masm,
220
- Label* miss_label,
221
- Register elements,
222
- Register name,
223
- Register value,
224
- Register r0,
225
- Register r1) {
226
- // Register use:
227
- //
228
- // elements - holds the property dictionary on entry and is clobbered.
229
- //
230
- // name - holds the name of the property on entry and is unchanged.
231
- //
232
- // value - holds the value to store and is unchanged.
233
- //
234
- // r0 - used for index into the property dictionary and is clobbered.
235
- //
236
- // r1 - used to hold the capacity of the property dictionary and is clobbered.
237
- Label done;
238
-
239
-
240
- // Probe the dictionary.
241
- GenerateStringDictionaryProbes(masm,
242
- miss_label,
243
- &done,
244
- elements,
245
- name,
246
- r0,
247
- r1);
248
-
249
- // If probing finds an entry in the dictionary, r0 contains the
250
- // index into the dictionary. Check that the value is a normal
251
- // property that is not read only.
252
- __ bind(&done);
253
- const int kElementsStartOffset =
254
- StringDictionary::kHeaderSize +
255
- StringDictionary::kElementsStartIndex * kPointerSize;
256
- const int kDetailsOffset = kElementsStartOffset + 2 * kPointerSize;
257
- const int kTypeAndReadOnlyMask
258
- = (PropertyDetails::TypeField::mask() |
259
- PropertyDetails::AttributesField::encode(READ_ONLY)) << kSmiTagSize;
260
- __ test(Operand(elements, r0, times_4, kDetailsOffset - kHeapObjectTag),
261
- Immediate(kTypeAndReadOnlyMask));
262
- __ j(not_zero, miss_label, not_taken);
263
-
264
- // Store the value at the masked, scaled index.
265
- const int kValueOffset = kElementsStartOffset + kPointerSize;
266
- __ lea(r0, Operand(elements, r0, times_4, kValueOffset - kHeapObjectTag));
267
- __ mov(Operand(r0, 0), value);
268
-
269
- // Update write barrier. Make sure not to clobber the value.
270
- __ mov(r1, value);
271
- __ RecordWrite(elements, r0, r1);
272
- }
273
-
274
-
275
- static void GenerateNumberDictionaryLoad(MacroAssembler* masm,
276
- Label* miss,
277
- Register elements,
278
- Register key,
279
- Register r0,
280
- Register r1,
281
- Register r2,
282
- Register result) {
283
- // Register use:
284
- //
285
- // elements - holds the slow-case elements of the receiver and is unchanged.
286
- //
287
- // key - holds the smi key on entry and is unchanged.
288
- //
289
- // Scratch registers:
290
- //
291
- // r0 - holds the untagged key on entry and holds the hash once computed.
292
- //
293
- // r1 - used to hold the capacity mask of the dictionary
294
- //
295
- // r2 - used for the index into the dictionary.
296
- //
297
- // result - holds the result on exit if the load succeeds and we fall through.
298
-
299
- Label done;
300
-
301
- // Compute the hash code from the untagged key. This must be kept in sync
302
- // with ComputeIntegerHash in utils.h.
303
- //
304
- // hash = ~hash + (hash << 15);
305
- __ mov(r1, r0);
306
- __ not_(r0);
307
- __ shl(r1, 15);
308
- __ add(r0, Operand(r1));
309
- // hash = hash ^ (hash >> 12);
310
- __ mov(r1, r0);
311
- __ shr(r1, 12);
312
- __ xor_(r0, Operand(r1));
313
- // hash = hash + (hash << 2);
314
- __ lea(r0, Operand(r0, r0, times_4, 0));
315
- // hash = hash ^ (hash >> 4);
316
- __ mov(r1, r0);
317
- __ shr(r1, 4);
318
- __ xor_(r0, Operand(r1));
319
- // hash = hash * 2057;
320
- __ imul(r0, r0, 2057);
321
- // hash = hash ^ (hash >> 16);
322
- __ mov(r1, r0);
323
- __ shr(r1, 16);
324
- __ xor_(r0, Operand(r1));
325
-
326
- // Compute capacity mask.
327
- __ mov(r1, FieldOperand(elements, NumberDictionary::kCapacityOffset));
328
- __ shr(r1, kSmiTagSize); // convert smi to int
329
- __ dec(r1);
330
-
331
- // Generate an unrolled loop that performs a few probes before giving up.
332
- const int kProbes = 4;
333
- for (int i = 0; i < kProbes; i++) {
334
- // Use r2 for index calculations and keep the hash intact in r0.
335
- __ mov(r2, r0);
336
- // Compute the masked index: (hash + i + i * i) & mask.
337
- if (i > 0) {
338
- __ add(Operand(r2), Immediate(NumberDictionary::GetProbeOffset(i)));
339
- }
340
- __ and_(r2, Operand(r1));
341
-
342
- // Scale the index by multiplying by the entry size.
343
- ASSERT(NumberDictionary::kEntrySize == 3);
344
- __ lea(r2, Operand(r2, r2, times_2, 0)); // r2 = r2 * 3
345
-
346
- // Check if the key matches.
347
- __ cmp(key, FieldOperand(elements,
348
- r2,
349
- times_pointer_size,
350
- NumberDictionary::kElementsStartOffset));
351
- if (i != (kProbes - 1)) {
352
- __ j(equal, &done, taken);
353
- } else {
354
- __ j(not_equal, miss, not_taken);
355
- }
356
- }
357
-
358
- __ bind(&done);
359
- // Check that the value is a normal propety.
360
- const int kDetailsOffset =
361
- NumberDictionary::kElementsStartOffset + 2 * kPointerSize;
362
- ASSERT_EQ(NORMAL, 0);
363
- __ test(FieldOperand(elements, r2, times_pointer_size, kDetailsOffset),
364
- Immediate(PropertyDetails::TypeField::mask() << kSmiTagSize));
365
- __ j(not_zero, miss);
366
-
367
- // Get the value at the masked, scaled index.
368
- const int kValueOffset =
369
- NumberDictionary::kElementsStartOffset + kPointerSize;
370
- __ mov(result, FieldOperand(elements, r2, times_pointer_size, kValueOffset));
371
- }
372
-
373
-
374
- // The offset from the inlined patch site to the start of the
375
- // inlined load instruction. It is 7 bytes (test eax, imm) plus
376
- // 6 bytes (jne slow_label).
377
- const int LoadIC::kOffsetToLoadInstruction = 13;
378
-
379
-
380
- void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
381
- // ----------- S t a t e -------------
382
- // -- eax : receiver
383
- // -- ecx : name
384
- // -- esp[0] : return address
385
- // -----------------------------------
386
- Label miss;
387
-
388
- StubCompiler::GenerateLoadArrayLength(masm, eax, edx, &miss);
389
- __ bind(&miss);
390
- StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
391
- }
392
-
393
-
394
- void LoadIC::GenerateStringLength(MacroAssembler* masm,
395
- bool support_wrappers) {
396
- // ----------- S t a t e -------------
397
- // -- eax : receiver
398
- // -- ecx : name
399
- // -- esp[0] : return address
400
- // -----------------------------------
401
- Label miss;
402
-
403
- StubCompiler::GenerateLoadStringLength(masm, eax, edx, ebx, &miss,
404
- support_wrappers);
405
- __ bind(&miss);
406
- StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
407
- }
408
-
409
-
410
- void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
411
- // ----------- S t a t e -------------
412
- // -- eax : receiver
413
- // -- ecx : name
414
- // -- esp[0] : return address
415
- // -----------------------------------
416
- Label miss;
417
-
418
- StubCompiler::GenerateLoadFunctionPrototype(masm, eax, edx, ebx, &miss);
419
- __ bind(&miss);
420
- StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
421
- }
422
-
423
-
424
- // Checks the receiver for special cases (value type, slow case bits).
425
- // Falls through for regular JS object.
426
- static void GenerateKeyedLoadReceiverCheck(MacroAssembler* masm,
427
- Register receiver,
428
- Register map,
429
- int interceptor_bit,
430
- Label* slow) {
431
- // Register use:
432
- // receiver - holds the receiver and is unchanged.
433
- // Scratch registers:
434
- // map - used to hold the map of the receiver.
435
-
436
- // Check that the object isn't a smi.
437
- __ test(receiver, Immediate(kSmiTagMask));
438
- __ j(zero, slow, not_taken);
439
-
440
- // Get the map of the receiver.
441
- __ mov(map, FieldOperand(receiver, HeapObject::kMapOffset));
442
-
443
- // Check bit field.
444
- __ test_b(FieldOperand(map, Map::kBitFieldOffset),
445
- (1 << Map::kIsAccessCheckNeeded) | (1 << interceptor_bit));
446
- __ j(not_zero, slow, not_taken);
447
- // Check that the object is some kind of JS object EXCEPT JS Value type.
448
- // In the case that the object is a value-wrapper object,
449
- // we enter the runtime system to make sure that indexing
450
- // into string objects works as intended.
451
- ASSERT(JS_OBJECT_TYPE > JS_VALUE_TYPE);
452
-
453
- __ CmpInstanceType(map, JS_OBJECT_TYPE);
454
- __ j(below, slow, not_taken);
455
- }
456
-
457
-
458
- // Loads an indexed element from a fast case array.
459
- // If not_fast_array is NULL, doesn't perform the elements map check.
460
- static void GenerateFastArrayLoad(MacroAssembler* masm,
461
- Register receiver,
462
- Register key,
463
- Register scratch,
464
- Register result,
465
- Label* not_fast_array,
466
- Label* out_of_range) {
467
- // Register use:
468
- // receiver - holds the receiver and is unchanged.
469
- // key - holds the key and is unchanged (must be a smi).
470
- // Scratch registers:
471
- // scratch - used to hold elements of the receiver and the loaded value.
472
- // result - holds the result on exit if the load succeeds and
473
- // we fall through.
474
-
475
- __ mov(scratch, FieldOperand(receiver, JSObject::kElementsOffset));
476
- if (not_fast_array != NULL) {
477
- // Check that the object is in fast mode and writable.
478
- __ CheckMap(scratch, FACTORY->fixed_array_map(), not_fast_array, true);
479
- } else {
480
- __ AssertFastElements(scratch);
481
- }
482
- // Check that the key (index) is within bounds.
483
- __ cmp(key, FieldOperand(scratch, FixedArray::kLengthOffset));
484
- __ j(above_equal, out_of_range);
485
- // Fast case: Do the load.
486
- ASSERT((kPointerSize == 4) && (kSmiTagSize == 1) && (kSmiTag == 0));
487
- __ mov(scratch, FieldOperand(scratch, key, times_2, FixedArray::kHeaderSize));
488
- __ cmp(Operand(scratch), Immediate(FACTORY->the_hole_value()));
489
- // In case the loaded value is the_hole we have to consult GetProperty
490
- // to ensure the prototype chain is searched.
491
- __ j(equal, out_of_range);
492
- if (!result.is(scratch)) {
493
- __ mov(result, scratch);
494
- }
495
- }
496
-
497
-
498
- // Checks whether a key is an array index string or a symbol string.
499
- // Falls through if the key is a symbol.
500
- static void GenerateKeyStringCheck(MacroAssembler* masm,
501
- Register key,
502
- Register map,
503
- Register hash,
504
- Label* index_string,
505
- Label* not_symbol) {
506
- // Register use:
507
- // key - holds the key and is unchanged. Assumed to be non-smi.
508
- // Scratch registers:
509
- // map - used to hold the map of the key.
510
- // hash - used to hold the hash of the key.
511
- __ CmpObjectType(key, FIRST_NONSTRING_TYPE, map);
512
- __ j(above_equal, not_symbol);
513
-
514
- // Is the string an array index, with cached numeric value?
515
- __ mov(hash, FieldOperand(key, String::kHashFieldOffset));
516
- __ test(hash, Immediate(String::kContainsCachedArrayIndexMask));
517
- __ j(zero, index_string, not_taken);
518
-
519
- // Is the string a symbol?
520
- ASSERT(kSymbolTag != 0);
521
- __ test_b(FieldOperand(map, Map::kInstanceTypeOffset), kIsSymbolMask);
522
- __ j(zero, not_symbol, not_taken);
523
- }
524
-
525
-
526
- void KeyedLoadIC::GenerateGeneric(MacroAssembler* masm) {
527
- // ----------- S t a t e -------------
528
- // -- eax : key
529
- // -- edx : receiver
530
- // -- esp[0] : return address
531
- // -----------------------------------
532
- Label slow, check_string, index_smi, index_string, property_array_property;
533
- Label probe_dictionary, check_number_dictionary;
534
-
535
- // Check that the key is a smi.
536
- __ test(eax, Immediate(kSmiTagMask));
537
- __ j(not_zero, &check_string, not_taken);
538
- __ bind(&index_smi);
539
- // Now the key is known to be a smi. This place is also jumped to from
540
- // where a numeric string is converted to a smi.
541
-
542
- GenerateKeyedLoadReceiverCheck(
543
- masm, edx, ecx, Map::kHasIndexedInterceptor, &slow);
544
-
545
- // Check the "has fast elements" bit in the receiver's map which is
546
- // now in ecx.
547
- __ test_b(FieldOperand(ecx, Map::kBitField2Offset),
548
- 1 << Map::kHasFastElements);
549
- __ j(zero, &check_number_dictionary, not_taken);
550
-
551
- GenerateFastArrayLoad(masm,
552
- edx,
553
- eax,
554
- ecx,
555
- eax,
556
- NULL,
557
- &slow);
558
- Isolate* isolate = masm->isolate();
559
- Counters* counters = isolate->counters();
560
- __ IncrementCounter(counters->keyed_load_generic_smi(), 1);
561
- __ ret(0);
562
-
563
- __ bind(&check_number_dictionary);
564
- __ mov(ebx, eax);
565
- __ SmiUntag(ebx);
566
- __ mov(ecx, FieldOperand(edx, JSObject::kElementsOffset));
567
-
568
- // Check whether the elements is a number dictionary.
569
- // edx: receiver
570
- // ebx: untagged index
571
- // eax: key
572
- // ecx: elements
573
- __ CheckMap(ecx, isolate->factory()->hash_table_map(), &slow, true);
574
- Label slow_pop_receiver;
575
- // Push receiver on the stack to free up a register for the dictionary
576
- // probing.
577
- __ push(edx);
578
- GenerateNumberDictionaryLoad(masm,
579
- &slow_pop_receiver,
580
- ecx,
581
- eax,
582
- ebx,
583
- edx,
584
- edi,
585
- eax);
586
- // Pop receiver before returning.
587
- __ pop(edx);
588
- __ ret(0);
589
-
590
- __ bind(&slow_pop_receiver);
591
- // Pop the receiver from the stack and jump to runtime.
592
- __ pop(edx);
593
-
594
- __ bind(&slow);
595
- // Slow case: jump to runtime.
596
- // edx: receiver
597
- // eax: key
598
- __ IncrementCounter(counters->keyed_load_generic_slow(), 1);
599
- GenerateRuntimeGetProperty(masm);
600
-
601
- __ bind(&check_string);
602
- GenerateKeyStringCheck(masm, eax, ecx, ebx, &index_string, &slow);
603
-
604
- GenerateKeyedLoadReceiverCheck(
605
- masm, edx, ecx, Map::kHasNamedInterceptor, &slow);
606
-
607
- // If the receiver is a fast-case object, check the keyed lookup
608
- // cache. Otherwise probe the dictionary.
609
- __ mov(ebx, FieldOperand(edx, JSObject::kPropertiesOffset));
610
- __ cmp(FieldOperand(ebx, HeapObject::kMapOffset),
611
- Immediate(isolate->factory()->hash_table_map()));
612
- __ j(equal, &probe_dictionary);
613
-
614
- // Load the map of the receiver, compute the keyed lookup cache hash
615
- // based on 32 bits of the map pointer and the string hash.
616
- __ mov(ebx, FieldOperand(edx, HeapObject::kMapOffset));
617
- __ mov(ecx, ebx);
618
- __ shr(ecx, KeyedLookupCache::kMapHashShift);
619
- __ mov(edi, FieldOperand(eax, String::kHashFieldOffset));
620
- __ shr(edi, String::kHashShift);
621
- __ xor_(ecx, Operand(edi));
622
- __ and_(ecx, KeyedLookupCache::kCapacityMask);
623
-
624
- // Load the key (consisting of map and symbol) from the cache and
625
- // check for match.
626
- ExternalReference cache_keys =
627
- ExternalReference::keyed_lookup_cache_keys(masm->isolate());
628
- __ mov(edi, ecx);
629
- __ shl(edi, kPointerSizeLog2 + 1);
630
- __ cmp(ebx, Operand::StaticArray(edi, times_1, cache_keys));
631
- __ j(not_equal, &slow);
632
- __ add(Operand(edi), Immediate(kPointerSize));
633
- __ cmp(eax, Operand::StaticArray(edi, times_1, cache_keys));
634
- __ j(not_equal, &slow);
635
-
636
- // Get field offset.
637
- // edx : receiver
638
- // ebx : receiver's map
639
- // eax : key
640
- // ecx : lookup cache index
641
- ExternalReference cache_field_offsets =
642
- ExternalReference::keyed_lookup_cache_field_offsets(masm->isolate());
643
- __ mov(edi,
644
- Operand::StaticArray(ecx, times_pointer_size, cache_field_offsets));
645
- __ movzx_b(ecx, FieldOperand(ebx, Map::kInObjectPropertiesOffset));
646
- __ sub(edi, Operand(ecx));
647
- __ j(above_equal, &property_array_property);
648
-
649
- // Load in-object property.
650
- __ movzx_b(ecx, FieldOperand(ebx, Map::kInstanceSizeOffset));
651
- __ add(ecx, Operand(edi));
652
- __ mov(eax, FieldOperand(edx, ecx, times_pointer_size, 0));
653
- __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
654
- __ ret(0);
655
-
656
- // Load property array property.
657
- __ bind(&property_array_property);
658
- __ mov(eax, FieldOperand(edx, JSObject::kPropertiesOffset));
659
- __ mov(eax, FieldOperand(eax, edi, times_pointer_size,
660
- FixedArray::kHeaderSize));
661
- __ IncrementCounter(counters->keyed_load_generic_lookup_cache(), 1);
662
- __ ret(0);
663
-
664
- // Do a quick inline probe of the receiver's dictionary, if it
665
- // exists.
666
- __ bind(&probe_dictionary);
667
-
668
- __ mov(ecx, FieldOperand(edx, JSObject::kMapOffset));
669
- __ movzx_b(ecx, FieldOperand(ecx, Map::kInstanceTypeOffset));
670
- GenerateGlobalInstanceTypeCheck(masm, ecx, &slow);
671
-
672
- GenerateDictionaryLoad(masm, &slow, ebx, eax, ecx, edi, eax);
673
- __ IncrementCounter(counters->keyed_load_generic_symbol(), 1);
674
- __ ret(0);
675
-
676
- __ bind(&index_string);
677
- __ IndexFromHash(ebx, eax);
678
- // Now jump to the place where smi keys are handled.
679
- __ jmp(&index_smi);
680
- }
681
-
682
-
683
- void KeyedLoadIC::GenerateString(MacroAssembler* masm) {
684
- // ----------- S t a t e -------------
685
- // -- eax : key (index)
686
- // -- edx : receiver
687
- // -- esp[0] : return address
688
- // -----------------------------------
689
- Label miss;
690
-
691
- Register receiver = edx;
692
- Register index = eax;
693
- Register scratch1 = ebx;
694
- Register scratch2 = ecx;
695
- Register result = eax;
696
-
697
- StringCharAtGenerator char_at_generator(receiver,
698
- index,
699
- scratch1,
700
- scratch2,
701
- result,
702
- &miss, // When not a string.
703
- &miss, // When not a number.
704
- &miss, // When index out of range.
705
- STRING_INDEX_IS_ARRAY_INDEX);
706
- char_at_generator.GenerateFast(masm);
707
- __ ret(0);
708
-
709
- StubRuntimeCallHelper call_helper;
710
- char_at_generator.GenerateSlow(masm, call_helper);
711
-
712
- __ bind(&miss);
713
- GenerateMiss(masm);
714
- }
715
-
716
-
717
- void KeyedLoadIC::GenerateIndexedInterceptor(MacroAssembler* masm) {
718
- // ----------- S t a t e -------------
719
- // -- eax : key
720
- // -- edx : receiver
721
- // -- esp[0] : return address
722
- // -----------------------------------
723
- Label slow;
724
-
725
- // Check that the receiver isn't a smi.
726
- __ test(edx, Immediate(kSmiTagMask));
727
- __ j(zero, &slow, not_taken);
728
-
729
- // Check that the key is an array index, that is Uint32.
730
- __ test(eax, Immediate(kSmiTagMask | kSmiSignMask));
731
- __ j(not_zero, &slow, not_taken);
732
-
733
- // Get the map of the receiver.
734
- __ mov(ecx, FieldOperand(edx, HeapObject::kMapOffset));
735
-
736
- // Check that it has indexed interceptor and access checks
737
- // are not enabled for this object.
738
- __ movzx_b(ecx, FieldOperand(ecx, Map::kBitFieldOffset));
739
- __ and_(Operand(ecx), Immediate(kSlowCaseBitFieldMask));
740
- __ cmp(Operand(ecx), Immediate(1 << Map::kHasIndexedInterceptor));
741
- __ j(not_zero, &slow, not_taken);
742
-
743
- // Everything is fine, call runtime.
744
- __ pop(ecx);
745
- __ push(edx); // receiver
746
- __ push(eax); // key
747
- __ push(ecx); // return address
748
-
749
- // Perform tail call to the entry.
750
- ExternalReference ref =
751
- ExternalReference(IC_Utility(kKeyedLoadPropertyWithInterceptor),
752
- masm->isolate());
753
- __ TailCallExternalReference(ref, 2, 1);
754
-
755
- __ bind(&slow);
756
- GenerateMiss(masm);
757
- }
758
-
759
-
760
- void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm,
761
- StrictModeFlag strict_mode) {
762
- // ----------- S t a t e -------------
763
- // -- eax : value
764
- // -- ecx : key
765
- // -- edx : receiver
766
- // -- esp[0] : return address
767
- // -----------------------------------
768
- Label slow, fast, array, extra;
769
-
770
- // Check that the object isn't a smi.
771
- __ test(edx, Immediate(kSmiTagMask));
772
- __ j(zero, &slow, not_taken);
773
- // Get the map from the receiver.
774
- __ mov(edi, FieldOperand(edx, HeapObject::kMapOffset));
775
- // Check that the receiver does not require access checks. We need
776
- // to do this because this generic stub does not perform map checks.
777
- __ test_b(FieldOperand(edi, Map::kBitFieldOffset),
778
- 1 << Map::kIsAccessCheckNeeded);
779
- __ j(not_zero, &slow, not_taken);
780
- // Check that the key is a smi.
781
- __ test(ecx, Immediate(kSmiTagMask));
782
- __ j(not_zero, &slow, not_taken);
783
- __ CmpInstanceType(edi, JS_ARRAY_TYPE);
784
- __ j(equal, &array);
785
- // Check that the object is some kind of JS object.
786
- __ CmpInstanceType(edi, FIRST_JS_OBJECT_TYPE);
787
- __ j(below, &slow, not_taken);
788
-
789
- // Object case: Check key against length in the elements array.
790
- // eax: value
791
- // edx: JSObject
792
- // ecx: key (a smi)
793
- __ mov(edi, FieldOperand(edx, JSObject::kElementsOffset));
794
- // Check that the object is in fast mode and writable.
795
- __ CheckMap(edi, FACTORY->fixed_array_map(), &slow, true);
796
- __ cmp(ecx, FieldOperand(edi, FixedArray::kLengthOffset));
797
- __ j(below, &fast, taken);
798
-
799
- // Slow case: call runtime.
800
- __ bind(&slow);
801
- GenerateRuntimeSetProperty(masm, strict_mode);
802
-
803
- // Extra capacity case: Check if there is extra capacity to
804
- // perform the store and update the length. Used for adding one
805
- // element to the array by writing to array[array.length].
806
- __ bind(&extra);
807
- // eax: value
808
- // edx: receiver, a JSArray
809
- // ecx: key, a smi.
810
- // edi: receiver->elements, a FixedArray
811
- // flags: compare (ecx, edx.length())
812
- __ j(not_equal, &slow, not_taken); // do not leave holes in the array
813
- __ cmp(ecx, FieldOperand(edi, FixedArray::kLengthOffset));
814
- __ j(above_equal, &slow, not_taken);
815
- // Add 1 to receiver->length, and go to fast array write.
816
- __ add(FieldOperand(edx, JSArray::kLengthOffset),
817
- Immediate(Smi::FromInt(1)));
818
- __ jmp(&fast);
819
-
820
- // Array case: Get the length and the elements array from the JS
821
- // array. Check that the array is in fast mode (and writable); if it
822
- // is the length is always a smi.
823
- __ bind(&array);
824
- // eax: value
825
- // edx: receiver, a JSArray
826
- // ecx: key, a smi.
827
- __ mov(edi, FieldOperand(edx, JSObject::kElementsOffset));
828
- __ CheckMap(edi, FACTORY->fixed_array_map(), &slow, true);
829
-
830
- // Check the key against the length in the array, compute the
831
- // address to store into and fall through to fast case.
832
- __ cmp(ecx, FieldOperand(edx, JSArray::kLengthOffset)); // Compare smis.
833
- __ j(above_equal, &extra, not_taken);
834
-
835
- // Fast case: Do the store.
836
- __ bind(&fast);
837
- // eax: value
838
- // ecx: key (a smi)
839
- // edx: receiver
840
- // edi: FixedArray receiver->elements
841
- __ mov(CodeGenerator::FixedArrayElementOperand(edi, ecx), eax);
842
- // Update write barrier for the elements array address.
843
- __ mov(edx, Operand(eax));
844
- __ RecordWrite(edi, 0, edx, ecx);
845
- __ ret(0);
846
- }
847
-
848
-
849
- // The generated code does not accept smi keys.
850
- // The generated code falls through if both probes miss.
851
- static void GenerateMonomorphicCacheProbe(MacroAssembler* masm,
852
- int argc,
853
- Code::Kind kind) {
854
- // ----------- S t a t e -------------
855
- // -- ecx : name
856
- // -- edx : receiver
857
- // -----------------------------------
858
- Label number, non_number, non_string, boolean, probe, miss;
859
-
860
- // Probe the stub cache.
861
- Code::Flags flags = Code::ComputeFlags(kind,
862
- NOT_IN_LOOP,
863
- MONOMORPHIC,
864
- Code::kNoExtraICState,
865
- NORMAL,
866
- argc);
867
- Isolate::Current()->stub_cache()->GenerateProbe(masm, flags, edx, ecx, ebx,
868
- eax);
869
-
870
- // If the stub cache probing failed, the receiver might be a value.
871
- // For value objects, we use the map of the prototype objects for
872
- // the corresponding JSValue for the cache and that is what we need
873
- // to probe.
874
- //
875
- // Check for number.
876
- __ test(edx, Immediate(kSmiTagMask));
877
- __ j(zero, &number, not_taken);
878
- __ CmpObjectType(edx, HEAP_NUMBER_TYPE, ebx);
879
- __ j(not_equal, &non_number, taken);
880
- __ bind(&number);
881
- StubCompiler::GenerateLoadGlobalFunctionPrototype(
882
- masm, Context::NUMBER_FUNCTION_INDEX, edx);
883
- __ jmp(&probe);
884
-
885
- // Check for string.
886
- __ bind(&non_number);
887
- __ CmpInstanceType(ebx, FIRST_NONSTRING_TYPE);
888
- __ j(above_equal, &non_string, taken);
889
- StubCompiler::GenerateLoadGlobalFunctionPrototype(
890
- masm, Context::STRING_FUNCTION_INDEX, edx);
891
- __ jmp(&probe);
892
-
893
- // Check for boolean.
894
- __ bind(&non_string);
895
- __ cmp(edx, FACTORY->true_value());
896
- __ j(equal, &boolean, not_taken);
897
- __ cmp(edx, FACTORY->false_value());
898
- __ j(not_equal, &miss, taken);
899
- __ bind(&boolean);
900
- StubCompiler::GenerateLoadGlobalFunctionPrototype(
901
- masm, Context::BOOLEAN_FUNCTION_INDEX, edx);
902
-
903
- // Probe the stub cache for the value object.
904
- __ bind(&probe);
905
- Isolate::Current()->stub_cache()->GenerateProbe(masm, flags, edx, ecx, ebx,
906
- no_reg);
907
- __ bind(&miss);
908
- }
909
-
910
-
911
- static void GenerateFunctionTailCall(MacroAssembler* masm,
912
- int argc,
913
- Label* miss) {
914
- // ----------- S t a t e -------------
915
- // -- ecx : name
916
- // -- edi : function
917
- // -- esp[0] : return address
918
- // -- esp[(argc - n) * 4] : arg[n] (zero-based)
919
- // -- ...
920
- // -- esp[(argc + 1) * 4] : receiver
921
- // -----------------------------------
922
-
923
- // Check that the result is not a smi.
924
- __ test(edi, Immediate(kSmiTagMask));
925
- __ j(zero, miss, not_taken);
926
-
927
- // Check that the value is a JavaScript function, fetching its map into eax.
928
- __ CmpObjectType(edi, JS_FUNCTION_TYPE, eax);
929
- __ j(not_equal, miss, not_taken);
930
-
931
- // Invoke the function.
932
- ParameterCount actual(argc);
933
- __ InvokeFunction(edi, actual, JUMP_FUNCTION);
934
- }
935
-
936
- // The generated code falls through if the call should be handled by runtime.
937
- static void GenerateCallNormal(MacroAssembler* masm, int argc) {
938
- // ----------- S t a t e -------------
939
- // -- ecx : name
940
- // -- esp[0] : return address
941
- // -- esp[(argc - n) * 4] : arg[n] (zero-based)
942
- // -- ...
943
- // -- esp[(argc + 1) * 4] : receiver
944
- // -----------------------------------
945
- Label miss;
946
-
947
- // Get the receiver of the function from the stack; 1 ~ return address.
948
- __ mov(edx, Operand(esp, (argc + 1) * kPointerSize));
949
-
950
- GenerateStringDictionaryReceiverCheck(masm, edx, eax, ebx, &miss);
951
-
952
- // eax: elements
953
- // Search the dictionary placing the result in edi.
954
- GenerateDictionaryLoad(masm, &miss, eax, ecx, edi, ebx, edi);
955
- GenerateFunctionTailCall(masm, argc, &miss);
956
-
957
- __ bind(&miss);
958
- }
959
-
960
-
961
- static void GenerateCallMiss(MacroAssembler* masm,
962
- int argc,
963
- IC::UtilityId id) {
964
- // ----------- S t a t e -------------
965
- // -- ecx : name
966
- // -- esp[0] : return address
967
- // -- esp[(argc - n) * 4] : arg[n] (zero-based)
968
- // -- ...
969
- // -- esp[(argc + 1) * 4] : receiver
970
- // -----------------------------------
971
-
972
- Counters* counters = masm->isolate()->counters();
973
- if (id == IC::kCallIC_Miss) {
974
- __ IncrementCounter(counters->call_miss(), 1);
975
- } else {
976
- __ IncrementCounter(counters->keyed_call_miss(), 1);
977
- }
978
-
979
- // Get the receiver of the function from the stack; 1 ~ return address.
980
- __ mov(edx, Operand(esp, (argc + 1) * kPointerSize));
981
-
982
- // Enter an internal frame.
983
- __ EnterInternalFrame();
984
-
985
- // Push the receiver and the name of the function.
986
- __ push(edx);
987
- __ push(ecx);
988
-
989
- // Call the entry.
990
- CEntryStub stub(1);
991
- __ mov(eax, Immediate(2));
992
- __ mov(ebx, Immediate(ExternalReference(IC_Utility(id), masm->isolate())));
993
- __ CallStub(&stub);
994
-
995
- // Move result to edi and exit the internal frame.
996
- __ mov(edi, eax);
997
- __ LeaveInternalFrame();
998
-
999
- // Check if the receiver is a global object of some sort.
1000
- // This can happen only for regular CallIC but not KeyedCallIC.
1001
- if (id == IC::kCallIC_Miss) {
1002
- Label invoke, global;
1003
- __ mov(edx, Operand(esp, (argc + 1) * kPointerSize)); // receiver
1004
- __ test(edx, Immediate(kSmiTagMask));
1005
- __ j(zero, &invoke, not_taken);
1006
- __ mov(ebx, FieldOperand(edx, HeapObject::kMapOffset));
1007
- __ movzx_b(ebx, FieldOperand(ebx, Map::kInstanceTypeOffset));
1008
- __ cmp(ebx, JS_GLOBAL_OBJECT_TYPE);
1009
- __ j(equal, &global);
1010
- __ cmp(ebx, JS_BUILTINS_OBJECT_TYPE);
1011
- __ j(not_equal, &invoke);
1012
-
1013
- // Patch the receiver on the stack.
1014
- __ bind(&global);
1015
- __ mov(edx, FieldOperand(edx, GlobalObject::kGlobalReceiverOffset));
1016
- __ mov(Operand(esp, (argc + 1) * kPointerSize), edx);
1017
- __ bind(&invoke);
1018
- }
1019
-
1020
- // Invoke the function.
1021
- ParameterCount actual(argc);
1022
- __ InvokeFunction(edi, actual, JUMP_FUNCTION);
1023
- }
1024
-
1025
-
1026
- void CallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) {
1027
- // ----------- S t a t e -------------
1028
- // -- ecx : name
1029
- // -- esp[0] : return address
1030
- // -- esp[(argc - n) * 4] : arg[n] (zero-based)
1031
- // -- ...
1032
- // -- esp[(argc + 1) * 4] : receiver
1033
- // -----------------------------------
1034
-
1035
- // Get the receiver of the function from the stack; 1 ~ return address.
1036
- __ mov(edx, Operand(esp, (argc + 1) * kPointerSize));
1037
- GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC);
1038
- GenerateMiss(masm, argc);
1039
- }
1040
-
1041
-
1042
- void CallIC::GenerateNormal(MacroAssembler* masm, int argc) {
1043
- // ----------- S t a t e -------------
1044
- // -- ecx : name
1045
- // -- esp[0] : return address
1046
- // -- esp[(argc - n) * 4] : arg[n] (zero-based)
1047
- // -- ...
1048
- // -- esp[(argc + 1) * 4] : receiver
1049
- // -----------------------------------
1050
-
1051
- GenerateCallNormal(masm, argc);
1052
- GenerateMiss(masm, argc);
1053
- }
1054
-
1055
-
1056
- void CallIC::GenerateMiss(MacroAssembler* masm, int argc) {
1057
- // ----------- S t a t e -------------
1058
- // -- ecx : name
1059
- // -- esp[0] : return address
1060
- // -- esp[(argc - n) * 4] : arg[n] (zero-based)
1061
- // -- ...
1062
- // -- esp[(argc + 1) * 4] : receiver
1063
- // -----------------------------------
1064
-
1065
- GenerateCallMiss(masm, argc, IC::kCallIC_Miss);
1066
- }
1067
-
1068
-
1069
- void KeyedCallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) {
1070
- // ----------- S t a t e -------------
1071
- // -- ecx : name
1072
- // -- esp[0] : return address
1073
- // -- esp[(argc - n) * 4] : arg[n] (zero-based)
1074
- // -- ...
1075
- // -- esp[(argc + 1) * 4] : receiver
1076
- // -----------------------------------
1077
-
1078
- // Get the receiver of the function from the stack; 1 ~ return address.
1079
- __ mov(edx, Operand(esp, (argc + 1) * kPointerSize));
1080
-
1081
- Label do_call, slow_call, slow_load, slow_reload_receiver;
1082
- Label check_number_dictionary, check_string, lookup_monomorphic_cache;
1083
- Label index_smi, index_string;
1084
-
1085
- // Check that the key is a smi.
1086
- __ test(ecx, Immediate(kSmiTagMask));
1087
- __ j(not_zero, &check_string, not_taken);
1088
-
1089
- __ bind(&index_smi);
1090
- // Now the key is known to be a smi. This place is also jumped to from
1091
- // where a numeric string is converted to a smi.
1092
-
1093
- GenerateKeyedLoadReceiverCheck(
1094
- masm, edx, eax, Map::kHasIndexedInterceptor, &slow_call);
1095
-
1096
- GenerateFastArrayLoad(
1097
- masm, edx, ecx, eax, edi, &check_number_dictionary, &slow_load);
1098
- Isolate* isolate = masm->isolate();
1099
- Counters* counters = isolate->counters();
1100
- __ IncrementCounter(counters->keyed_call_generic_smi_fast(), 1);
1101
-
1102
- __ bind(&do_call);
1103
- // receiver in edx is not used after this point.
1104
- // ecx: key
1105
- // edi: function
1106
- GenerateFunctionTailCall(masm, argc, &slow_call);
1107
-
1108
- __ bind(&check_number_dictionary);
1109
- // eax: elements
1110
- // ecx: smi key
1111
- // Check whether the elements is a number dictionary.
1112
- __ CheckMap(eax, isolate->factory()->hash_table_map(), &slow_load, true);
1113
- __ mov(ebx, ecx);
1114
- __ SmiUntag(ebx);
1115
- // ebx: untagged index
1116
- // Receiver in edx will be clobbered, need to reload it on miss.
1117
- GenerateNumberDictionaryLoad(
1118
- masm, &slow_reload_receiver, eax, ecx, ebx, edx, edi, edi);
1119
- __ IncrementCounter(counters->keyed_call_generic_smi_dict(), 1);
1120
- __ jmp(&do_call);
1121
-
1122
- __ bind(&slow_reload_receiver);
1123
- __ mov(edx, Operand(esp, (argc + 1) * kPointerSize));
1124
-
1125
- __ bind(&slow_load);
1126
- // This branch is taken when calling KeyedCallIC_Miss is neither required
1127
- // nor beneficial.
1128
- __ IncrementCounter(counters->keyed_call_generic_slow_load(), 1);
1129
- __ EnterInternalFrame();
1130
- __ push(ecx); // save the key
1131
- __ push(edx); // pass the receiver
1132
- __ push(ecx); // pass the key
1133
- __ CallRuntime(Runtime::kKeyedGetProperty, 2);
1134
- __ pop(ecx); // restore the key
1135
- __ LeaveInternalFrame();
1136
- __ mov(edi, eax);
1137
- __ jmp(&do_call);
1138
-
1139
- __ bind(&check_string);
1140
- GenerateKeyStringCheck(masm, ecx, eax, ebx, &index_string, &slow_call);
1141
-
1142
- // The key is known to be a symbol.
1143
- // If the receiver is a regular JS object with slow properties then do
1144
- // a quick inline probe of the receiver's dictionary.
1145
- // Otherwise do the monomorphic cache probe.
1146
- GenerateKeyedLoadReceiverCheck(
1147
- masm, edx, eax, Map::kHasNamedInterceptor, &lookup_monomorphic_cache);
1148
-
1149
- __ mov(ebx, FieldOperand(edx, JSObject::kPropertiesOffset));
1150
- __ CheckMap(ebx,
1151
- isolate->factory()->hash_table_map(),
1152
- &lookup_monomorphic_cache,
1153
- true);
1154
-
1155
- GenerateDictionaryLoad(masm, &slow_load, ebx, ecx, eax, edi, edi);
1156
- __ IncrementCounter(counters->keyed_call_generic_lookup_dict(), 1);
1157
- __ jmp(&do_call);
1158
-
1159
- __ bind(&lookup_monomorphic_cache);
1160
- __ IncrementCounter(counters->keyed_call_generic_lookup_cache(), 1);
1161
- GenerateMonomorphicCacheProbe(masm, argc, Code::KEYED_CALL_IC);
1162
- // Fall through on miss.
1163
-
1164
- __ bind(&slow_call);
1165
- // This branch is taken if:
1166
- // - the receiver requires boxing or access check,
1167
- // - the key is neither smi nor symbol,
1168
- // - the value loaded is not a function,
1169
- // - there is hope that the runtime will create a monomorphic call stub
1170
- // that will get fetched next time.
1171
- __ IncrementCounter(counters->keyed_call_generic_slow(), 1);
1172
- GenerateMiss(masm, argc);
1173
-
1174
- __ bind(&index_string);
1175
- __ IndexFromHash(ebx, ecx);
1176
- // Now jump to the place where smi keys are handled.
1177
- __ jmp(&index_smi);
1178
- }
1179
-
1180
-
1181
- void KeyedCallIC::GenerateNormal(MacroAssembler* masm, int argc) {
1182
- // ----------- S t a t e -------------
1183
- // -- ecx : name
1184
- // -- esp[0] : return address
1185
- // -- esp[(argc - n) * 4] : arg[n] (zero-based)
1186
- // -- ...
1187
- // -- esp[(argc + 1) * 4] : receiver
1188
- // -----------------------------------
1189
-
1190
- // Check if the name is a string.
1191
- Label miss;
1192
- __ test(ecx, Immediate(kSmiTagMask));
1193
- __ j(zero, &miss);
1194
- Condition cond = masm->IsObjectStringType(ecx, eax, eax);
1195
- __ j(NegateCondition(cond), &miss);
1196
- GenerateCallNormal(masm, argc);
1197
- __ bind(&miss);
1198
- GenerateMiss(masm, argc);
1199
- }
1200
-
1201
-
1202
- void KeyedCallIC::GenerateMiss(MacroAssembler* masm, int argc) {
1203
- // ----------- S t a t e -------------
1204
- // -- ecx : name
1205
- // -- esp[0] : return address
1206
- // -- esp[(argc - n) * 4] : arg[n] (zero-based)
1207
- // -- ...
1208
- // -- esp[(argc + 1) * 4] : receiver
1209
- // -----------------------------------
1210
-
1211
- GenerateCallMiss(masm, argc, IC::kKeyedCallIC_Miss);
1212
- }
1213
-
1214
-
1215
- void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
1216
- // ----------- S t a t e -------------
1217
- // -- eax : receiver
1218
- // -- ecx : name
1219
- // -- esp[0] : return address
1220
- // -----------------------------------
1221
-
1222
- // Probe the stub cache.
1223
- Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC,
1224
- NOT_IN_LOOP,
1225
- MONOMORPHIC);
1226
- Isolate::Current()->stub_cache()->GenerateProbe(masm, flags, eax, ecx, ebx,
1227
- edx);
1228
-
1229
- // Cache miss: Jump to runtime.
1230
- GenerateMiss(masm);
1231
- }
1232
-
1233
-
1234
- void LoadIC::GenerateNormal(MacroAssembler* masm) {
1235
- // ----------- S t a t e -------------
1236
- // -- eax : receiver
1237
- // -- ecx : name
1238
- // -- esp[0] : return address
1239
- // -----------------------------------
1240
- Label miss;
1241
-
1242
- GenerateStringDictionaryReceiverCheck(masm, eax, edx, ebx, &miss);
1243
-
1244
- // edx: elements
1245
- // Search the dictionary placing the result in eax.
1246
- GenerateDictionaryLoad(masm, &miss, edx, ecx, edi, ebx, eax);
1247
- __ ret(0);
1248
-
1249
- // Cache miss: Jump to runtime.
1250
- __ bind(&miss);
1251
- GenerateMiss(masm);
1252
- }
1253
-
1254
-
1255
- void LoadIC::GenerateMiss(MacroAssembler* masm) {
1256
- // ----------- S t a t e -------------
1257
- // -- eax : receiver
1258
- // -- ecx : name
1259
- // -- esp[0] : return address
1260
- // -----------------------------------
1261
-
1262
- __ IncrementCounter(masm->isolate()->counters()->load_miss(), 1);
1263
-
1264
- __ pop(ebx);
1265
- __ push(eax); // receiver
1266
- __ push(ecx); // name
1267
- __ push(ebx); // return address
1268
-
1269
- // Perform tail call to the entry.
1270
- ExternalReference ref =
1271
- ExternalReference(IC_Utility(kLoadIC_Miss), masm->isolate());
1272
- __ TailCallExternalReference(ref, 2, 1);
1273
- }
1274
-
1275
-
1276
- bool LoadIC::PatchInlinedLoad(Address address, Object* map, int offset) {
1277
- if (V8::UseCrankshaft()) return false;
1278
-
1279
- // The address of the instruction following the call.
1280
- Address test_instruction_address =
1281
- address + Assembler::kCallTargetAddressOffset;
1282
- // If the instruction following the call is not a test eax, nothing
1283
- // was inlined.
1284
- if (*test_instruction_address != Assembler::kTestEaxByte) return false;
1285
-
1286
- Address delta_address = test_instruction_address + 1;
1287
- // The delta to the start of the map check instruction.
1288
- int delta = *reinterpret_cast<int*>(delta_address);
1289
-
1290
- // The map address is the last 4 bytes of the 7-byte
1291
- // operand-immediate compare instruction, so we add 3 to get the
1292
- // offset to the last 4 bytes.
1293
- Address map_address = test_instruction_address + delta + 3;
1294
- *(reinterpret_cast<Object**>(map_address)) = map;
1295
-
1296
- // The offset is in the last 4 bytes of a six byte
1297
- // memory-to-register move instruction, so we add 2 to get the
1298
- // offset to the last 4 bytes.
1299
- Address offset_address =
1300
- test_instruction_address + delta + kOffsetToLoadInstruction + 2;
1301
- *reinterpret_cast<int*>(offset_address) = offset - kHeapObjectTag;
1302
- return true;
1303
- }
1304
-
1305
-
1306
- // One byte opcode for mov ecx,0xXXXXXXXX.
1307
- // Marks inlined contextual loads using all kinds of cells. Generated
1308
- // code has the hole check:
1309
- // mov reg, <cell>
1310
- // mov reg, (<cell>, value offset)
1311
- // cmp reg, <the hole>
1312
- // je slow
1313
- // ;; use reg
1314
- static const byte kMovEcxByte = 0xB9;
1315
-
1316
- // One byte opcode for mov edx,0xXXXXXXXX.
1317
- // Marks inlined contextual loads using only "don't delete"
1318
- // cells. Generated code doesn't have the hole check:
1319
- // mov reg, <cell>
1320
- // mov reg, (<cell>, value offset)
1321
- // ;; use reg
1322
- static const byte kMovEdxByte = 0xBA;
1323
-
1324
- bool LoadIC::PatchInlinedContextualLoad(Address address,
1325
- Object* map,
1326
- Object* cell,
1327
- bool is_dont_delete) {
1328
- if (V8::UseCrankshaft()) return false;
1329
-
1330
- // The address of the instruction following the call.
1331
- Address mov_instruction_address =
1332
- address + Assembler::kCallTargetAddressOffset;
1333
- // If the instruction following the call is not a mov ecx/edx,
1334
- // nothing was inlined.
1335
- byte b = *mov_instruction_address;
1336
- if (b != kMovEcxByte && b != kMovEdxByte) return false;
1337
- // If we don't have the hole check generated, we can only support
1338
- // "don't delete" cells.
1339
- if (b == kMovEdxByte && !is_dont_delete) return false;
1340
-
1341
- Address delta_address = mov_instruction_address + 1;
1342
- // The delta to the start of the map check instruction.
1343
- int delta = *reinterpret_cast<int*>(delta_address);
1344
-
1345
- // The map address is the last 4 bytes of the 7-byte
1346
- // operand-immediate compare instruction, so we add 3 to get the
1347
- // offset to the last 4 bytes.
1348
- Address map_address = mov_instruction_address + delta + 3;
1349
- *(reinterpret_cast<Object**>(map_address)) = map;
1350
-
1351
- // The cell is in the last 4 bytes of a five byte mov reg, imm32
1352
- // instruction, so we add 1 to get the offset to the last 4 bytes.
1353
- Address offset_address =
1354
- mov_instruction_address + delta + kOffsetToLoadInstruction + 1;
1355
- *reinterpret_cast<Object**>(offset_address) = cell;
1356
- return true;
1357
- }
1358
-
1359
-
1360
- bool StoreIC::PatchInlinedStore(Address address, Object* map, int offset) {
1361
- if (V8::UseCrankshaft()) return false;
1362
-
1363
- // The address of the instruction following the call.
1364
- Address test_instruction_address =
1365
- address + Assembler::kCallTargetAddressOffset;
1366
-
1367
- // If the instruction following the call is not a test eax, nothing
1368
- // was inlined.
1369
- if (*test_instruction_address != Assembler::kTestEaxByte) return false;
1370
-
1371
- // Extract the encoded deltas from the test eax instruction.
1372
- Address encoded_offsets_address = test_instruction_address + 1;
1373
- int encoded_offsets = *reinterpret_cast<int*>(encoded_offsets_address);
1374
- int delta_to_map_check = -(encoded_offsets & 0xFFFF);
1375
- int delta_to_record_write = encoded_offsets >> 16;
1376
-
1377
- // Patch the map to check. The map address is the last 4 bytes of
1378
- // the 7-byte operand-immediate compare instruction.
1379
- Address map_check_address = test_instruction_address + delta_to_map_check;
1380
- Address map_address = map_check_address + 3;
1381
- *(reinterpret_cast<Object**>(map_address)) = map;
1382
-
1383
- // Patch the offset in the store instruction. The offset is in the
1384
- // last 4 bytes of a six byte register-to-memory move instruction.
1385
- Address offset_address =
1386
- map_check_address + StoreIC::kOffsetToStoreInstruction + 2;
1387
- // The offset should have initial value (kMaxInt - 1), cleared value
1388
- // (-1) or we should be clearing the inlined version.
1389
- ASSERT(*reinterpret_cast<int*>(offset_address) == kMaxInt - 1 ||
1390
- *reinterpret_cast<int*>(offset_address) == -1 ||
1391
- (offset == 0 && map == HEAP->null_value()));
1392
- *reinterpret_cast<int*>(offset_address) = offset - kHeapObjectTag;
1393
-
1394
- // Patch the offset in the write-barrier code. The offset is the
1395
- // last 4 bytes of a six byte lea instruction.
1396
- offset_address = map_check_address + delta_to_record_write + 2;
1397
- // The offset should have initial value (kMaxInt), cleared value
1398
- // (-1) or we should be clearing the inlined version.
1399
- ASSERT(*reinterpret_cast<int*>(offset_address) == kMaxInt ||
1400
- *reinterpret_cast<int*>(offset_address) == -1 ||
1401
- (offset == 0 && map == HEAP->null_value()));
1402
- *reinterpret_cast<int*>(offset_address) = offset - kHeapObjectTag;
1403
-
1404
- return true;
1405
- }
1406
-
1407
-
1408
- static bool PatchInlinedMapCheck(Address address, Object* map) {
1409
- if (V8::UseCrankshaft()) return false;
1410
-
1411
- Address test_instruction_address =
1412
- address + Assembler::kCallTargetAddressOffset;
1413
- // The keyed load has a fast inlined case if the IC call instruction
1414
- // is immediately followed by a test instruction.
1415
- if (*test_instruction_address != Assembler::kTestEaxByte) return false;
1416
-
1417
- // Fetch the offset from the test instruction to the map cmp
1418
- // instruction. This offset is stored in the last 4 bytes of the 5
1419
- // byte test instruction.
1420
- Address delta_address = test_instruction_address + 1;
1421
- int delta = *reinterpret_cast<int*>(delta_address);
1422
- // Compute the map address. The map address is in the last 4 bytes
1423
- // of the 7-byte operand-immediate compare instruction, so we add 3
1424
- // to the offset to get the map address.
1425
- Address map_address = test_instruction_address + delta + 3;
1426
- // Patch the map check.
1427
- *(reinterpret_cast<Object**>(map_address)) = map;
1428
- return true;
1429
- }
1430
-
1431
-
1432
- bool KeyedLoadIC::PatchInlinedLoad(Address address, Object* map) {
1433
- return PatchInlinedMapCheck(address, map);
1434
- }
1435
-
1436
-
1437
- bool KeyedStoreIC::PatchInlinedStore(Address address, Object* map) {
1438
- return PatchInlinedMapCheck(address, map);
1439
- }
1440
-
1441
-
1442
- void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) {
1443
- // ----------- S t a t e -------------
1444
- // -- eax : key
1445
- // -- edx : receiver
1446
- // -- esp[0] : return address
1447
- // -----------------------------------
1448
-
1449
- __ IncrementCounter(masm->isolate()->counters()->keyed_load_miss(), 1);
1450
-
1451
- __ pop(ebx);
1452
- __ push(edx); // receiver
1453
- __ push(eax); // name
1454
- __ push(ebx); // return address
1455
-
1456
- // Perform tail call to the entry.
1457
- ExternalReference ref =
1458
- ExternalReference(IC_Utility(kKeyedLoadIC_Miss), masm->isolate());
1459
- __ TailCallExternalReference(ref, 2, 1);
1460
- }
1461
-
1462
-
1463
- void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) {
1464
- // ----------- S t a t e -------------
1465
- // -- eax : key
1466
- // -- edx : receiver
1467
- // -- esp[0] : return address
1468
- // -----------------------------------
1469
-
1470
- __ pop(ebx);
1471
- __ push(edx); // receiver
1472
- __ push(eax); // name
1473
- __ push(ebx); // return address
1474
-
1475
- // Perform tail call to the entry.
1476
- __ TailCallRuntime(Runtime::kKeyedGetProperty, 2, 1);
1477
- }
1478
-
1479
-
1480
- void StoreIC::GenerateMegamorphic(MacroAssembler* masm,
1481
- StrictModeFlag strict_mode) {
1482
- // ----------- S t a t e -------------
1483
- // -- eax : value
1484
- // -- ecx : name
1485
- // -- edx : receiver
1486
- // -- esp[0] : return address
1487
- // -----------------------------------
1488
-
1489
- Code::Flags flags = Code::ComputeFlags(Code::STORE_IC,
1490
- NOT_IN_LOOP,
1491
- MONOMORPHIC,
1492
- strict_mode);
1493
- Isolate::Current()->stub_cache()->GenerateProbe(masm, flags, edx, ecx, ebx,
1494
- no_reg);
1495
-
1496
- // Cache miss: Jump to runtime.
1497
- GenerateMiss(masm);
1498
- }
1499
-
1500
-
1501
- void StoreIC::GenerateMiss(MacroAssembler* masm) {
1502
- // ----------- S t a t e -------------
1503
- // -- eax : value
1504
- // -- ecx : name
1505
- // -- edx : receiver
1506
- // -- esp[0] : return address
1507
- // -----------------------------------
1508
-
1509
- __ pop(ebx);
1510
- __ push(edx);
1511
- __ push(ecx);
1512
- __ push(eax);
1513
- __ push(ebx);
1514
-
1515
- // Perform tail call to the entry.
1516
- ExternalReference ref =
1517
- ExternalReference(IC_Utility(kStoreIC_Miss), masm->isolate());
1518
- __ TailCallExternalReference(ref, 3, 1);
1519
- }
1520
-
1521
-
1522
- // The offset from the inlined patch site to the start of the inlined
1523
- // store instruction. It is 7 bytes (test reg, imm) plus 6 bytes (jne
1524
- // slow_label).
1525
- const int StoreIC::kOffsetToStoreInstruction = 13;
1526
-
1527
-
1528
- void StoreIC::GenerateArrayLength(MacroAssembler* masm) {
1529
- // ----------- S t a t e -------------
1530
- // -- eax : value
1531
- // -- ecx : name
1532
- // -- edx : receiver
1533
- // -- esp[0] : return address
1534
- // -----------------------------------
1535
- //
1536
- // This accepts as a receiver anything JSObject::SetElementsLength accepts
1537
- // (currently anything except for external arrays which means anything with
1538
- // elements of FixedArray type.), but currently is restricted to JSArray.
1539
- // Value must be a number, but only smis are accepted as the most common case.
1540
-
1541
- Label miss;
1542
-
1543
- Register receiver = edx;
1544
- Register value = eax;
1545
- Register scratch = ebx;
1546
-
1547
- // Check that the receiver isn't a smi.
1548
- __ test(receiver, Immediate(kSmiTagMask));
1549
- __ j(zero, &miss, not_taken);
1550
-
1551
- // Check that the object is a JS array.
1552
- __ CmpObjectType(receiver, JS_ARRAY_TYPE, scratch);
1553
- __ j(not_equal, &miss, not_taken);
1554
-
1555
- // Check that elements are FixedArray.
1556
- // We rely on StoreIC_ArrayLength below to deal with all types of
1557
- // fast elements (including COW).
1558
- __ mov(scratch, FieldOperand(receiver, JSArray::kElementsOffset));
1559
- __ CmpObjectType(scratch, FIXED_ARRAY_TYPE, scratch);
1560
- __ j(not_equal, &miss, not_taken);
1561
-
1562
- // Check that value is a smi.
1563
- __ test(value, Immediate(kSmiTagMask));
1564
- __ j(not_zero, &miss, not_taken);
1565
-
1566
- // Prepare tail call to StoreIC_ArrayLength.
1567
- __ pop(scratch);
1568
- __ push(receiver);
1569
- __ push(value);
1570
- __ push(scratch); // return address
1571
-
1572
- ExternalReference ref =
1573
- ExternalReference(IC_Utility(kStoreIC_ArrayLength), masm->isolate());
1574
- __ TailCallExternalReference(ref, 2, 1);
1575
-
1576
- __ bind(&miss);
1577
-
1578
- GenerateMiss(masm);
1579
- }
1580
-
1581
-
1582
- void StoreIC::GenerateNormal(MacroAssembler* masm) {
1583
- // ----------- S t a t e -------------
1584
- // -- eax : value
1585
- // -- ecx : name
1586
- // -- edx : receiver
1587
- // -- esp[0] : return address
1588
- // -----------------------------------
1589
-
1590
- Label miss, restore_miss;
1591
-
1592
- GenerateStringDictionaryReceiverCheck(masm, edx, ebx, edi, &miss);
1593
-
1594
- // A lot of registers are needed for storing to slow case
1595
- // objects. Push and restore receiver but rely on
1596
- // GenerateDictionaryStore preserving the value and name.
1597
- __ push(edx);
1598
- GenerateDictionaryStore(masm, &restore_miss, ebx, ecx, eax, edx, edi);
1599
- __ Drop(1);
1600
- Counters* counters = masm->isolate()->counters();
1601
- __ IncrementCounter(counters->store_normal_hit(), 1);
1602
- __ ret(0);
1603
-
1604
- __ bind(&restore_miss);
1605
- __ pop(edx);
1606
-
1607
- __ bind(&miss);
1608
- __ IncrementCounter(counters->store_normal_miss(), 1);
1609
- GenerateMiss(masm);
1610
- }
1611
-
1612
-
1613
- void StoreIC::GenerateGlobalProxy(MacroAssembler* masm,
1614
- StrictModeFlag strict_mode) {
1615
- // ----------- S t a t e -------------
1616
- // -- eax : value
1617
- // -- ecx : name
1618
- // -- edx : receiver
1619
- // -- esp[0] : return address
1620
- // -----------------------------------
1621
- __ pop(ebx);
1622
- __ push(edx);
1623
- __ push(ecx);
1624
- __ push(eax);
1625
- __ push(Immediate(Smi::FromInt(NONE))); // PropertyAttributes
1626
- __ push(Immediate(Smi::FromInt(strict_mode)));
1627
- __ push(ebx); // return address
1628
-
1629
- // Do tail-call to runtime routine.
1630
- __ TailCallRuntime(Runtime::kSetProperty, 5, 1);
1631
- }
1632
-
1633
-
1634
- void KeyedStoreIC::GenerateRuntimeSetProperty(MacroAssembler* masm,
1635
- StrictModeFlag strict_mode) {
1636
- // ----------- S t a t e -------------
1637
- // -- eax : value
1638
- // -- ecx : key
1639
- // -- edx : receiver
1640
- // -- esp[0] : return address
1641
- // -----------------------------------
1642
-
1643
- __ pop(ebx);
1644
- __ push(edx);
1645
- __ push(ecx);
1646
- __ push(eax);
1647
- __ push(Immediate(Smi::FromInt(NONE))); // PropertyAttributes
1648
- __ push(Immediate(Smi::FromInt(strict_mode))); // Strict mode.
1649
- __ push(ebx); // return address
1650
-
1651
- // Do tail-call to runtime routine.
1652
- __ TailCallRuntime(Runtime::kSetProperty, 5, 1);
1653
- }
1654
-
1655
-
1656
- void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
1657
- // ----------- S t a t e -------------
1658
- // -- eax : value
1659
- // -- ecx : key
1660
- // -- edx : receiver
1661
- // -- esp[0] : return address
1662
- // -----------------------------------
1663
-
1664
- __ pop(ebx);
1665
- __ push(edx);
1666
- __ push(ecx);
1667
- __ push(eax);
1668
- __ push(ebx);
1669
-
1670
- // Do tail-call to runtime routine.
1671
- ExternalReference ref =
1672
- ExternalReference(IC_Utility(kKeyedStoreIC_Miss), masm->isolate());
1673
- __ TailCallExternalReference(ref, 3, 1);
1674
- }
1675
-
1676
-
1677
- #undef __
1678
-
1679
-
1680
- Condition CompareIC::ComputeCondition(Token::Value op) {
1681
- switch (op) {
1682
- case Token::EQ_STRICT:
1683
- case Token::EQ:
1684
- return equal;
1685
- case Token::LT:
1686
- return less;
1687
- case Token::GT:
1688
- // Reverse left and right operands to obtain ECMA-262 conversion order.
1689
- return less;
1690
- case Token::LTE:
1691
- // Reverse left and right operands to obtain ECMA-262 conversion order.
1692
- return greater_equal;
1693
- case Token::GTE:
1694
- return greater_equal;
1695
- default:
1696
- UNREACHABLE();
1697
- return no_condition;
1698
- }
1699
- }
1700
-
1701
-
1702
- static bool HasInlinedSmiCode(Address address) {
1703
- // The address of the instruction following the call.
1704
- Address test_instruction_address =
1705
- address + Assembler::kCallTargetAddressOffset;
1706
-
1707
- // If the instruction following the call is not a test al, nothing
1708
- // was inlined.
1709
- return *test_instruction_address == Assembler::kTestAlByte;
1710
- }
1711
-
1712
-
1713
- void CompareIC::UpdateCaches(Handle<Object> x, Handle<Object> y) {
1714
- HandleScope scope;
1715
- Handle<Code> rewritten;
1716
- State previous_state = GetState();
1717
-
1718
- State state = TargetState(previous_state, HasInlinedSmiCode(address()), x, y);
1719
- if (state == GENERIC) {
1720
- CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS);
1721
- rewritten = stub.GetCode();
1722
- } else {
1723
- ICCompareStub stub(op_, state);
1724
- rewritten = stub.GetCode();
1725
- }
1726
- set_target(*rewritten);
1727
-
1728
- #ifdef DEBUG
1729
- if (FLAG_trace_ic) {
1730
- PrintF("[CompareIC (%s->%s)#%s]\n",
1731
- GetStateName(previous_state),
1732
- GetStateName(state),
1733
- Token::Name(op_));
1734
- }
1735
- #endif
1736
-
1737
- // Activate inlined smi code.
1738
- if (previous_state == UNINITIALIZED) {
1739
- PatchInlinedSmiCode(address());
1740
- }
1741
- }
1742
-
1743
-
1744
- void PatchInlinedSmiCode(Address address) {
1745
- // The address of the instruction following the call.
1746
- Address test_instruction_address =
1747
- address + Assembler::kCallTargetAddressOffset;
1748
-
1749
- // If the instruction following the call is not a test al, nothing
1750
- // was inlined.
1751
- if (*test_instruction_address != Assembler::kTestAlByte) {
1752
- ASSERT(*test_instruction_address == Assembler::kNopByte);
1753
- return;
1754
- }
1755
-
1756
- Address delta_address = test_instruction_address + 1;
1757
- // The delta to the start of the map check instruction and the
1758
- // condition code uses at the patched jump.
1759
- int8_t delta = *reinterpret_cast<int8_t*>(delta_address);
1760
- if (FLAG_trace_ic) {
1761
- PrintF("[ patching ic at %p, test=%p, delta=%d\n",
1762
- address, test_instruction_address, delta);
1763
- }
1764
-
1765
- // Patch with a short conditional jump. There must be a
1766
- // short jump-if-carry/not-carry at this position.
1767
- Address jmp_address = test_instruction_address - delta;
1768
- ASSERT(*jmp_address == Assembler::kJncShortOpcode ||
1769
- *jmp_address == Assembler::kJcShortOpcode);
1770
- Condition cc = *jmp_address == Assembler::kJncShortOpcode
1771
- ? not_zero
1772
- : zero;
1773
- *jmp_address = static_cast<byte>(Assembler::kJccShortPrefix | cc);
1774
- }
1775
-
1776
-
1777
- } } // namespace v8::internal
1778
-
1779
- #endif // V8_TARGET_ARCH_IA32