v8/test/cctest/interpreter
epertoso 63516a8c60 [interpreter] Collect type feedback in Add, Mul, Div and Mod.
Introduces code stubs to collect type feedback for the Add, Mul, Div and Mod operations in the interpreter, and modifies the BytecodeGraphBuilder to make use of it.

BUG=v8:5273
LOG=N

Review-Url: https://codereview.chromium.org/2224343002
Cr-Commit-Position: refs/heads/master@{#38543}
2016-08-10 14:34:00 +00:00
..
bytecode_expectations [interpreter] Add register output to ObjectLiteral 2016-08-09 10:30:29 +00:00
bytecode-expectations-printer.cc Replace SmartPointer<T> with unique_ptr<T> 2016-07-25 11:14:34 +00:00
bytecode-expectations-printer.h Use source position table for unoptimized code. 2016-06-28 05:52:52 +00:00
generate-bytecode-expectations.cc Remove the --ignition-generators flag. 2016-07-25 12:56:27 +00:00
interpreter-tester.cc [Interpreter] Make ignition compiler eagerly. 2016-03-24 18:38:24 +00:00
interpreter-tester.h Move of the type feedback vector to the closure. 2016-05-27 08:10:51 +00:00
source-position-matcher.cc Use source position table for unoptimized code. 2016-06-28 05:52:52 +00:00
source-position-matcher.h Use source position table for unoptimized code. 2016-06-28 05:52:52 +00:00
test-bytecode-generator.cc [interpreter] Disable OSR for BytecodeGenerator tests. 2016-07-26 13:48:11 +00:00
test-interpreter-intrinsics.cc [Interpreter] Add ClassOf intrinsic. 2016-07-11 11:48:21 +00:00
test-interpreter.cc [interpreter] Collect type feedback in Add, Mul, Div and Mod. 2016-08-10 14:34:00 +00:00
test-source-positions.cc Address compilation warnings for android build. 2016-07-12 11:21:56 +00:00