[heap] Move ObjectStatsVisitor into the proper component.
authormstarzinger <mstarzinger@chromium.org>
Wed, 2 Sep 2015 17:09:43 +0000 (10:09 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 2 Sep 2015 17:09:54 +0000 (17:09 +0000)
commit310f2ece0f78d698e606e8166cfb13107ebc65d2
treec8ce9981b8a5586f509299ae0ab58f963de1ed6b
parentc7de3e7f27fb4068191a6434f47d20191e676ed6
[heap] Move ObjectStatsVisitor into the proper component.

This is a follow-up to a previous change and moved object statistics
tracking into its own component. It is no longer intertwinded with the
normal marking logic, but separated out into ObjectStatsVisitor.

R=mlippautz@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30548}
src/heap/heap.h
src/heap/mark-compact.cc
src/heap/object-stats.cc
src/heap/object-stats.h