Index: src/v8-counters.h |
diff --git a/src/v8-counters.h b/src/v8-counters.h |
index 94a526438066622668817048a5d3d28afc00b848..3cdd52bf0312471a6e5421517b520b5bce9f6760 100644 |
--- a/src/v8-counters.h |
+++ b/src/v8-counters.h |
@@ -238,6 +238,8 @@ namespace internal { |
SC(math_tan, V8.MathTan) \ |
SC(array_bounds_checks_seen, V8.ArrayBoundsChecksSeen) \ |
SC(array_bounds_checks_removed, V8.ArrayBoundsChecksRemoved) \ |
+ SC(array_indexes_dehoisted, V8.ArrayIndexesDehoisted) \ |
+ SC(array_indexes_removed, V8.ArrayIndexesRemoved) \ |
SC(transcendental_cache_hit, V8.TranscendentalCacheHit) \ |
SC(transcendental_cache_miss, V8.TranscendentalCacheMiss) \ |
SC(stack_interrupts, V8.StackInterrupts) \ |