| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 9a6719bcda1531cf6bb0f28ab3a4a31e2c2d2a80..e95e9c0d9f75e2a398ff3f7f1860d7c4c8f824f8 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -93,26 +93,6 @@ void CreateAllocationSiteStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| -void KeyedLoadFastElementStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - static Register registers[] = { edx, ecx };
|
| - descriptor->register_param_count_ = 2;
|
| - descriptor->register_params_ = registers;
|
| - descriptor->deoptimization_handler_ =
|
| - FUNCTION_ADDR(KeyedLoadIC_MissFromStubFailure);
|
| -}
|
| -
|
| -
|
| -void KeyedLoadDictionaryElementStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - static Register registers[] = { edx, ecx };
|
| - descriptor->register_param_count_ = 2;
|
| - descriptor->register_params_ = registers;
|
| - descriptor->deoptimization_handler_ =
|
| - FUNCTION_ADDR(KeyedLoadIC_MissFromStubFailure);
|
| -}
|
| -
|
| -
|
| void RegExpConstructResultStub::InitializeInterfaceDescriptor(
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { ecx, ebx, eax };
|
| @@ -123,16 +103,6 @@ void RegExpConstructResultStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| -void KeyedLoadGenericElementStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - static Register registers[] = { edx, ecx };
|
| - descriptor->register_param_count_ = 2;
|
| - descriptor->register_params_ = registers;
|
| - descriptor->deoptimization_handler_ =
|
| - Runtime::FunctionForId(Runtime::kKeyedGetProperty)->entry;
|
| -}
|
| -
|
| -
|
| void LoadFieldStub::InitializeInterfaceDescriptor(
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| static Register registers[] = { edx };
|
|
|