| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 89ec9c51c31343ff415728601da4ca1163e311be..d94842c38dadaeeb8982a465ab51905c5cb52634 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -93,34 +93,6 @@ void RegExpConstructResultStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| -void LoadFieldStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - Register registers[] = { edx };
|
| - descriptor->Initialize(ARRAY_SIZE(registers), registers);
|
| -}
|
| -
|
| -
|
| -void KeyedLoadFieldStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - Register registers[] = { edx };
|
| - descriptor->Initialize(ARRAY_SIZE(registers), registers);
|
| -}
|
| -
|
| -
|
| -void StringLengthStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - Register registers[] = { edx, ecx };
|
| - descriptor->Initialize(ARRAY_SIZE(registers), registers);
|
| -}
|
| -
|
| -
|
| -void KeyedStringLengthStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - Register registers[] = { edx, ecx };
|
| - descriptor->Initialize(ARRAY_SIZE(registers), registers);
|
| -}
|
| -
|
| -
|
| void KeyedStoreFastElementStub::InitializeInterfaceDescriptor(
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| Register registers[] = { edx, ecx, eax };
|
|
|