v8/test/unittests/interpreter
bmeurer b4b9fc2927 [compiler] Fix a bunch of wrong word size assumptions.
Operations on word size data must be word sized, and not word32.
Currently this only generates worse code, but in the future, it
might even generate wrong code, so we should better get this right
from the beginning.

R=yangguo@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#34378}
2016-03-01 07:10:26 +00:00
..
bytecode-array-builder-unittest.cc Revert of [Interpreter] Implements calls through CallICStub in the interpreter. (patchset #15 id:270001 of https://codereview.chromium.org/1688283003/ ) 2016-02-24 15:16:19 +00:00
bytecode-array-iterator-unittest.cc Remove strong mode support from property loads. 2016-02-17 10:30:47 +00:00
bytecode-register-allocator-unittest.cc [interpreter] Move temporary register allocator into own file. 2016-02-02 14:32:27 +00:00
bytecodes-unittest.cc [interpreter, debugger] support debug breaks via bytecode array copy 2016-02-22 13:17:52 +00:00
constant-array-builder-unittest.cc [interpreter] Preparation for 32-bit operands. 2016-02-26 10:16:37 +00:00
interpreter-assembler-unittest.cc [compiler] Fix a bunch of wrong word size assumptions. 2016-03-01 07:10:26 +00:00
interpreter-assembler-unittest.h [Interpreter] Make InterpreterAssembler a subclass of CodeStubAssembler. 2016-02-10 16:39:32 +00:00
register-translator-unittest.cc Fix unittest for embedded constant pools. 2016-02-15 10:38:10 +00:00
source-position-table-unittest.cc Encode interpreter::SourcePositionTable as variable-length ints. 2016-02-24 17:13:53 +00:00