[heap] Hide GCTracer inside the heap component.
authormstarzinger <mstarzinger@chromium.org>
Thu, 20 Aug 2015 15:47:59 +0000 (08:47 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 20 Aug 2015 15:48:12 +0000 (15:48 +0000)
commit1a3c7e2fb139e23abcb5de9124734ebdf40ebd5a
treef68237ebefb8618718a969f86c8d0aafc83fbab3
parent267381d9789419922c959d6ea44bbd1b17641e1f
[heap] Hide GCTracer inside the heap component.

This prevents leakage of the gc-tracer.h declarations inside of the
heap and prevents it from being exposed to the world. Protects private
state from being inadvertently mocked with.

R=mlippautz@chromium.org

Review URL: https://codereview.chromium.org/1294763004

Cr-Commit-Position: refs/heads/master@{#30276}
src/heap/heap.cc
src/heap/heap.h
src/heap/incremental-marking.cc
src/heap/mark-compact.cc
src/heap/memory-reducer.cc
test/cctest/test-gc-tracer.cc
test/cctest/test-heap.cc