| Index: src/ic/ic.h
|
| diff --git a/src/ic/ic.h b/src/ic/ic.h
|
| index 35f384446465b4ee3a4a1ad80ac1832f830d5db5..17dc3895ea09142e2e0b9d02cd561d79e072563b 100644
|
| --- a/src/ic/ic.h
|
| +++ b/src/ic/ic.h
|
| @@ -75,6 +75,10 @@ class IC {
|
| kind == Code::STORE_IC || kind == Code::KEYED_STORE_IC;
|
| }
|
|
|
| + // The ICs that don't pass slot and vector through the stack have to
|
| + // save/restore them in the dispatcher.
|
| + static bool ShouldPushPopSlotAndVector(Code::Kind kind);
|
| +
|
| static InlineCacheState StateFromCode(Code* code);
|
|
|
| protected:
|
|
|