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,1793 +0,0 @@
1
- // Copyright 2006-2008 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_ARM)
31
-
32
- #include "assembler-arm.h"
33
- #include "code-stubs.h"
34
- #include "codegen-inl.h"
35
- #include "disasm.h"
36
- #include "ic-inl.h"
37
- #include "runtime.h"
38
- #include "stub-cache.h"
39
-
40
- namespace v8 {
41
- namespace internal {
42
-
43
-
44
- // ----------------------------------------------------------------------------
45
- // Static IC stub generators.
46
- //
47
-
48
- #define __ ACCESS_MASM(masm)
49
-
50
-
51
- static void GenerateGlobalInstanceTypeCheck(MacroAssembler* masm,
52
- Register type,
53
- Label* global_object) {
54
- // Register usage:
55
- // type: holds the receiver instance type on entry.
56
- __ cmp(type, Operand(JS_GLOBAL_OBJECT_TYPE));
57
- __ b(eq, global_object);
58
- __ cmp(type, Operand(JS_BUILTINS_OBJECT_TYPE));
59
- __ b(eq, global_object);
60
- __ cmp(type, Operand(JS_GLOBAL_PROXY_TYPE));
61
- __ b(eq, global_object);
62
- }
63
-
64
-
65
- // Generated code falls through if the receiver is a regular non-global
66
- // JS object with slow properties and no interceptors.
67
- static void GenerateStringDictionaryReceiverCheck(MacroAssembler* masm,
68
- Register receiver,
69
- Register elements,
70
- Register t0,
71
- Register t1,
72
- Label* miss) {
73
- // Register usage:
74
- // receiver: holds the receiver on entry and is unchanged.
75
- // elements: holds the property dictionary on fall through.
76
- // Scratch registers:
77
- // t0: used to holds the receiver map.
78
- // t1: used to holds the receiver instance type, receiver bit mask and
79
- // elements map.
80
-
81
- // Check that the receiver isn't a smi.
82
- __ tst(receiver, Operand(kSmiTagMask));
83
- __ b(eq, miss);
84
-
85
- // Check that the receiver is a valid JS object.
86
- __ CompareObjectType(receiver, t0, t1, FIRST_JS_OBJECT_TYPE);
87
- __ b(lt, miss);
88
-
89
- // If this assert fails, we have to check upper bound too.
90
- ASSERT(LAST_TYPE == JS_FUNCTION_TYPE);
91
-
92
- GenerateGlobalInstanceTypeCheck(masm, t1, miss);
93
-
94
- // Check that the global object does not require access checks.
95
- __ ldrb(t1, FieldMemOperand(t0, Map::kBitFieldOffset));
96
- __ tst(t1, Operand((1 << Map::kIsAccessCheckNeeded) |
97
- (1 << Map::kHasNamedInterceptor)));
98
- __ b(ne, miss);
99
-
100
- __ ldr(elements, FieldMemOperand(receiver, JSObject::kPropertiesOffset));
101
- __ ldr(t1, FieldMemOperand(elements, HeapObject::kMapOffset));
102
- __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
103
- __ cmp(t1, ip);
104
- __ b(ne, miss);
105
- }
106
-
107
-
108
- // Probe the string dictionary in the |elements| register. Jump to the
109
- // |done| label if a property with the given name is found. Jump to
110
- // the |miss| label otherwise.
111
- static void GenerateStringDictionaryProbes(MacroAssembler* masm,
112
- Label* miss,
113
- Label* done,
114
- Register elements,
115
- Register name,
116
- Register scratch1,
117
- Register scratch2) {
118
- // Assert that name contains a string.
119
- if (FLAG_debug_code) __ AbortIfNotString(name);
120
-
121
- // Compute the capacity mask.
122
- const int kCapacityOffset = StringDictionary::kHeaderSize +
123
- StringDictionary::kCapacityIndex * kPointerSize;
124
- __ ldr(scratch1, FieldMemOperand(elements, kCapacityOffset));
125
- __ mov(scratch1, Operand(scratch1, ASR, kSmiTagSize)); // convert smi to int
126
- __ sub(scratch1, scratch1, Operand(1));
127
-
128
- const int kElementsStartOffset = StringDictionary::kHeaderSize +
129
- StringDictionary::kElementsStartIndex * kPointerSize;
130
-
131
- // Generate an unrolled loop that performs a few probes before
132
- // giving up. Measurements done on Gmail indicate that 2 probes
133
- // cover ~93% of loads from dictionaries.
134
- static const int kProbes = 4;
135
- for (int i = 0; i < kProbes; i++) {
136
- // Compute the masked index: (hash + i + i * i) & mask.
137
- __ ldr(scratch2, FieldMemOperand(name, String::kHashFieldOffset));
138
- if (i > 0) {
139
- // Add the probe offset (i + i * i) left shifted to avoid right shifting
140
- // the hash in a separate instruction. The value hash + i + i * i is right
141
- // shifted in the following and instruction.
142
- ASSERT(StringDictionary::GetProbeOffset(i) <
143
- 1 << (32 - String::kHashFieldOffset));
144
- __ add(scratch2, scratch2, Operand(
145
- StringDictionary::GetProbeOffset(i) << String::kHashShift));
146
- }
147
- __ and_(scratch2, scratch1, Operand(scratch2, LSR, String::kHashShift));
148
-
149
- // Scale the index by multiplying by the element size.
150
- ASSERT(StringDictionary::kEntrySize == 3);
151
- // scratch2 = scratch2 * 3.
152
- __ add(scratch2, scratch2, Operand(scratch2, LSL, 1));
153
-
154
- // Check if the key is identical to the name.
155
- __ add(scratch2, elements, Operand(scratch2, LSL, 2));
156
- __ ldr(ip, FieldMemOperand(scratch2, kElementsStartOffset));
157
- __ cmp(name, Operand(ip));
158
- if (i != kProbes - 1) {
159
- __ b(eq, done);
160
- } else {
161
- __ b(ne, miss);
162
- }
163
- }
164
- }
165
-
166
-
167
- // Helper function used from LoadIC/CallIC GenerateNormal.
168
- //
169
- // elements: Property dictionary. It is not clobbered if a jump to the miss
170
- // label is done.
171
- // name: Property name. It is not clobbered if a jump to the miss label is
172
- // done
173
- // result: Register for the result. It is only updated if a jump to the miss
174
- // label is not done. Can be the same as elements or name clobbering
175
- // one of these in the case of not jumping to the miss label.
176
- // The two scratch registers need to be different from elements, name and
177
- // result.
178
- // The generated code assumes that the receiver has slow properties,
179
- // is not a global object and does not have interceptors.
180
- static void GenerateDictionaryLoad(MacroAssembler* masm,
181
- Label* miss,
182
- Register elements,
183
- Register name,
184
- Register result,
185
- Register scratch1,
186
- Register scratch2) {
187
- // Main use of the scratch registers.
188
- // scratch1: Used as temporary and to hold the capacity of the property
189
- // dictionary.
190
- // scratch2: Used as temporary.
191
- Label done;
192
-
193
- // Probe the dictionary.
194
- GenerateStringDictionaryProbes(masm,
195
- miss,
196
- &done,
197
- elements,
198
- name,
199
- scratch1,
200
- scratch2);
201
-
202
- // If probing finds an entry check that the value is a normal
203
- // property.
204
- __ bind(&done); // scratch2 == elements + 4 * index
205
- const int kElementsStartOffset = StringDictionary::kHeaderSize +
206
- StringDictionary::kElementsStartIndex * kPointerSize;
207
- const int kDetailsOffset = kElementsStartOffset + 2 * kPointerSize;
208
- __ ldr(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
209
- __ tst(scratch1, Operand(PropertyDetails::TypeField::mask() << kSmiTagSize));
210
- __ b(ne, miss);
211
-
212
- // Get the value at the masked, scaled index and return.
213
- __ ldr(result,
214
- FieldMemOperand(scratch2, kElementsStartOffset + 1 * kPointerSize));
215
- }
216
-
217
-
218
- // Helper function used from StoreIC::GenerateNormal.
219
- //
220
- // elements: Property dictionary. It is not clobbered if a jump to the miss
221
- // label is done.
222
- // name: Property name. It is not clobbered if a jump to the miss label is
223
- // done
224
- // value: The value to store.
225
- // The two scratch registers need to be different from elements, name and
226
- // result.
227
- // The generated code assumes that the receiver has slow properties,
228
- // is not a global object and does not have interceptors.
229
- static void GenerateDictionaryStore(MacroAssembler* masm,
230
- Label* miss,
231
- Register elements,
232
- Register name,
233
- Register value,
234
- Register scratch1,
235
- Register scratch2) {
236
- // Main use of the scratch registers.
237
- // scratch1: Used as temporary and to hold the capacity of the property
238
- // dictionary.
239
- // scratch2: Used as temporary.
240
- Label done;
241
-
242
- // Probe the dictionary.
243
- GenerateStringDictionaryProbes(masm,
244
- miss,
245
- &done,
246
- elements,
247
- name,
248
- scratch1,
249
- scratch2);
250
-
251
- // If probing finds an entry in the dictionary check that the value
252
- // is a normal property that is not read only.
253
- __ bind(&done); // scratch2 == elements + 4 * index
254
- const int kElementsStartOffset = 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
- __ ldr(scratch1, FieldMemOperand(scratch2, kDetailsOffset));
261
- __ tst(scratch1, Operand(kTypeAndReadOnlyMask));
262
- __ b(ne, miss);
263
-
264
- // Store the value at the masked, scaled index and return.
265
- const int kValueOffset = kElementsStartOffset + kPointerSize;
266
- __ add(scratch2, scratch2, Operand(kValueOffset - kHeapObjectTag));
267
- __ str(value, MemOperand(scratch2));
268
-
269
- // Update the write barrier. Make sure not to clobber the value.
270
- __ mov(scratch1, value);
271
- __ RecordWrite(elements, scratch2, scratch1);
272
- }
273
-
274
-
275
- static void GenerateNumberDictionaryLoad(MacroAssembler* masm,
276
- Label* miss,
277
- Register elements,
278
- Register key,
279
- Register result,
280
- Register t0,
281
- Register t1,
282
- Register t2) {
283
- // Register use:
284
- //
285
- // elements - holds the slow-case elements of the receiver on entry.
286
- // Unchanged unless 'result' is the same register.
287
- //
288
- // key - holds the smi key on entry.
289
- // Unchanged unless 'result' is the same register.
290
- //
291
- // result - holds the result on exit if the load succeeded.
292
- // Allowed to be the same as 'key' or 'result'.
293
- // Unchanged on bailout so 'key' or 'result' can be used
294
- // in further computation.
295
- //
296
- // Scratch registers:
297
- //
298
- // t0 - holds the untagged key on entry and holds the hash once computed.
299
- //
300
- // t1 - used to hold the capacity mask of the dictionary
301
- //
302
- // t2 - used for the index into the dictionary.
303
- Label done;
304
-
305
- // Compute the hash code from the untagged key. This must be kept in sync
306
- // with ComputeIntegerHash in utils.h.
307
- //
308
- // hash = ~hash + (hash << 15);
309
- __ mvn(t1, Operand(t0));
310
- __ add(t0, t1, Operand(t0, LSL, 15));
311
- // hash = hash ^ (hash >> 12);
312
- __ eor(t0, t0, Operand(t0, LSR, 12));
313
- // hash = hash + (hash << 2);
314
- __ add(t0, t0, Operand(t0, LSL, 2));
315
- // hash = hash ^ (hash >> 4);
316
- __ eor(t0, t0, Operand(t0, LSR, 4));
317
- // hash = hash * 2057;
318
- __ mov(t1, Operand(2057));
319
- __ mul(t0, t0, t1);
320
- // hash = hash ^ (hash >> 16);
321
- __ eor(t0, t0, Operand(t0, LSR, 16));
322
-
323
- // Compute the capacity mask.
324
- __ ldr(t1, FieldMemOperand(elements, NumberDictionary::kCapacityOffset));
325
- __ mov(t1, Operand(t1, ASR, kSmiTagSize)); // convert smi to int
326
- __ sub(t1, t1, Operand(1));
327
-
328
- // Generate an unrolled loop that performs a few probes before giving up.
329
- static const int kProbes = 4;
330
- for (int i = 0; i < kProbes; i++) {
331
- // Use t2 for index calculations and keep the hash intact in t0.
332
- __ mov(t2, t0);
333
- // Compute the masked index: (hash + i + i * i) & mask.
334
- if (i > 0) {
335
- __ add(t2, t2, Operand(NumberDictionary::GetProbeOffset(i)));
336
- }
337
- __ and_(t2, t2, Operand(t1));
338
-
339
- // Scale the index by multiplying by the element size.
340
- ASSERT(NumberDictionary::kEntrySize == 3);
341
- __ add(t2, t2, Operand(t2, LSL, 1)); // t2 = t2 * 3
342
-
343
- // Check if the key is identical to the name.
344
- __ add(t2, elements, Operand(t2, LSL, kPointerSizeLog2));
345
- __ ldr(ip, FieldMemOperand(t2, NumberDictionary::kElementsStartOffset));
346
- __ cmp(key, Operand(ip));
347
- if (i != kProbes - 1) {
348
- __ b(eq, &done);
349
- } else {
350
- __ b(ne, miss);
351
- }
352
- }
353
-
354
- __ bind(&done);
355
- // Check that the value is a normal property.
356
- // t2: elements + (index * kPointerSize)
357
- const int kDetailsOffset =
358
- NumberDictionary::kElementsStartOffset + 2 * kPointerSize;
359
- __ ldr(t1, FieldMemOperand(t2, kDetailsOffset));
360
- __ tst(t1, Operand(Smi::FromInt(PropertyDetails::TypeField::mask())));
361
- __ b(ne, miss);
362
-
363
- // Get the value at the masked, scaled index and return.
364
- const int kValueOffset =
365
- NumberDictionary::kElementsStartOffset + kPointerSize;
366
- __ ldr(result, FieldMemOperand(t2, kValueOffset));
367
- }
368
-
369
-
370
- void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
371
- // ----------- S t a t e -------------
372
- // -- r2 : name
373
- // -- lr : return address
374
- // -- r0 : receiver
375
- // -- sp[0] : receiver
376
- // -----------------------------------
377
- Label miss;
378
-
379
- StubCompiler::GenerateLoadArrayLength(masm, r0, r3, &miss);
380
- __ bind(&miss);
381
- StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
382
- }
383
-
384
-
385
- void LoadIC::GenerateStringLength(MacroAssembler* masm, bool support_wrappers) {
386
- // ----------- S t a t e -------------
387
- // -- r2 : name
388
- // -- lr : return address
389
- // -- r0 : receiver
390
- // -- sp[0] : receiver
391
- // -----------------------------------
392
- Label miss;
393
-
394
- StubCompiler::GenerateLoadStringLength(masm, r0, r1, r3, &miss,
395
- support_wrappers);
396
- // Cache miss: Jump to runtime.
397
- __ bind(&miss);
398
- StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
399
- }
400
-
401
-
402
- void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
403
- // ----------- S t a t e -------------
404
- // -- r2 : name
405
- // -- lr : return address
406
- // -- r0 : receiver
407
- // -- sp[0] : receiver
408
- // -----------------------------------
409
- Label miss;
410
-
411
- StubCompiler::GenerateLoadFunctionPrototype(masm, r0, r1, r3, &miss);
412
- __ bind(&miss);
413
- StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
414
- }
415
-
416
-
417
- // Checks the receiver for special cases (value type, slow case bits).
418
- // Falls through for regular JS object.
419
- static void GenerateKeyedLoadReceiverCheck(MacroAssembler* masm,
420
- Register receiver,
421
- Register map,
422
- Register scratch,
423
- int interceptor_bit,
424
- Label* slow) {
425
- // Check that the object isn't a smi.
426
- __ JumpIfSmi(receiver, slow);
427
- // Get the map of the receiver.
428
- __ ldr(map, FieldMemOperand(receiver, HeapObject::kMapOffset));
429
- // Check bit field.
430
- __ ldrb(scratch, FieldMemOperand(map, Map::kBitFieldOffset));
431
- __ tst(scratch,
432
- Operand((1 << Map::kIsAccessCheckNeeded) | (1 << interceptor_bit)));
433
- __ b(ne, slow);
434
- // Check that the object is some kind of JS object EXCEPT JS Value type.
435
- // In the case that the object is a value-wrapper object,
436
- // we enter the runtime system to make sure that indexing into string
437
- // objects work as intended.
438
- ASSERT(JS_OBJECT_TYPE > JS_VALUE_TYPE);
439
- __ ldrb(scratch, FieldMemOperand(map, Map::kInstanceTypeOffset));
440
- __ cmp(scratch, Operand(JS_OBJECT_TYPE));
441
- __ b(lt, slow);
442
- }
443
-
444
-
445
- // Loads an indexed element from a fast case array.
446
- // If not_fast_array is NULL, doesn't perform the elements map check.
447
- static void GenerateFastArrayLoad(MacroAssembler* masm,
448
- Register receiver,
449
- Register key,
450
- Register elements,
451
- Register scratch1,
452
- Register scratch2,
453
- Register result,
454
- Label* not_fast_array,
455
- Label* out_of_range) {
456
- // Register use:
457
- //
458
- // receiver - holds the receiver on entry.
459
- // Unchanged unless 'result' is the same register.
460
- //
461
- // key - holds the smi key on entry.
462
- // Unchanged unless 'result' is the same register.
463
- //
464
- // elements - holds the elements of the receiver on exit.
465
- //
466
- // result - holds the result on exit if the load succeeded.
467
- // Allowed to be the the same as 'receiver' or 'key'.
468
- // Unchanged on bailout so 'receiver' and 'key' can be safely
469
- // used by further computation.
470
- //
471
- // Scratch registers:
472
- //
473
- // scratch1 - used to hold elements map and elements length.
474
- // Holds the elements map if not_fast_array branch is taken.
475
- //
476
- // scratch2 - used to hold the loaded value.
477
-
478
- __ ldr(elements, FieldMemOperand(receiver, JSObject::kElementsOffset));
479
- if (not_fast_array != NULL) {
480
- // Check that the object is in fast mode and writable.
481
- __ ldr(scratch1, FieldMemOperand(elements, HeapObject::kMapOffset));
482
- __ LoadRoot(ip, Heap::kFixedArrayMapRootIndex);
483
- __ cmp(scratch1, ip);
484
- __ b(ne, not_fast_array);
485
- } else {
486
- __ AssertFastElements(elements);
487
- }
488
- // Check that the key (index) is within bounds.
489
- __ ldr(scratch1, FieldMemOperand(elements, FixedArray::kLengthOffset));
490
- __ cmp(key, Operand(scratch1));
491
- __ b(hs, out_of_range);
492
- // Fast case: Do the load.
493
- __ add(scratch1, elements, Operand(FixedArray::kHeaderSize - kHeapObjectTag));
494
- // The key is a smi.
495
- ASSERT(kSmiTag == 0 && kSmiTagSize < kPointerSizeLog2);
496
- __ ldr(scratch2,
497
- MemOperand(scratch1, key, LSL, kPointerSizeLog2 - kSmiTagSize));
498
- __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
499
- __ cmp(scratch2, ip);
500
- // In case the loaded value is the_hole we have to consult GetProperty
501
- // to ensure the prototype chain is searched.
502
- __ b(eq, out_of_range);
503
- __ mov(result, scratch2);
504
- }
505
-
506
-
507
- // Checks whether a key is an array index string or a symbol string.
508
- // Falls through if a key is a symbol.
509
- static void GenerateKeyStringCheck(MacroAssembler* masm,
510
- Register key,
511
- Register map,
512
- Register hash,
513
- Label* index_string,
514
- Label* not_symbol) {
515
- // The key is not a smi.
516
- // Is it a string?
517
- __ CompareObjectType(key, map, hash, FIRST_NONSTRING_TYPE);
518
- __ b(ge, not_symbol);
519
-
520
- // Is the string an array index, with cached numeric value?
521
- __ ldr(hash, FieldMemOperand(key, String::kHashFieldOffset));
522
- __ tst(hash, Operand(String::kContainsCachedArrayIndexMask));
523
- __ b(eq, index_string);
524
-
525
- // Is the string a symbol?
526
- // map: key map
527
- __ ldrb(hash, FieldMemOperand(map, Map::kInstanceTypeOffset));
528
- ASSERT(kSymbolTag != 0);
529
- __ tst(hash, Operand(kIsSymbolMask));
530
- __ b(eq, not_symbol);
531
- }
532
-
533
-
534
- // Defined in ic.cc.
535
- Object* CallIC_Miss(Arguments args);
536
-
537
- // The generated code does not accept smi keys.
538
- // The generated code falls through if both probes miss.
539
- static void GenerateMonomorphicCacheProbe(MacroAssembler* masm,
540
- int argc,
541
- Code::Kind kind) {
542
- // ----------- S t a t e -------------
543
- // -- r1 : receiver
544
- // -- r2 : name
545
- // -----------------------------------
546
- Label number, non_number, non_string, boolean, probe, miss;
547
-
548
- // Probe the stub cache.
549
- Code::Flags flags = Code::ComputeFlags(kind,
550
- NOT_IN_LOOP,
551
- MONOMORPHIC,
552
- Code::kNoExtraICState,
553
- NORMAL,
554
- argc);
555
- Isolate::Current()->stub_cache()->GenerateProbe(
556
- masm, flags, r1, r2, r3, r4, r5);
557
-
558
- // If the stub cache probing failed, the receiver might be a value.
559
- // For value objects, we use the map of the prototype objects for
560
- // the corresponding JSValue for the cache and that is what we need
561
- // to probe.
562
- //
563
- // Check for number.
564
- __ tst(r1, Operand(kSmiTagMask));
565
- __ b(eq, &number);
566
- __ CompareObjectType(r1, r3, r3, HEAP_NUMBER_TYPE);
567
- __ b(ne, &non_number);
568
- __ bind(&number);
569
- StubCompiler::GenerateLoadGlobalFunctionPrototype(
570
- masm, Context::NUMBER_FUNCTION_INDEX, r1);
571
- __ b(&probe);
572
-
573
- // Check for string.
574
- __ bind(&non_number);
575
- __ cmp(r3, Operand(FIRST_NONSTRING_TYPE));
576
- __ b(hs, &non_string);
577
- StubCompiler::GenerateLoadGlobalFunctionPrototype(
578
- masm, Context::STRING_FUNCTION_INDEX, r1);
579
- __ b(&probe);
580
-
581
- // Check for boolean.
582
- __ bind(&non_string);
583
- __ LoadRoot(ip, Heap::kTrueValueRootIndex);
584
- __ cmp(r1, ip);
585
- __ b(eq, &boolean);
586
- __ LoadRoot(ip, Heap::kFalseValueRootIndex);
587
- __ cmp(r1, ip);
588
- __ b(ne, &miss);
589
- __ bind(&boolean);
590
- StubCompiler::GenerateLoadGlobalFunctionPrototype(
591
- masm, Context::BOOLEAN_FUNCTION_INDEX, r1);
592
-
593
- // Probe the stub cache for the value object.
594
- __ bind(&probe);
595
- Isolate::Current()->stub_cache()->GenerateProbe(
596
- masm, flags, r1, r2, r3, r4, r5);
597
-
598
- __ bind(&miss);
599
- }
600
-
601
-
602
- static void GenerateFunctionTailCall(MacroAssembler* masm,
603
- int argc,
604
- Label* miss,
605
- Register scratch) {
606
- // r1: function
607
-
608
- // Check that the value isn't a smi.
609
- __ tst(r1, Operand(kSmiTagMask));
610
- __ b(eq, miss);
611
-
612
- // Check that the value is a JSFunction.
613
- __ CompareObjectType(r1, scratch, scratch, JS_FUNCTION_TYPE);
614
- __ b(ne, miss);
615
-
616
- // Invoke the function.
617
- ParameterCount actual(argc);
618
- __ InvokeFunction(r1, actual, JUMP_FUNCTION);
619
- }
620
-
621
-
622
- static void GenerateCallNormal(MacroAssembler* masm, int argc) {
623
- // ----------- S t a t e -------------
624
- // -- r2 : name
625
- // -- lr : return address
626
- // -----------------------------------
627
- Label miss;
628
-
629
- // Get the receiver of the function from the stack into r1.
630
- __ ldr(r1, MemOperand(sp, argc * kPointerSize));
631
-
632
- GenerateStringDictionaryReceiverCheck(masm, r1, r0, r3, r4, &miss);
633
-
634
- // r0: elements
635
- // Search the dictionary - put result in register r1.
636
- GenerateDictionaryLoad(masm, &miss, r0, r2, r1, r3, r4);
637
-
638
- GenerateFunctionTailCall(masm, argc, &miss, r4);
639
-
640
- __ bind(&miss);
641
- }
642
-
643
-
644
- static void GenerateCallMiss(MacroAssembler* masm, int argc, IC::UtilityId id) {
645
- // ----------- S t a t e -------------
646
- // -- r2 : name
647
- // -- lr : return address
648
- // -----------------------------------
649
- Isolate* isolate = masm->isolate();
650
-
651
- if (id == IC::kCallIC_Miss) {
652
- __ IncrementCounter(isolate->counters()->call_miss(), 1, r3, r4);
653
- } else {
654
- __ IncrementCounter(isolate->counters()->keyed_call_miss(), 1, r3, r4);
655
- }
656
-
657
- // Get the receiver of the function from the stack.
658
- __ ldr(r3, MemOperand(sp, argc * kPointerSize));
659
-
660
- __ EnterInternalFrame();
661
-
662
- // Push the receiver and the name of the function.
663
- __ Push(r3, r2);
664
-
665
- // Call the entry.
666
- __ mov(r0, Operand(2));
667
- __ mov(r1, Operand(ExternalReference(IC_Utility(id), isolate)));
668
-
669
- CEntryStub stub(1);
670
- __ CallStub(&stub);
671
-
672
- // Move result to r1 and leave the internal frame.
673
- __ mov(r1, Operand(r0));
674
- __ LeaveInternalFrame();
675
-
676
- // Check if the receiver is a global object of some sort.
677
- // This can happen only for regular CallIC but not KeyedCallIC.
678
- if (id == IC::kCallIC_Miss) {
679
- Label invoke, global;
680
- __ ldr(r2, MemOperand(sp, argc * kPointerSize)); // receiver
681
- __ tst(r2, Operand(kSmiTagMask));
682
- __ b(eq, &invoke);
683
- __ CompareObjectType(r2, r3, r3, JS_GLOBAL_OBJECT_TYPE);
684
- __ b(eq, &global);
685
- __ cmp(r3, Operand(JS_BUILTINS_OBJECT_TYPE));
686
- __ b(ne, &invoke);
687
-
688
- // Patch the receiver on the stack.
689
- __ bind(&global);
690
- __ ldr(r2, FieldMemOperand(r2, GlobalObject::kGlobalReceiverOffset));
691
- __ str(r2, MemOperand(sp, argc * kPointerSize));
692
- __ bind(&invoke);
693
- }
694
-
695
- // Invoke the function.
696
- ParameterCount actual(argc);
697
- __ InvokeFunction(r1, actual, JUMP_FUNCTION);
698
- }
699
-
700
-
701
- void CallIC::GenerateMiss(MacroAssembler* masm, int argc) {
702
- // ----------- S t a t e -------------
703
- // -- r2 : name
704
- // -- lr : return address
705
- // -----------------------------------
706
-
707
- GenerateCallMiss(masm, argc, IC::kCallIC_Miss);
708
- }
709
-
710
-
711
- void CallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) {
712
- // ----------- S t a t e -------------
713
- // -- r2 : name
714
- // -- lr : return address
715
- // -----------------------------------
716
-
717
- // Get the receiver of the function from the stack into r1.
718
- __ ldr(r1, MemOperand(sp, argc * kPointerSize));
719
- GenerateMonomorphicCacheProbe(masm, argc, Code::CALL_IC);
720
- GenerateMiss(masm, argc);
721
- }
722
-
723
-
724
- void CallIC::GenerateNormal(MacroAssembler* masm, int argc) {
725
- // ----------- S t a t e -------------
726
- // -- r2 : name
727
- // -- lr : return address
728
- // -----------------------------------
729
-
730
- GenerateCallNormal(masm, argc);
731
- GenerateMiss(masm, argc);
732
- }
733
-
734
-
735
- void KeyedCallIC::GenerateMiss(MacroAssembler* masm, int argc) {
736
- // ----------- S t a t e -------------
737
- // -- r2 : name
738
- // -- lr : return address
739
- // -----------------------------------
740
-
741
- GenerateCallMiss(masm, argc, IC::kKeyedCallIC_Miss);
742
- }
743
-
744
-
745
- void KeyedCallIC::GenerateMegamorphic(MacroAssembler* masm, int argc) {
746
- // ----------- S t a t e -------------
747
- // -- r2 : name
748
- // -- lr : return address
749
- // -----------------------------------
750
-
751
- // Get the receiver of the function from the stack into r1.
752
- __ ldr(r1, MemOperand(sp, argc * kPointerSize));
753
-
754
- Label do_call, slow_call, slow_load, slow_reload_receiver;
755
- Label check_number_dictionary, check_string, lookup_monomorphic_cache;
756
- Label index_smi, index_string;
757
-
758
- // Check that the key is a smi.
759
- __ JumpIfNotSmi(r2, &check_string);
760
- __ bind(&index_smi);
761
- // Now the key is known to be a smi. This place is also jumped to from below
762
- // where a numeric string is converted to a smi.
763
-
764
- GenerateKeyedLoadReceiverCheck(
765
- masm, r1, r0, r3, Map::kHasIndexedInterceptor, &slow_call);
766
-
767
- GenerateFastArrayLoad(
768
- masm, r1, r2, r4, r3, r0, r1, &check_number_dictionary, &slow_load);
769
- Counters* counters = masm->isolate()->counters();
770
- __ IncrementCounter(counters->keyed_call_generic_smi_fast(), 1, r0, r3);
771
-
772
- __ bind(&do_call);
773
- // receiver in r1 is not used after this point.
774
- // r2: key
775
- // r1: function
776
- GenerateFunctionTailCall(masm, argc, &slow_call, r0);
777
-
778
- __ bind(&check_number_dictionary);
779
- // r2: key
780
- // r3: elements map
781
- // r4: elements
782
- // Check whether the elements is a number dictionary.
783
- __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
784
- __ cmp(r3, ip);
785
- __ b(ne, &slow_load);
786
- __ mov(r0, Operand(r2, ASR, kSmiTagSize));
787
- // r0: untagged index
788
- GenerateNumberDictionaryLoad(masm, &slow_load, r4, r2, r1, r0, r3, r5);
789
- __ IncrementCounter(counters->keyed_call_generic_smi_dict(), 1, r0, r3);
790
- __ jmp(&do_call);
791
-
792
- __ bind(&slow_load);
793
- // This branch is taken when calling KeyedCallIC_Miss is neither required
794
- // nor beneficial.
795
- __ IncrementCounter(counters->keyed_call_generic_slow_load(), 1, r0, r3);
796
- __ EnterInternalFrame();
797
- __ push(r2); // save the key
798
- __ Push(r1, r2); // pass the receiver and the key
799
- __ CallRuntime(Runtime::kKeyedGetProperty, 2);
800
- __ pop(r2); // restore the key
801
- __ LeaveInternalFrame();
802
- __ mov(r1, r0);
803
- __ jmp(&do_call);
804
-
805
- __ bind(&check_string);
806
- GenerateKeyStringCheck(masm, r2, r0, r3, &index_string, &slow_call);
807
-
808
- // The key is known to be a symbol.
809
- // If the receiver is a regular JS object with slow properties then do
810
- // a quick inline probe of the receiver's dictionary.
811
- // Otherwise do the monomorphic cache probe.
812
- GenerateKeyedLoadReceiverCheck(
813
- masm, r1, r0, r3, Map::kHasNamedInterceptor, &lookup_monomorphic_cache);
814
-
815
- __ ldr(r0, FieldMemOperand(r1, JSObject::kPropertiesOffset));
816
- __ ldr(r3, FieldMemOperand(r0, HeapObject::kMapOffset));
817
- __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
818
- __ cmp(r3, ip);
819
- __ b(ne, &lookup_monomorphic_cache);
820
-
821
- GenerateDictionaryLoad(masm, &slow_load, r0, r2, r1, r3, r4);
822
- __ IncrementCounter(counters->keyed_call_generic_lookup_dict(), 1, r0, r3);
823
- __ jmp(&do_call);
824
-
825
- __ bind(&lookup_monomorphic_cache);
826
- __ IncrementCounter(counters->keyed_call_generic_lookup_cache(), 1, r0, r3);
827
- GenerateMonomorphicCacheProbe(masm, argc, Code::KEYED_CALL_IC);
828
- // Fall through on miss.
829
-
830
- __ bind(&slow_call);
831
- // This branch is taken if:
832
- // - the receiver requires boxing or access check,
833
- // - the key is neither smi nor symbol,
834
- // - the value loaded is not a function,
835
- // - there is hope that the runtime will create a monomorphic call stub
836
- // that will get fetched next time.
837
- __ IncrementCounter(counters->keyed_call_generic_slow(), 1, r0, r3);
838
- GenerateMiss(masm, argc);
839
-
840
- __ bind(&index_string);
841
- __ IndexFromHash(r3, r2);
842
- // Now jump to the place where smi keys are handled.
843
- __ jmp(&index_smi);
844
- }
845
-
846
-
847
- void KeyedCallIC::GenerateNormal(MacroAssembler* masm, int argc) {
848
- // ----------- S t a t e -------------
849
- // -- r2 : name
850
- // -- lr : return address
851
- // -----------------------------------
852
-
853
- // Check if the name is a string.
854
- Label miss;
855
- __ tst(r2, Operand(kSmiTagMask));
856
- __ b(eq, &miss);
857
- __ IsObjectJSStringType(r2, r0, &miss);
858
-
859
- GenerateCallNormal(masm, argc);
860
- __ bind(&miss);
861
- GenerateMiss(masm, argc);
862
- }
863
-
864
-
865
- // Defined in ic.cc.
866
- Object* LoadIC_Miss(Arguments args);
867
-
868
- void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
869
- // ----------- S t a t e -------------
870
- // -- r2 : name
871
- // -- lr : return address
872
- // -- r0 : receiver
873
- // -- sp[0] : receiver
874
- // -----------------------------------
875
-
876
- // Probe the stub cache.
877
- Code::Flags flags = Code::ComputeFlags(Code::LOAD_IC,
878
- NOT_IN_LOOP,
879
- MONOMORPHIC);
880
- Isolate::Current()->stub_cache()->GenerateProbe(
881
- masm, flags, r0, r2, r3, r4, r5);
882
-
883
- // Cache miss: Jump to runtime.
884
- GenerateMiss(masm);
885
- }
886
-
887
-
888
- void LoadIC::GenerateNormal(MacroAssembler* masm) {
889
- // ----------- S t a t e -------------
890
- // -- r2 : name
891
- // -- lr : return address
892
- // -- r0 : receiver
893
- // -- sp[0] : receiver
894
- // -----------------------------------
895
- Label miss;
896
-
897
- GenerateStringDictionaryReceiverCheck(masm, r0, r1, r3, r4, &miss);
898
-
899
- // r1: elements
900
- GenerateDictionaryLoad(masm, &miss, r1, r2, r0, r3, r4);
901
- __ Ret();
902
-
903
- // Cache miss: Jump to runtime.
904
- __ bind(&miss);
905
- GenerateMiss(masm);
906
- }
907
-
908
-
909
- void LoadIC::GenerateMiss(MacroAssembler* masm) {
910
- // ----------- S t a t e -------------
911
- // -- r2 : name
912
- // -- lr : return address
913
- // -- r0 : receiver
914
- // -- sp[0] : receiver
915
- // -----------------------------------
916
- Isolate* isolate = masm->isolate();
917
-
918
- __ IncrementCounter(isolate->counters()->load_miss(), 1, r3, r4);
919
-
920
- __ mov(r3, r0);
921
- __ Push(r3, r2);
922
-
923
- // Perform tail call to the entry.
924
- ExternalReference ref =
925
- ExternalReference(IC_Utility(kLoadIC_Miss), isolate);
926
- __ TailCallExternalReference(ref, 2, 1);
927
- }
928
-
929
- // Returns the code marker, or the 0 if the code is not marked.
930
- static inline int InlinedICSiteMarker(Address address,
931
- Address* inline_end_address) {
932
- if (V8::UseCrankshaft()) return false;
933
-
934
- // If the instruction after the call site is not the pseudo instruction nop1
935
- // then this is not related to an inlined in-object property load. The nop1
936
- // instruction is located just after the call to the IC in the deferred code
937
- // handling the miss in the inlined code. After the nop1 instruction there is
938
- // a branch instruction for jumping back from the deferred code.
939
- Address address_after_call = address + Assembler::kCallTargetAddressOffset;
940
- Instr instr_after_call = Assembler::instr_at(address_after_call);
941
- int code_marker = MacroAssembler::GetCodeMarker(instr_after_call);
942
-
943
- // A negative result means the code is not marked.
944
- if (code_marker <= 0) return 0;
945
-
946
- Address address_after_nop = address_after_call + Assembler::kInstrSize;
947
- Instr instr_after_nop = Assembler::instr_at(address_after_nop);
948
- // There may be some reg-reg move and frame merging code to skip over before
949
- // the branch back from the DeferredReferenceGetKeyedValue code to the inlined
950
- // code.
951
- while (!Assembler::IsBranch(instr_after_nop)) {
952
- address_after_nop += Assembler::kInstrSize;
953
- instr_after_nop = Assembler::instr_at(address_after_nop);
954
- }
955
-
956
- // Find the end of the inlined code for handling the load.
957
- int b_offset =
958
- Assembler::GetBranchOffset(instr_after_nop) + Assembler::kPcLoadDelta;
959
- ASSERT(b_offset < 0); // Jumping back from deferred code.
960
- *inline_end_address = address_after_nop + b_offset;
961
-
962
- return code_marker;
963
- }
964
-
965
-
966
- bool LoadIC::PatchInlinedLoad(Address address, Object* map, int offset) {
967
- if (V8::UseCrankshaft()) return false;
968
-
969
- // Find the end of the inlined code for handling the load if this is an
970
- // inlined IC call site.
971
- Address inline_end_address = 0;
972
- if (InlinedICSiteMarker(address, &inline_end_address)
973
- != Assembler::PROPERTY_ACCESS_INLINED) {
974
- return false;
975
- }
976
-
977
- // Patch the offset of the property load instruction (ldr r0, [r1, #+XXX]).
978
- // The immediate must be representable in 12 bits.
979
- ASSERT((JSObject::kMaxInstanceSize - JSObject::kHeaderSize) < (1 << 12));
980
- Address ldr_property_instr_address =
981
- inline_end_address - Assembler::kInstrSize;
982
- ASSERT(Assembler::IsLdrRegisterImmediate(
983
- Assembler::instr_at(ldr_property_instr_address)));
984
- Instr ldr_property_instr = Assembler::instr_at(ldr_property_instr_address);
985
- ldr_property_instr = Assembler::SetLdrRegisterImmediateOffset(
986
- ldr_property_instr, offset - kHeapObjectTag);
987
- Assembler::instr_at_put(ldr_property_instr_address, ldr_property_instr);
988
-
989
- // Indicate that code has changed.
990
- CPU::FlushICache(ldr_property_instr_address, 1 * Assembler::kInstrSize);
991
-
992
- // Patch the map check.
993
- // For PROPERTY_ACCESS_INLINED, the load map instruction is generated
994
- // 4 instructions before the end of the inlined code.
995
- // See codgen-arm.cc CodeGenerator::EmitNamedLoad.
996
- int ldr_map_offset = -4;
997
- Address ldr_map_instr_address =
998
- inline_end_address + ldr_map_offset * Assembler::kInstrSize;
999
- Assembler::set_target_address_at(ldr_map_instr_address,
1000
- reinterpret_cast<Address>(map));
1001
- return true;
1002
- }
1003
-
1004
-
1005
- bool LoadIC::PatchInlinedContextualLoad(Address address,
1006
- Object* map,
1007
- Object* cell,
1008
- bool is_dont_delete) {
1009
- // Find the end of the inlined code for handling the contextual load if
1010
- // this is inlined IC call site.
1011
- Address inline_end_address = 0;
1012
- int marker = InlinedICSiteMarker(address, &inline_end_address);
1013
- if (!((marker == Assembler::PROPERTY_ACCESS_INLINED_CONTEXT) ||
1014
- (marker == Assembler::PROPERTY_ACCESS_INLINED_CONTEXT_DONT_DELETE))) {
1015
- return false;
1016
- }
1017
- // On ARM we don't rely on the is_dont_delete argument as the hint is already
1018
- // embedded in the code marker.
1019
- bool marker_is_dont_delete =
1020
- marker == Assembler::PROPERTY_ACCESS_INLINED_CONTEXT_DONT_DELETE;
1021
-
1022
- // These are the offsets from the end of the inlined code.
1023
- // See codgen-arm.cc CodeGenerator::EmitNamedLoad.
1024
- int ldr_map_offset = marker_is_dont_delete ? -5: -8;
1025
- int ldr_cell_offset = marker_is_dont_delete ? -2: -5;
1026
- if (FLAG_debug_code && marker_is_dont_delete) {
1027
- // Three extra instructions were generated to check for the_hole_value.
1028
- ldr_map_offset -= 3;
1029
- ldr_cell_offset -= 3;
1030
- }
1031
- Address ldr_map_instr_address =
1032
- inline_end_address + ldr_map_offset * Assembler::kInstrSize;
1033
- Address ldr_cell_instr_address =
1034
- inline_end_address + ldr_cell_offset * Assembler::kInstrSize;
1035
-
1036
- // Patch the map check.
1037
- Assembler::set_target_address_at(ldr_map_instr_address,
1038
- reinterpret_cast<Address>(map));
1039
- // Patch the cell address.
1040
- Assembler::set_target_address_at(ldr_cell_instr_address,
1041
- reinterpret_cast<Address>(cell));
1042
-
1043
- return true;
1044
- }
1045
-
1046
-
1047
- bool StoreIC::PatchInlinedStore(Address address, Object* map, int offset) {
1048
- if (V8::UseCrankshaft()) return false;
1049
-
1050
- // Find the end of the inlined code for the store if there is an
1051
- // inlined version of the store.
1052
- Address inline_end_address = 0;
1053
- if (InlinedICSiteMarker(address, &inline_end_address)
1054
- != Assembler::PROPERTY_ACCESS_INLINED) {
1055
- return false;
1056
- }
1057
-
1058
- // Compute the address of the map load instruction.
1059
- Address ldr_map_instr_address =
1060
- inline_end_address -
1061
- (CodeGenerator::GetInlinedNamedStoreInstructionsAfterPatch() *
1062
- Assembler::kInstrSize);
1063
-
1064
- // Update the offsets if initializing the inlined store. No reason
1065
- // to update the offsets when clearing the inlined version because
1066
- // it will bail out in the map check.
1067
- if (map != HEAP->null_value()) {
1068
- // Patch the offset in the actual store instruction.
1069
- Address str_property_instr_address =
1070
- ldr_map_instr_address + 3 * Assembler::kInstrSize;
1071
- Instr str_property_instr = Assembler::instr_at(str_property_instr_address);
1072
- ASSERT(Assembler::IsStrRegisterImmediate(str_property_instr));
1073
- str_property_instr = Assembler::SetStrRegisterImmediateOffset(
1074
- str_property_instr, offset - kHeapObjectTag);
1075
- Assembler::instr_at_put(str_property_instr_address, str_property_instr);
1076
-
1077
- // Patch the offset in the add instruction that is part of the
1078
- // write barrier.
1079
- Address add_offset_instr_address =
1080
- str_property_instr_address + Assembler::kInstrSize;
1081
- Instr add_offset_instr = Assembler::instr_at(add_offset_instr_address);
1082
- ASSERT(Assembler::IsAddRegisterImmediate(add_offset_instr));
1083
- add_offset_instr = Assembler::SetAddRegisterImmediateOffset(
1084
- add_offset_instr, offset - kHeapObjectTag);
1085
- Assembler::instr_at_put(add_offset_instr_address, add_offset_instr);
1086
-
1087
- // Indicate that code has changed.
1088
- CPU::FlushICache(str_property_instr_address, 2 * Assembler::kInstrSize);
1089
- }
1090
-
1091
- // Patch the map check.
1092
- Assembler::set_target_address_at(ldr_map_instr_address,
1093
- reinterpret_cast<Address>(map));
1094
-
1095
- return true;
1096
- }
1097
-
1098
-
1099
- bool KeyedLoadIC::PatchInlinedLoad(Address address, Object* map) {
1100
- if (V8::UseCrankshaft()) return false;
1101
-
1102
- Address inline_end_address = 0;
1103
- if (InlinedICSiteMarker(address, &inline_end_address)
1104
- != Assembler::PROPERTY_ACCESS_INLINED) {
1105
- return false;
1106
- }
1107
-
1108
- // Patch the map check.
1109
- Address ldr_map_instr_address =
1110
- inline_end_address -
1111
- (CodeGenerator::GetInlinedKeyedLoadInstructionsAfterPatch() *
1112
- Assembler::kInstrSize);
1113
- Assembler::set_target_address_at(ldr_map_instr_address,
1114
- reinterpret_cast<Address>(map));
1115
- return true;
1116
- }
1117
-
1118
-
1119
- bool KeyedStoreIC::PatchInlinedStore(Address address, Object* map) {
1120
- if (V8::UseCrankshaft()) return false;
1121
-
1122
- // Find the end of the inlined code for handling the store if this is an
1123
- // inlined IC call site.
1124
- Address inline_end_address = 0;
1125
- if (InlinedICSiteMarker(address, &inline_end_address)
1126
- != Assembler::PROPERTY_ACCESS_INLINED) {
1127
- return false;
1128
- }
1129
-
1130
- // Patch the map check.
1131
- Address ldr_map_instr_address =
1132
- inline_end_address -
1133
- (CodeGenerator::kInlinedKeyedStoreInstructionsAfterPatch *
1134
- Assembler::kInstrSize);
1135
- Assembler::set_target_address_at(ldr_map_instr_address,
1136
- reinterpret_cast<Address>(map));
1137
- return true;
1138
- }
1139
-
1140
-
1141
- Object* KeyedLoadIC_Miss(Arguments args);
1142
-
1143
-
1144
- void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) {
1145
- // ---------- S t a t e --------------
1146
- // -- lr : return address
1147
- // -- r0 : key
1148
- // -- r1 : receiver
1149
- // -----------------------------------
1150
- Isolate* isolate = masm->isolate();
1151
-
1152
- __ IncrementCounter(isolate->counters()->keyed_load_miss(), 1, r3, r4);
1153
-
1154
- __ Push(r1, r0);
1155
-
1156
- ExternalReference ref =
1157
- ExternalReference(IC_Utility(kKeyedLoadIC_Miss), isolate);
1158
- __ TailCallExternalReference(ref, 2, 1);
1159
- }
1160
-
1161
-
1162
- void KeyedLoadIC::GenerateRuntimeGetProperty(MacroAssembler* masm) {
1163
- // ---------- S t a t e --------------
1164
- // -- lr : return address
1165
- // -- r0 : key
1166
- // -- r1 : receiver
1167
- // -----------------------------------
1168
-
1169
- __ Push(r1, r0);
1170
-
1171
- __ TailCallRuntime(Runtime::kKeyedGetProperty, 2, 1);
1172
- }
1173
-
1174
-
1175
- void KeyedLoadIC::GenerateGeneric(MacroAssembler* masm) {
1176
- // ---------- S t a t e --------------
1177
- // -- lr : return address
1178
- // -- r0 : key
1179
- // -- r1 : receiver
1180
- // -----------------------------------
1181
- Label slow, check_string, index_smi, index_string, property_array_property;
1182
- Label probe_dictionary, check_number_dictionary;
1183
-
1184
- Register key = r0;
1185
- Register receiver = r1;
1186
-
1187
- Isolate* isolate = masm->isolate();
1188
-
1189
- // Check that the key is a smi.
1190
- __ JumpIfNotSmi(key, &check_string);
1191
- __ bind(&index_smi);
1192
- // Now the key is known to be a smi. This place is also jumped to from below
1193
- // where a numeric string is converted to a smi.
1194
-
1195
- GenerateKeyedLoadReceiverCheck(
1196
- masm, receiver, r2, r3, Map::kHasIndexedInterceptor, &slow);
1197
-
1198
- // Check the "has fast elements" bit in the receiver's map which is
1199
- // now in r2.
1200
- __ ldrb(r3, FieldMemOperand(r2, Map::kBitField2Offset));
1201
- __ tst(r3, Operand(1 << Map::kHasFastElements));
1202
- __ b(eq, &check_number_dictionary);
1203
-
1204
- GenerateFastArrayLoad(
1205
- masm, receiver, key, r4, r3, r2, r0, NULL, &slow);
1206
- __ IncrementCounter(isolate->counters()->keyed_load_generic_smi(), 1, r2, r3);
1207
- __ Ret();
1208
-
1209
- __ bind(&check_number_dictionary);
1210
- __ ldr(r4, FieldMemOperand(receiver, JSObject::kElementsOffset));
1211
- __ ldr(r3, FieldMemOperand(r4, JSObject::kMapOffset));
1212
-
1213
- // Check whether the elements is a number dictionary.
1214
- // r0: key
1215
- // r3: elements map
1216
- // r4: elements
1217
- __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
1218
- __ cmp(r3, ip);
1219
- __ b(ne, &slow);
1220
- __ mov(r2, Operand(r0, ASR, kSmiTagSize));
1221
- GenerateNumberDictionaryLoad(masm, &slow, r4, r0, r0, r2, r3, r5);
1222
- __ Ret();
1223
-
1224
- // Slow case, key and receiver still in r0 and r1.
1225
- __ bind(&slow);
1226
- __ IncrementCounter(isolate->counters()->keyed_load_generic_slow(),
1227
- 1, r2, r3);
1228
- GenerateRuntimeGetProperty(masm);
1229
-
1230
- __ bind(&check_string);
1231
- GenerateKeyStringCheck(masm, key, r2, r3, &index_string, &slow);
1232
-
1233
- GenerateKeyedLoadReceiverCheck(
1234
- masm, receiver, r2, r3, Map::kHasNamedInterceptor, &slow);
1235
-
1236
- // If the receiver is a fast-case object, check the keyed lookup
1237
- // cache. Otherwise probe the dictionary.
1238
- __ ldr(r3, FieldMemOperand(r1, JSObject::kPropertiesOffset));
1239
- __ ldr(r4, FieldMemOperand(r3, HeapObject::kMapOffset));
1240
- __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
1241
- __ cmp(r4, ip);
1242
- __ b(eq, &probe_dictionary);
1243
-
1244
- // Load the map of the receiver, compute the keyed lookup cache hash
1245
- // based on 32 bits of the map pointer and the string hash.
1246
- __ ldr(r2, FieldMemOperand(r1, HeapObject::kMapOffset));
1247
- __ mov(r3, Operand(r2, ASR, KeyedLookupCache::kMapHashShift));
1248
- __ ldr(r4, FieldMemOperand(r0, String::kHashFieldOffset));
1249
- __ eor(r3, r3, Operand(r4, ASR, String::kHashShift));
1250
- __ And(r3, r3, Operand(KeyedLookupCache::kCapacityMask));
1251
-
1252
- // Load the key (consisting of map and symbol) from the cache and
1253
- // check for match.
1254
- ExternalReference cache_keys =
1255
- ExternalReference::keyed_lookup_cache_keys(isolate);
1256
- __ mov(r4, Operand(cache_keys));
1257
- __ add(r4, r4, Operand(r3, LSL, kPointerSizeLog2 + 1));
1258
- __ ldr(r5, MemOperand(r4, kPointerSize, PostIndex)); // Move r4 to symbol.
1259
- __ cmp(r2, r5);
1260
- __ b(ne, &slow);
1261
- __ ldr(r5, MemOperand(r4));
1262
- __ cmp(r0, r5);
1263
- __ b(ne, &slow);
1264
-
1265
- // Get field offset.
1266
- // r0 : key
1267
- // r1 : receiver
1268
- // r2 : receiver's map
1269
- // r3 : lookup cache index
1270
- ExternalReference cache_field_offsets =
1271
- ExternalReference::keyed_lookup_cache_field_offsets(isolate);
1272
- __ mov(r4, Operand(cache_field_offsets));
1273
- __ ldr(r5, MemOperand(r4, r3, LSL, kPointerSizeLog2));
1274
- __ ldrb(r6, FieldMemOperand(r2, Map::kInObjectPropertiesOffset));
1275
- __ sub(r5, r5, r6, SetCC);
1276
- __ b(ge, &property_array_property);
1277
-
1278
- // Load in-object property.
1279
- __ ldrb(r6, FieldMemOperand(r2, Map::kInstanceSizeOffset));
1280
- __ add(r6, r6, r5); // Index from start of object.
1281
- __ sub(r1, r1, Operand(kHeapObjectTag)); // Remove the heap tag.
1282
- __ ldr(r0, MemOperand(r1, r6, LSL, kPointerSizeLog2));
1283
- __ IncrementCounter(isolate->counters()->keyed_load_generic_lookup_cache(),
1284
- 1, r2, r3);
1285
- __ Ret();
1286
-
1287
- // Load property array property.
1288
- __ bind(&property_array_property);
1289
- __ ldr(r1, FieldMemOperand(r1, JSObject::kPropertiesOffset));
1290
- __ add(r1, r1, Operand(FixedArray::kHeaderSize - kHeapObjectTag));
1291
- __ ldr(r0, MemOperand(r1, r5, LSL, kPointerSizeLog2));
1292
- __ IncrementCounter(isolate->counters()->keyed_load_generic_lookup_cache(),
1293
- 1, r2, r3);
1294
- __ Ret();
1295
-
1296
- // Do a quick inline probe of the receiver's dictionary, if it
1297
- // exists.
1298
- __ bind(&probe_dictionary);
1299
- // r1: receiver
1300
- // r0: key
1301
- // r3: elements
1302
- __ ldr(r2, FieldMemOperand(r1, HeapObject::kMapOffset));
1303
- __ ldrb(r2, FieldMemOperand(r2, Map::kInstanceTypeOffset));
1304
- GenerateGlobalInstanceTypeCheck(masm, r2, &slow);
1305
- // Load the property to r0.
1306
- GenerateDictionaryLoad(masm, &slow, r3, r0, r0, r2, r4);
1307
- __ IncrementCounter(isolate->counters()->keyed_load_generic_symbol(),
1308
- 1, r2, r3);
1309
- __ Ret();
1310
-
1311
- __ bind(&index_string);
1312
- __ IndexFromHash(r3, key);
1313
- // Now jump to the place where smi keys are handled.
1314
- __ jmp(&index_smi);
1315
- }
1316
-
1317
-
1318
- void KeyedLoadIC::GenerateString(MacroAssembler* masm) {
1319
- // ---------- S t a t e --------------
1320
- // -- lr : return address
1321
- // -- r0 : key (index)
1322
- // -- r1 : receiver
1323
- // -----------------------------------
1324
- Label miss;
1325
-
1326
- Register receiver = r1;
1327
- Register index = r0;
1328
- Register scratch1 = r2;
1329
- Register scratch2 = r3;
1330
- Register result = r0;
1331
-
1332
- StringCharAtGenerator char_at_generator(receiver,
1333
- index,
1334
- scratch1,
1335
- scratch2,
1336
- result,
1337
- &miss, // When not a string.
1338
- &miss, // When not a number.
1339
- &miss, // When index out of range.
1340
- STRING_INDEX_IS_ARRAY_INDEX);
1341
- char_at_generator.GenerateFast(masm);
1342
- __ Ret();
1343
-
1344
- StubRuntimeCallHelper call_helper;
1345
- char_at_generator.GenerateSlow(masm, call_helper);
1346
-
1347
- __ bind(&miss);
1348
- GenerateMiss(masm);
1349
- }
1350
-
1351
-
1352
- void KeyedLoadIC::GenerateIndexedInterceptor(MacroAssembler* masm) {
1353
- // ---------- S t a t e --------------
1354
- // -- lr : return address
1355
- // -- r0 : key
1356
- // -- r1 : receiver
1357
- // -----------------------------------
1358
- Label slow;
1359
-
1360
- // Check that the receiver isn't a smi.
1361
- __ JumpIfSmi(r1, &slow);
1362
-
1363
- // Check that the key is an array index, that is Uint32.
1364
- __ tst(r0, Operand(kSmiTagMask | kSmiSignMask));
1365
- __ b(ne, &slow);
1366
-
1367
- // Get the map of the receiver.
1368
- __ ldr(r2, FieldMemOperand(r1, HeapObject::kMapOffset));
1369
-
1370
- // Check that it has indexed interceptor and access checks
1371
- // are not enabled for this object.
1372
- __ ldrb(r3, FieldMemOperand(r2, Map::kBitFieldOffset));
1373
- __ and_(r3, r3, Operand(kSlowCaseBitFieldMask));
1374
- __ cmp(r3, Operand(1 << Map::kHasIndexedInterceptor));
1375
- __ b(ne, &slow);
1376
-
1377
- // Everything is fine, call runtime.
1378
- __ Push(r1, r0); // Receiver, key.
1379
-
1380
- // Perform tail call to the entry.
1381
- __ TailCallExternalReference(
1382
- ExternalReference(IC_Utility(kKeyedLoadPropertyWithInterceptor),
1383
- masm->isolate()),
1384
- 2,
1385
- 1);
1386
-
1387
- __ bind(&slow);
1388
- GenerateMiss(masm);
1389
- }
1390
-
1391
-
1392
- void KeyedStoreIC::GenerateMiss(MacroAssembler* masm) {
1393
- // ---------- S t a t e --------------
1394
- // -- r0 : value
1395
- // -- r1 : key
1396
- // -- r2 : receiver
1397
- // -- lr : return address
1398
- // -----------------------------------
1399
-
1400
- // Push receiver, key and value for runtime call.
1401
- __ Push(r2, r1, r0);
1402
-
1403
- ExternalReference ref =
1404
- ExternalReference(IC_Utility(kKeyedStoreIC_Miss), masm->isolate());
1405
- __ TailCallExternalReference(ref, 3, 1);
1406
- }
1407
-
1408
-
1409
- void KeyedStoreIC::GenerateRuntimeSetProperty(MacroAssembler* masm,
1410
- StrictModeFlag strict_mode) {
1411
- // ---------- S t a t e --------------
1412
- // -- r0 : value
1413
- // -- r1 : key
1414
- // -- r2 : receiver
1415
- // -- lr : return address
1416
- // -----------------------------------
1417
-
1418
- // Push receiver, key and value for runtime call.
1419
- __ Push(r2, r1, r0);
1420
-
1421
- __ mov(r1, Operand(Smi::FromInt(NONE))); // PropertyAttributes
1422
- __ mov(r0, Operand(Smi::FromInt(strict_mode))); // Strict mode.
1423
- __ Push(r1, r0);
1424
-
1425
- __ TailCallRuntime(Runtime::kSetProperty, 5, 1);
1426
- }
1427
-
1428
-
1429
- void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm,
1430
- StrictModeFlag strict_mode) {
1431
- // ---------- S t a t e --------------
1432
- // -- r0 : value
1433
- // -- r1 : key
1434
- // -- r2 : receiver
1435
- // -- lr : return address
1436
- // -----------------------------------
1437
- Label slow, fast, array, extra;
1438
-
1439
- // Register usage.
1440
- Register value = r0;
1441
- Register key = r1;
1442
- Register receiver = r2;
1443
- Register elements = r3; // Elements array of the receiver.
1444
- // r4 and r5 are used as general scratch registers.
1445
-
1446
- // Check that the key is a smi.
1447
- __ tst(key, Operand(kSmiTagMask));
1448
- __ b(ne, &slow);
1449
- // Check that the object isn't a smi.
1450
- __ tst(receiver, Operand(kSmiTagMask));
1451
- __ b(eq, &slow);
1452
- // Get the map of the object.
1453
- __ ldr(r4, FieldMemOperand(receiver, HeapObject::kMapOffset));
1454
- // Check that the receiver does not require access checks. We need
1455
- // to do this because this generic stub does not perform map checks.
1456
- __ ldrb(ip, FieldMemOperand(r4, Map::kBitFieldOffset));
1457
- __ tst(ip, Operand(1 << Map::kIsAccessCheckNeeded));
1458
- __ b(ne, &slow);
1459
- // Check if the object is a JS array or not.
1460
- __ ldrb(r4, FieldMemOperand(r4, Map::kInstanceTypeOffset));
1461
- __ cmp(r4, Operand(JS_ARRAY_TYPE));
1462
- __ b(eq, &array);
1463
- // Check that the object is some kind of JS object.
1464
- __ cmp(r4, Operand(FIRST_JS_OBJECT_TYPE));
1465
- __ b(lt, &slow);
1466
-
1467
- // Object case: Check key against length in the elements array.
1468
- __ ldr(elements, FieldMemOperand(receiver, JSObject::kElementsOffset));
1469
- // Check that the object is in fast mode and writable.
1470
- __ ldr(r4, FieldMemOperand(elements, HeapObject::kMapOffset));
1471
- __ LoadRoot(ip, Heap::kFixedArrayMapRootIndex);
1472
- __ cmp(r4, ip);
1473
- __ b(ne, &slow);
1474
- // Check array bounds. Both the key and the length of FixedArray are smis.
1475
- __ ldr(ip, FieldMemOperand(elements, FixedArray::kLengthOffset));
1476
- __ cmp(key, Operand(ip));
1477
- __ b(lo, &fast);
1478
-
1479
- // Slow case, handle jump to runtime.
1480
- __ bind(&slow);
1481
- // Entry registers are intact.
1482
- // r0: value.
1483
- // r1: key.
1484
- // r2: receiver.
1485
- GenerateRuntimeSetProperty(masm, strict_mode);
1486
-
1487
- // Extra capacity case: Check if there is extra capacity to
1488
- // perform the store and update the length. Used for adding one
1489
- // element to the array by writing to array[array.length].
1490
- __ bind(&extra);
1491
- // Condition code from comparing key and array length is still available.
1492
- __ b(ne, &slow); // Only support writing to writing to array[array.length].
1493
- // Check for room in the elements backing store.
1494
- // Both the key and the length of FixedArray are smis.
1495
- __ ldr(ip, FieldMemOperand(elements, FixedArray::kLengthOffset));
1496
- __ cmp(key, Operand(ip));
1497
- __ b(hs, &slow);
1498
- // Calculate key + 1 as smi.
1499
- ASSERT_EQ(0, kSmiTag);
1500
- __ add(r4, key, Operand(Smi::FromInt(1)));
1501
- __ str(r4, FieldMemOperand(receiver, JSArray::kLengthOffset));
1502
- __ b(&fast);
1503
-
1504
- // Array case: Get the length and the elements array from the JS
1505
- // array. Check that the array is in fast mode (and writable); if it
1506
- // is the length is always a smi.
1507
- __ bind(&array);
1508
- __ ldr(elements, FieldMemOperand(receiver, JSObject::kElementsOffset));
1509
- __ ldr(r4, FieldMemOperand(elements, HeapObject::kMapOffset));
1510
- __ LoadRoot(ip, Heap::kFixedArrayMapRootIndex);
1511
- __ cmp(r4, ip);
1512
- __ b(ne, &slow);
1513
-
1514
- // Check the key against the length in the array.
1515
- __ ldr(ip, FieldMemOperand(receiver, JSArray::kLengthOffset));
1516
- __ cmp(key, Operand(ip));
1517
- __ b(hs, &extra);
1518
- // Fall through to fast case.
1519
-
1520
- __ bind(&fast);
1521
- // Fast case, store the value to the elements backing store.
1522
- __ add(r5, elements, Operand(FixedArray::kHeaderSize - kHeapObjectTag));
1523
- __ add(r5, r5, Operand(key, LSL, kPointerSizeLog2 - kSmiTagSize));
1524
- __ str(value, MemOperand(r5));
1525
- // Skip write barrier if the written value is a smi.
1526
- __ tst(value, Operand(kSmiTagMask));
1527
- __ Ret(eq);
1528
- // Update write barrier for the elements array address.
1529
- __ sub(r4, r5, Operand(elements));
1530
- __ RecordWrite(elements, Operand(r4), r5, r6);
1531
-
1532
- __ Ret();
1533
- }
1534
-
1535
-
1536
- void StoreIC::GenerateMegamorphic(MacroAssembler* masm,
1537
- StrictModeFlag strict_mode) {
1538
- // ----------- S t a t e -------------
1539
- // -- r0 : value
1540
- // -- r1 : receiver
1541
- // -- r2 : name
1542
- // -- lr : return address
1543
- // -----------------------------------
1544
-
1545
- // Get the receiver from the stack and probe the stub cache.
1546
- Code::Flags flags = Code::ComputeFlags(Code::STORE_IC,
1547
- NOT_IN_LOOP,
1548
- MONOMORPHIC,
1549
- strict_mode);
1550
-
1551
- Isolate::Current()->stub_cache()->GenerateProbe(
1552
- masm, flags, r1, r2, r3, r4, r5);
1553
-
1554
- // Cache miss: Jump to runtime.
1555
- GenerateMiss(masm);
1556
- }
1557
-
1558
-
1559
- void StoreIC::GenerateMiss(MacroAssembler* masm) {
1560
- // ----------- S t a t e -------------
1561
- // -- r0 : value
1562
- // -- r1 : receiver
1563
- // -- r2 : name
1564
- // -- lr : return address
1565
- // -----------------------------------
1566
-
1567
- __ Push(r1, r2, r0);
1568
-
1569
- // Perform tail call to the entry.
1570
- ExternalReference ref =
1571
- ExternalReference(IC_Utility(kStoreIC_Miss), masm->isolate());
1572
- __ TailCallExternalReference(ref, 3, 1);
1573
- }
1574
-
1575
-
1576
- void StoreIC::GenerateArrayLength(MacroAssembler* masm) {
1577
- // ----------- S t a t e -------------
1578
- // -- r0 : value
1579
- // -- r1 : receiver
1580
- // -- r2 : name
1581
- // -- lr : return address
1582
- // -----------------------------------
1583
- //
1584
- // This accepts as a receiver anything JSObject::SetElementsLength accepts
1585
- // (currently anything except for external and pixel arrays which means
1586
- // anything with elements of FixedArray type.), but currently is restricted
1587
- // to JSArray.
1588
- // Value must be a number, but only smis are accepted as the most common case.
1589
-
1590
- Label miss;
1591
-
1592
- Register receiver = r1;
1593
- Register value = r0;
1594
- Register scratch = r3;
1595
-
1596
- // Check that the receiver isn't a smi.
1597
- __ JumpIfSmi(receiver, &miss);
1598
-
1599
- // Check that the object is a JS array.
1600
- __ CompareObjectType(receiver, scratch, scratch, JS_ARRAY_TYPE);
1601
- __ b(ne, &miss);
1602
-
1603
- // Check that elements are FixedArray.
1604
- // We rely on StoreIC_ArrayLength below to deal with all types of
1605
- // fast elements (including COW).
1606
- __ ldr(scratch, FieldMemOperand(receiver, JSArray::kElementsOffset));
1607
- __ CompareObjectType(scratch, scratch, scratch, FIXED_ARRAY_TYPE);
1608
- __ b(ne, &miss);
1609
-
1610
- // Check that value is a smi.
1611
- __ JumpIfNotSmi(value, &miss);
1612
-
1613
- // Prepare tail call to StoreIC_ArrayLength.
1614
- __ Push(receiver, value);
1615
-
1616
- ExternalReference ref =
1617
- ExternalReference(IC_Utility(kStoreIC_ArrayLength), masm->isolate());
1618
- __ TailCallExternalReference(ref, 2, 1);
1619
-
1620
- __ bind(&miss);
1621
-
1622
- GenerateMiss(masm);
1623
- }
1624
-
1625
-
1626
- void StoreIC::GenerateNormal(MacroAssembler* masm) {
1627
- // ----------- S t a t e -------------
1628
- // -- r0 : value
1629
- // -- r1 : receiver
1630
- // -- r2 : name
1631
- // -- lr : return address
1632
- // -----------------------------------
1633
- Label miss;
1634
-
1635
- GenerateStringDictionaryReceiverCheck(masm, r1, r3, r4, r5, &miss);
1636
-
1637
- GenerateDictionaryStore(masm, &miss, r3, r2, r0, r4, r5);
1638
- Counters* counters = masm->isolate()->counters();
1639
- __ IncrementCounter(counters->store_normal_hit(),
1640
- 1, r4, r5);
1641
- __ Ret();
1642
-
1643
- __ bind(&miss);
1644
- __ IncrementCounter(counters->store_normal_miss(), 1, r4, r5);
1645
- GenerateMiss(masm);
1646
- }
1647
-
1648
-
1649
- void StoreIC::GenerateGlobalProxy(MacroAssembler* masm,
1650
- StrictModeFlag strict_mode) {
1651
- // ----------- S t a t e -------------
1652
- // -- r0 : value
1653
- // -- r1 : receiver
1654
- // -- r2 : name
1655
- // -- lr : return address
1656
- // -----------------------------------
1657
-
1658
- __ Push(r1, r2, r0);
1659
-
1660
- __ mov(r1, Operand(Smi::FromInt(NONE))); // PropertyAttributes
1661
- __ mov(r0, Operand(Smi::FromInt(strict_mode)));
1662
- __ Push(r1, r0);
1663
-
1664
- // Do tail-call to runtime routine.
1665
- __ TailCallRuntime(Runtime::kSetProperty, 5, 1);
1666
- }
1667
-
1668
-
1669
- #undef __
1670
-
1671
-
1672
- Condition CompareIC::ComputeCondition(Token::Value op) {
1673
- switch (op) {
1674
- case Token::EQ_STRICT:
1675
- case Token::EQ:
1676
- return eq;
1677
- case Token::LT:
1678
- return lt;
1679
- case Token::GT:
1680
- // Reverse left and right operands to obtain ECMA-262 conversion order.
1681
- return lt;
1682
- case Token::LTE:
1683
- // Reverse left and right operands to obtain ECMA-262 conversion order.
1684
- return ge;
1685
- case Token::GTE:
1686
- return ge;
1687
- default:
1688
- UNREACHABLE();
1689
- return kNoCondition;
1690
- }
1691
- }
1692
-
1693
-
1694
- void CompareIC::UpdateCaches(Handle<Object> x, Handle<Object> y) {
1695
- HandleScope scope;
1696
- Handle<Code> rewritten;
1697
- State previous_state = GetState();
1698
- State state = TargetState(previous_state, false, x, y);
1699
- if (state == GENERIC) {
1700
- CompareStub stub(GetCondition(), strict(), NO_COMPARE_FLAGS, r1, r0);
1701
- rewritten = stub.GetCode();
1702
- } else {
1703
- ICCompareStub stub(op_, state);
1704
- rewritten = stub.GetCode();
1705
- }
1706
- set_target(*rewritten);
1707
-
1708
- #ifdef DEBUG
1709
- if (FLAG_trace_ic) {
1710
- PrintF("[CompareIC (%s->%s)#%s]\n",
1711
- GetStateName(previous_state),
1712
- GetStateName(state),
1713
- Token::Name(op_));
1714
- }
1715
- #endif
1716
-
1717
- // Activate inlined smi code.
1718
- if (previous_state == UNINITIALIZED) {
1719
- PatchInlinedSmiCode(address());
1720
- }
1721
- }
1722
-
1723
-
1724
- void PatchInlinedSmiCode(Address address) {
1725
- Address cmp_instruction_address =
1726
- address + Assembler::kCallTargetAddressOffset;
1727
-
1728
- // If the instruction following the call is not a cmp rx, #yyy, nothing
1729
- // was inlined.
1730
- Instr instr = Assembler::instr_at(cmp_instruction_address);
1731
- if (!Assembler::IsCmpImmediate(instr)) {
1732
- return;
1733
- }
1734
-
1735
- // The delta to the start of the map check instruction and the
1736
- // condition code uses at the patched jump.
1737
- int delta = Assembler::GetCmpImmediateRawImmediate(instr);
1738
- delta +=
1739
- Assembler::GetCmpImmediateRegister(instr).code() * kOff12Mask;
1740
- // If the delta is 0 the instruction is cmp r0, #0 which also signals that
1741
- // nothing was inlined.
1742
- if (delta == 0) {
1743
- return;
1744
- }
1745
-
1746
- #ifdef DEBUG
1747
- if (FLAG_trace_ic) {
1748
- PrintF("[ patching ic at %p, cmp=%p, delta=%d\n",
1749
- address, cmp_instruction_address, delta);
1750
- }
1751
- #endif
1752
-
1753
- Address patch_address =
1754
- cmp_instruction_address - delta * Instruction::kInstrSize;
1755
- Instr instr_at_patch = Assembler::instr_at(patch_address);
1756
- Instr branch_instr =
1757
- Assembler::instr_at(patch_address + Instruction::kInstrSize);
1758
- ASSERT(Assembler::IsCmpRegister(instr_at_patch));
1759
- ASSERT_EQ(Assembler::GetRn(instr_at_patch).code(),
1760
- Assembler::GetRm(instr_at_patch).code());
1761
- ASSERT(Assembler::IsBranch(branch_instr));
1762
- if (Assembler::GetCondition(branch_instr) == eq) {
1763
- // This is patching a "jump if not smi" site to be active.
1764
- // Changing
1765
- // cmp rx, rx
1766
- // b eq, <target>
1767
- // to
1768
- // tst rx, #kSmiTagMask
1769
- // b ne, <target>
1770
- CodePatcher patcher(patch_address, 2);
1771
- Register reg = Assembler::GetRn(instr_at_patch);
1772
- patcher.masm()->tst(reg, Operand(kSmiTagMask));
1773
- patcher.EmitCondition(ne);
1774
- } else {
1775
- ASSERT(Assembler::GetCondition(branch_instr) == ne);
1776
- // This is patching a "jump if smi" site to be active.
1777
- // Changing
1778
- // cmp rx, rx
1779
- // b ne, <target>
1780
- // to
1781
- // tst rx, #kSmiTagMask
1782
- // b eq, <target>
1783
- CodePatcher patcher(patch_address, 2);
1784
- Register reg = Assembler::GetRn(instr_at_patch);
1785
- patcher.masm()->tst(reg, Operand(kSmiTagMask));
1786
- patcher.EmitCondition(eq);
1787
- }
1788
- }
1789
-
1790
-
1791
- } } // namespace v8::internal
1792
-
1793
- #endif // V8_TARGET_ARCH_ARM