Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index db3b6d281dd3ce7a291972bb38d868c3f0a7b0b6..3ad11bed6a7e8b4e6720eaa3533291184ba4463d 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -960,6 +960,7 @@ namespace internal { |
| F(TraceEnter, 0, 1) \ |
| F(TraceExit, 1, 1) \ |
| F(HaveSameMap, 2, 1) \ |
| + F(InNewSpace, 1, 1) \ |
| F(HasFastSmiElements, 1, 1) \ |
| F(HasFastObjectElements, 1, 1) \ |
| F(HasFastSmiOrObjectElements, 1, 1) \ |