Chromium Code Reviews| Index: src/type-info.h |
| diff --git a/src/type-info.h b/src/type-info.h |
| index 76a45dc84770d9972f416dc6f4dec2b207c2e6ff..31b335b1c6ceec2bff30f26d19c5c5898d018645 100644 |
| --- a/src/type-info.h |
| +++ b/src/type-info.h |
| @@ -28,6 +28,7 @@ class TypeFeedbackOracle: public ZoneObject { |
| bool StoreIsUninitialized(TypeFeedbackId id); |
| bool CallIsUninitialized(FeedbackVectorICSlot slot); |
| bool CallIsMonomorphic(FeedbackVectorICSlot slot); |
| + bool CallIsRoundWithMinusZeroResult(FeedbackVectorICSlot slot); |
|
mvstanton
2015/04/28 14:21:20
Remove Round from the name since it's more general
danno
2015/04/30 13:34:32
Done.
|
| bool KeyedArrayCallIsHoley(TypeFeedbackId id); |
| bool CallNewIsMonomorphic(FeedbackVectorSlot slot); |