v8/test/unittests/interpreter
rmcilroy cda8387c89 [Interpreter] Remove LdaConstant+ToName peephole optimization.
This optimization required access to the heap which we can't do off-thread.
There doesn't seem to be a regression without this optmization in anycase,
so just rip it out.

BUG=v8:5203

Review-Url: https://codereview.chromium.org/2238853002
Cr-Commit-Position: refs/heads/master@{#38585}
2016-08-11 15:11:54 +00:00
..
bytecode-array-builder-unittest.cc [interpreter] Add register output to ObjectLiteral 2016-08-09 10:30:29 +00:00
bytecode-array-iterator-unittest.cc [Interpreter] Assign feedback slots for binary operations and use them in ignition. 2016-08-08 01:16:40 +00:00
bytecode-array-writer-unittest.cc [interpreter] Put object in register for ToObject/ForInPrepare 2016-07-29 11:18:06 +00:00
bytecode-dead-code-optimizer-unittest.cc [Interpreter] Assign feedback slots for binary operations and use them in ignition. 2016-08-08 01:16:40 +00:00
bytecode-decoder-unittest.cc [interpreter] Add register output to ObjectLiteral 2016-08-09 10:30:29 +00:00
bytecode-peephole-optimizer-unittest.cc [Interpreter] Remove LdaConstant+ToName peephole optimization. 2016-08-11 15:11:54 +00:00
bytecode-pipeline-unittest.cc [ic] Don't pass receiver and name to LoadGlobalIC. 2016-06-27 08:44:53 +00:00
bytecode-register-allocator-unittest.cc [interpreter] Add support for scalable operands. 2016-03-21 17:09:49 +00:00
bytecode-register-optimizer-unittest.cc [interpreter] Minor clean-up of BytecodeSourceInfo. 2016-06-21 11:12:31 +00:00
bytecode-utils.h [interpreter] Introduce bytecode generation pipeline. 2016-05-12 19:20:04 +00:00
bytecodes-unittest.cc [interpreter] Add register output to ObjectLiteral 2016-08-09 10:30:29 +00:00
constant-array-builder-unittest.cc [Interpreter] Avoid allocating handles in bytecode-array-writer 2016-08-10 16:42:04 +00:00
interpreter-assembler-unittest.cc [stubs] Call interface descriptors cleanup. 2016-07-26 14:56:35 +00:00
interpreter-assembler-unittest.h [interpreter] Add accumulator use description to bytecodes. 2016-04-06 07:57:56 +00:00