X87: Unify the stack layout for construct frames.

port 876ae42598 (r29292).

original commit message:

   The stack layout was different for different ports.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#29412}
This commit is contained in:
chunyang.dai 2015-07-01 05:03:26 -07:00 committed by Commit bot
parent b0555da826
commit fb1329aa2d

View File

@ -93,7 +93,6 @@ class ConstructFrameConstants : public AllStatic {
public:
// FP-relative.
static const int kImplicitReceiverOffset = -5 * kPointerSize;
static const int kConstructorOffset = kMinInt;
static const int kLengthOffset = -4 * kPointerSize;
static const int kCodeOffset = StandardFrameConstants::kExpressionsOffset;