Make runtime new-space allocations go through Heap::AllocateRaw.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 8 Nov 2013 17:09:14 +0000 (17:09 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 8 Nov 2013 17:09:14 +0000 (17:09 +0000)
commit9babb0a7e703cd78b3606c5cb6099cd94645e352
treea1c07aadfbd33ad2ecef63c0fb96aa9212461765
parentc824bfb44ab78f1a7784097f5783c992f258e495
Make runtime new-space allocations go through Heap::AllocateRaw.

R=ulan@chromium.org, ishell@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17603 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap-inl.h
src/heap.cc
src/heap.h
src/runtime.cc