v8/test/unittests/interpreter
rmcilroy 1ea0b91a83 [Interpreter] Make ForInPrepare take a kRegTriple8 and ForInNext take kRegPair8 for cache state
Make ForInPrepare take a kRegTriple8 operand and ForInNext take kRegPair8
operand for cache state. This is to ensure that the cache state output of
ForInPrepare is in consecutive registers to allow us to deopt the
ForInPrepare node from TF->Ignition (to be done in a followup CL).

BUG=v8:4280
LOG=N

Review URL: https://codereview.chromium.org/1584813002

Cr-Commit-Position: refs/heads/master@{#33357}
2016-01-18 12:40:22 +00:00
..
bytecode-array-builder-unittest.cc [Interpreter] Make ForInPrepare take a kRegTriple8 and ForInNext take kRegPair8 for cache state 2016-01-18 12:40:22 +00:00
bytecode-array-iterator-unittest.cc [Interpreter] Updates load/store global and named property to accept variable name. 2015-12-23 09:34:41 +00:00
bytecode-register-allocator-unittest.cc [Interpreter] Ensure we always have an outer register allocation scope. 2016-01-14 13:43:40 +00:00
bytecodes-unittest.cc [Interpreter] Bytecodes for exchanging registers. 2016-01-04 17:38:26 +00:00
constant-array-builder-unittest.cc [Interpreter] Add support for jumps using constants with wide operands. 2016-01-05 19:09:10 +00:00