v8/test/cctest/heap
Ross McIlroy 980448dfcd [Compiler] Remove CompileBaseline and three tier pipeline.
Since we no longer support the ignition-staging configuration 
any longer,  we can retire the three tier pipeline and the
CompileBaseline functionallity.

We still need support for JSFunction self healing due to
liveedit (which for --no-turbo might end up replacing a
forced Ignition function with a FCG function) - we can
remove this once we remove --no-turbo support.

BUG=v8:4280

Change-Id: I5482abd17785324654e022affd6bdb555b19b181
Reviewed-on: https://chromium-review.googlesource.com/452620
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#44141}
2017-03-27 11:15:43 +00:00
..
heap-tester.h [iwyu] Include handles.h less. 2017-01-27 13:53:13 +00:00
heap-utils.cc [heap] Minor MC: Add marking 2016-11-18 12:56:16 +00:00
heap-utils.h [heap] Exclude the owner of the linear allocation area from evacuation. 2016-11-03 12:13:23 +00:00
test-alloc.cc Access double fields in C++ as uint64_t fields to preserve signaling bit of a NaN. 2017-01-23 18:18:48 +00:00
test-array-buffer-tracker.cc include fixing: api.h shouldn't include objects-inl.h 2017-01-09 13:43:28 +00:00
test-compaction.cc [heap] Enforce explicit MarkingState 2017-03-24 18:54:04 +00:00
test-concurrent-marking.cc [heap] Implement simple marking in the concurrent marking thread. 2017-03-06 20:46:41 +00:00
test-heap.cc [Compiler] Remove CompileBaseline and three tier pipeline. 2017-03-27 11:15:43 +00:00
test-incremental-marking.cc [iwyu] Pre-work for removing unallowed include macro-assembler.h -> assembler-inl.h 2017-02-23 12:10:21 +00:00
test-lab.cc [heap] Set progress bar flag for FixedArray upon allocation 2016-09-30 11:13:51 +00:00
test-mark-compact.cc [heap] Enforce explicit MarkingState 2017-03-24 18:54:04 +00:00
test-page-promotion.cc [heap] Enforce explicit MarkingState 2017-03-24 18:54:04 +00:00
test-spaces.cc Reland moving Atomics builtins to C++ 2017-03-13 20:59:15 +00:00