| Index: src/type-info.h
|
| diff --git a/src/type-info.h b/src/type-info.h
|
| index 9698e4a8337f768b221ba079af0692a6cb32525e..96cc39f0079cf6f7c386af974fe4985978f8ff06 100644
|
| --- a/src/type-info.h
|
| +++ b/src/type-info.h
|
| @@ -66,6 +66,8 @@ class TypeFeedbackOracle: public ZoneObject {
|
| IcCheckType* key_type);
|
| void CountReceiverTypes(TypeFeedbackId id,
|
| SmallMapList* receiver_types);
|
| + void CountReceiverTypes(FeedbackVectorICSlot slot,
|
| + SmallMapList* receiver_types);
|
|
|
| void CollectReceiverTypes(FeedbackVectorICSlot slot, SmallMapList* types);
|
| void CollectReceiverTypes(TypeFeedbackId id,
|
|
|