| Index: src/ia32/interface-descriptors-ia32.cc
|
| diff --git a/src/ia32/interface-descriptors-ia32.cc b/src/ia32/interface-descriptors-ia32.cc
|
| index 4eefa94510b9969d4573ff855bf56656b73c7350..e9b5b4c3af9dda76d1c99dcc1fc1937b3ae7d0cf 100644
|
| --- a/src/ia32/interface-descriptors-ia32.cc
|
| +++ b/src/ia32/interface-descriptors-ia32.cc
|
| @@ -35,6 +35,17 @@ const Register VectorStoreICDescriptor::VectorRegister() { return ebx; }
|
| const Register StoreTransitionDescriptor::MapRegister() { return ebx; }
|
|
|
|
|
| +const Register LoadGlobalViaContextDescriptor::DepthRegister() { return edx; }
|
| +const Register LoadGlobalViaContextDescriptor::SlotRegister() { return ebx; }
|
| +const Register LoadGlobalViaContextDescriptor::NameRegister() { return ecx; }
|
| +
|
| +
|
| +const Register StoreGlobalViaContextDescriptor::DepthRegister() { return edx; }
|
| +const Register StoreGlobalViaContextDescriptor::SlotRegister() { return ebx; }
|
| +const Register StoreGlobalViaContextDescriptor::NameRegister() { return ecx; }
|
| +const Register StoreGlobalViaContextDescriptor::ValueRegister() { return eax; }
|
| +
|
| +
|
| const Register ElementTransitionAndStoreDescriptor::MapRegister() {
|
| return ebx;
|
| }
|
|
|