[heap] Less aggressive inlining of IncrementalMarking code.
authormstarzinger <mstarzinger@chromium.org>
Wed, 30 Sep 2015 08:23:55 +0000 (01:23 -0700)
committerJongsoo Yoon <join.yoon@samsung.com>
Fri, 20 Nov 2015 13:32:15 +0000 (22:32 +0900)
commitc36988e026e43d06f69793ae1c8c17d0cd27e8af
tree70ae4198bd9df4e2f176397e33476b014e8dabb1
parentd08833f9137fa530bff631c2537b42fc6067792f
[heap] Less aggressive inlining of IncrementalMarking code.

This moves some methods of IncrementalMarking from the inlined header
into the compilation unit. The methods in question are either not hot
or are being called through a non-inline function already.

R=hpayer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#31017}
src/heap/heap-inl.h
src/heap/incremental-marking-inl.h
src/heap/incremental-marking.cc
src/heap/incremental-marking.h