| Index: src/ia32/ic-ia32.cc
|
| ===================================================================
|
| --- src/ia32/ic-ia32.cc (revision 6136)
|
| +++ src/ia32/ic-ia32.cc (working copy)
|
| @@ -1219,9 +1219,6 @@
|
| }
|
|
|
|
|
| -// Defined in ic.cc.
|
| -Object* CallIC_Miss(Arguments args);
|
| -
|
| // The generated code does not accept smi keys.
|
| // The generated code falls through if both probes miss.
|
| static void GenerateMonomorphicCacheProbe(MacroAssembler* masm,
|
| @@ -1567,9 +1564,6 @@
|
| }
|
|
|
|
|
| -// Defined in ic.cc.
|
| -Object* LoadIC_Miss(Arguments args);
|
| -
|
| void LoadIC::GenerateMegamorphic(MacroAssembler* masm) {
|
| // ----------- S t a t e -------------
|
| // -- eax : receiver
|
| @@ -1795,10 +1789,6 @@
|
| }
|
|
|
|
|
| -// Defined in ic.cc.
|
| -Object* KeyedLoadIC_Miss(Arguments args);
|
| -
|
| -
|
| void KeyedLoadIC::GenerateMiss(MacroAssembler* masm) {
|
| // ----------- S t a t e -------------
|
| // -- eax : key
|
| @@ -1982,9 +1972,6 @@
|
| }
|
|
|
|
|
| -// Defined in ic.cc.
|
| -Object* KeyedStoreIC_Miss(Arguments args);
|
| -
|
| void KeyedStoreIC::GenerateRuntimeSetProperty(MacroAssembler* masm) {
|
| // ----------- S t a t e -------------
|
| // -- eax : value
|
|
|