| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 0f0193491768c27d54c2b930acfa83f977b6f621..1dfd62f9f5ebe3852b69b0b308d0cd0086ecc959 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -225,6 +225,14 @@ void ToBooleanStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| +void ElementsTransitionAndStoreStub::InitializeInterfaceDescriptor(
|
| + CodeStubInterfaceDescriptor* descriptor) {
|
| + Register registers[] = { eax, ebx, ecx, edx };
|
| + descriptor->Initialize(ARRAY_SIZE(registers), registers,
|
| + FUNCTION_ADDR(ElementsTransitionAndStoreIC_Miss));
|
| +}
|
| +
|
| +
|
| void BinaryOpICStub::InitializeInterfaceDescriptor(
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| Register registers[] = { edx, eax };
|
|
|