MIPS: Refactoring InterfaceDescriptors away from code-stubs.h - internal.
authorbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Fri, 29 Aug 2014 15:25:41 +0000 (15:25 +0000)
committerbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Fri, 29 Aug 2014 15:25:41 +0000 (15:25 +0000)
commitde2c668db88bb70df41db6f07b6d50a447ff8585
treec354de164312cd15eb8b75c14a8346abfc15e244
parentbf81e33283c9ae1d055596655441e5a1e1692a3b
MIPS: Refactoring InterfaceDescriptors away from code-stubs.h - internal.

Port r23515 (fe0bdbf)

Original commit message:
Clean up and create seperation between the concept of a call descriptor and a
code stub interface descriptor. The former is just concerned with how to call,
but the latter has many extra hints related to code generation and
deoptimization for the implementation of a particular code stub.

BUG=
R=paul.lind@imgtec.com

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23524 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/code-stubs-mips.cc
src/mips/interface-descriptors-mips.cc [new file with mode: 0644]
src/mips64/code-stubs-mips64.cc
src/mips64/interface-descriptors-mips64.cc [new file with mode: 0644]