Remove VirtualFrame::CallStoreIC(void) and CallCommonStoreIC from virtual-frame-x64...
authorwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 21 Jul 2010 15:16:01 +0000 (15:16 +0000)
committerwhesse@chromium.org <whesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 21 Jul 2010 15:16:01 +0000 (15:16 +0000)
commit8105e9baa37941b7394264d98a1fe863a0774aa5
treec38a747eed0dd54bbafb8a35d18996840645f01f
parent9174700dcaa0a38ca44722736fdeee7acdf917a3
Remove VirtualFrame::CallStoreIC(void) and CallCommonStoreIC from virtual-frame-x64.cc.  Make implementations of CallStoreIC(key, is_contextual) and CallKeyedStoreIC() the same on x64 and ia32.  Make ia32 and x64 implementations more alike by moving some functions and changing comments.
Review URL: http://codereview.chromium.org/3060002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5113 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/x64/codegen-x64.cc
src/x64/virtual-frame-x64.cc
src/x64/virtual-frame-x64.h