v8/test/unittests/interpreter
oth 4edebb1cd8 [interpreter] Reduce dependencies in bytecodes.{h,cc}
This CL reduces the number of dependencies bytecodes.{h,cc} to facilitate
generating the bytecode peephole optimizer table during build. Specifically,
it avoids depending on v8_base.

BUG=v8:4280
LOG=N

Review-Url: https://codereview.chromium.org/2135273002
Cr-Commit-Position: refs/heads/master@{#37715}
2016-07-13 14:01:02 +00:00
..
bytecode-array-builder-unittest.cc [Interpreter] Collect type feedback for calls in the bytecode handler 2016-07-13 08:00:23 +00:00
bytecode-array-iterator-unittest.cc [interpreter] Introduce binary op bytecodes for Smi operand. 2016-07-05 13:46:11 +00:00
bytecode-array-writer-unittest.cc Do not record source positions for non-script or native script compiles. 2016-07-08 08:49:45 +00:00
bytecode-dead-code-optimizer-unittest.cc [Interpreter] Add a simple dead-code elimination bytecode optimizer. 2016-06-21 15:29:24 +00:00
bytecode-decoder-unittest.cc [interpreter] Reduce dependencies in bytecodes.{h,cc} 2016-07-13 14:01:02 +00:00
bytecode-peephole-optimizer-unittest.cc [interpreter] Introduce binary op bytecodes for Smi operand. 2016-07-05 13:46:11 +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
bytecode-register-optimizer-unittest.cc [interpreter] Minor clean-up of BytecodeSourceInfo. 2016-06-21 11:12:31 +00:00
bytecode-utils.h
bytecodes-unittest.cc [interpreter] Reduce dependencies in bytecodes.{h,cc} 2016-07-13 14:01:02 +00:00
constant-array-builder-unittest.cc Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) 2016-06-06 13:00:49 +00:00
interpreter-assembler-unittest.cc Reland: [Interpreter] Map runtime id's to intrinsic id's in InvokeIntrinsic bytecode. 2016-06-21 14:39:52 +00:00
interpreter-assembler-unittest.h