Move ExitFrame::ComputeStackPointer from frames-<arch>.cc to frames.cc
authoryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Jun 2013 13:27:48 +0000 (13:27 +0000)
committeryurys@chromium.org <yurys@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 24 Jun 2013 13:27:48 +0000 (13:27 +0000)
commit264b7255e1f5ff7c57a82138e8743c7da9e6c4f5
treec0313cd06bbf057c5d0bded16f98da51e683bcc9
parent3aec8269f9d361bd1f095b9a2e2e86871d4ea2d5
Move ExitFrame::ComputeStackPointer from frames-<arch>.cc to frames.cc

The method has identical implementation for all architectures. Moved it into frames.cc

Drive-by: deleted SafeStackFrameIterator::is_working_iterator_, SafeStackFrameIterator::iteration_done_ is used instead.
BUG=None
R=loislo@chromium.org, svenpanne@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15293 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/frames-arm.cc
src/frames.cc
src/frames.h
src/ia32/frames-ia32.cc
src/mips/frames-mips.cc
src/x64/frames-x64.cc