v8/test/unittests/interpreter
oth 8109f63fd5 [Interpreter] Add support for jumps using constants with wide operands.
This increases the size of addressable constant pool entries for jumps
to match other bytecodes using operands indexing the constant pool.

This change also introduces reservations for constant pool entries.
Reservations are used for forward jumps to ensure a constant pool entry
will be available when the jump target (label) is bound and the jump is
patched up in the bytecode array.

BUG=v8:4280
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#33125}
2016-01-05 19:09:10 +00:00
..
bytecode-array-builder-unittest.cc [Interpreter] Add support for jumps using constants with wide operands. 2016-01-05 19:09:10 +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
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