Index: src/ic.h |
=================================================================== |
--- src/ic.h (revision 1755) |
+++ src/ic.h (working copy) |
@@ -254,6 +254,12 @@ |
static void GeneratePreMonomorphic(MacroAssembler* masm); |
static void GenerateGeneric(MacroAssembler* masm); |
+ // Check if this IC corresponds to an inlined version. |
+ static bool HasInlinedVersion(Address address); |
+ |
+ // Clear the use of the inlined version. |
+ static void ClearInlinedVersion(Address address); |
+ |
private: |
static void Generate(MacroAssembler* masm, const ExternalReference& f); |