v8/test/cctest/interpreter
mvstanton 93f05b64ae [TypeFeedbackVector] Combine the literals array and the feedback vector.
They have the same lifetime. It's a match!

Both structures are native context dependent and dealt with (creation,
clearing, gathering feedback) at the same time. By treating the spaces used
for literal boilerplates as feedback vector slots, we no longer have to keep
track of the materialized literal count elsewhere.

A follow-on CL removes even more parser infrastructure related to this count.

BUG=v8:5456

Review-Url: https://codereview.chromium.org/2655853010
Cr-Commit-Position: refs/heads/master@{#42771}
2017-01-30 12:31:35 +00:00
..
bytecode_expectations [TypeFeedbackVector] Combine the literals array and the feedback vector. 2017-01-30 12:31:35 +00:00
bytecode-expectations-printer.cc [ignition] Expect 'I' for signed bytecode operands 2017-01-25 17:39:24 +00:00
bytecode-expectations-printer.h [interpreter] Add some bytecode tests for modules. 2016-10-04 18:42:36 +00:00
generate-bytecode-expectations.cc [interpreter] Add some bytecode tests for modules. 2016-10-04 18:42:36 +00:00
interpreter-tester.cc Interpreter tester should accept metadata instead of a vector 2017-01-26 10:03:00 +00:00
interpreter-tester.h Interpreter tester should accept metadata instead of a vector 2017-01-26 10:03:00 +00:00
source-position-matcher.cc This CL enables precise source positions for all V8 compilers. It merges compiler::SourcePosition and internal::SourcePosition to a single class used throughout the codebase. The new internal::SourcePosition instances store an id identifying an inlined function in addition to a script offset. 2016-11-14 17:22:32 +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 [Ignition/turbo] Add a CallWithSpread bytecode. 2017-01-23 09:03:35 +00:00
test-interpreter-intrinsics.cc [ignition] Remove obsolete %_ValueOf intrinsic. 2017-01-20 10:45:37 +00:00
test-interpreter.cc Interpreter tester should accept metadata instead of a vector 2017-01-26 10:03:00 +00:00
test-source-positions.cc include fixing: api.h shouldn't include objects-inl.h 2017-01-09 13:43:28 +00:00