v8/test/cctest/interpreter
rmcilroy 1c2c2f43cd [Interpreter] Avoid accessing Isolate from during bytecode generation.
Removes all accesses to the Isolate during bytecode generation and the
bytecode pipeline. Adds an DisallowIsolateAccessScope which is used to
enforce this invariant within the BytecodeGenerator.

BUG=v8:5203

Review-Url: https://codereview.chromium.org/2242193002
Cr-Commit-Position: refs/heads/master@{#38716}
2016-08-18 13:42:22 +00:00
..
bytecode_expectations [Parser] Track ContainsDot for SMI values. 2016-08-18 08:15:43 +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] VisitForTest for bytecode generator 2016-08-15 13:10:59 +00:00
test-interpreter-intrinsics.cc [Interpreter] Avoid accessing Isolate from during bytecode generation. 2016-08-18 13:42:22 +00:00
test-interpreter.cc [Interpreter] Avoid accessing Isolate from during bytecode generation. 2016-08-18 13:42:22 +00:00
test-source-positions.cc Address compilation warnings for android build. 2016-07-12 11:21:56 +00:00