v8/test/cctest/heap
mlippautz d2dff0320b Revert of [heap] Fine-grained JSArrayBuffer tracking (patchset #19 id:770001 of https://codereview.chromium.org/1964023002/ )
Reason for revert:
Revert it.

Original issue's description:
> [heap] Fine-grained JSArrayBuffer tracking
>
> Track based on JSArrayBuffer addresses instead of the attached backing store.
> This way we can later on iterate buffers on a single page. The reland also
> switches to a page-based implementation where a page contains the set of its
> contained (live and dead) buffers.
>
> Details of tracking:
> - Scavenge: New space pages are processes in bulk on the main thread
> - MC: Unswept pages are processed in bulk in parallel. All other pages
>   are processed by the sweeper concurrently.
>
> BUG=chromium:611688
> LOG=N
> CQ_EXTRA_TRYBOTS=tryserver.v8:v8_linux_arm64_gc_stress_dbg,v8_linux_gc_stress_dbg,v8_mac_gc_stress_dbg,v8_linux64_tsan_rel,v8_mac64_asan_rel
>
> Committed: https://crrev.com/b2d8bfc7931eef49d527605ba485950dea41cde3
> Cr-Commit-Position: refs/heads/master@{#36437}

TBR=hpayer@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=chromium:611688

Review-Url: https://codereview.chromium.org/2006183003
Cr-Commit-Position: refs/heads/master@{#36461}
2016-05-24 07:22:02 +00:00
..
heap-tester.h [test] Remove dependent commands. 2016-03-02 13:14:13 +00:00
heap-utils.cc Revert of [heap] Fine-grained JSArrayBuffer tracking (patchset #19 id:770001 of https://codereview.chromium.org/1964023002/ ) 2016-05-24 07:22:02 +00:00
heap-utils.h Revert of [heap] Fine-grained JSArrayBuffer tracking (patchset #19 id:770001 of https://codereview.chromium.org/1964023002/ ) 2016-05-24 07:22:02 +00:00
test-alloc.cc [heap] Harden heap-related cctests 2016-05-20 13:32:50 +00:00
test-compaction.cc [heap] Harden heap-related cctests 2016-05-20 13:32:50 +00:00
test-heap.cc [heap] Harden heap-related cctests 2016-05-20 13:32:50 +00:00
test-incremental-marking.cc [heap] Harden heap-related cctests 2016-05-20 13:32:50 +00:00
test-lab.cc Clear recorded slots when creating filler objects. 2016-02-25 14:37:20 +00:00
test-mark-compact.cc [heap] Harden heap-related cctests 2016-05-20 13:32:50 +00:00
test-spaces.cc [heap] Harden heap-related cctests 2016-05-20 13:32:50 +00:00