| Index: src/ic.h
|
| ===================================================================
|
| --- src/ic.h (revision 4583)
|
| +++ src/ic.h (working copy)
|
| @@ -239,6 +239,9 @@
|
| static void GenerateStringLength(MacroAssembler* masm);
|
| static void GenerateFunctionPrototype(MacroAssembler* masm);
|
|
|
| + // Clear the use of the inlined version.
|
| + static void ClearInlinedVersion(Address address);
|
| +
|
| // The offset from the inlined patch site to the start of the
|
| // inlined load instruction. It is architecture-dependent, and not
|
| // used on ARM.
|
| @@ -265,9 +268,6 @@
|
|
|
| static void Clear(Address address, Code* target);
|
|
|
| - // Clear the use of the inlined version.
|
| - static void ClearInlinedVersion(Address address);
|
| -
|
| static bool PatchInlinedLoad(Address address, Object* map, int index);
|
|
|
| friend class IC;
|
|
|