Index: src/v8-counters.h |
diff --git a/src/v8-counters.h b/src/v8-counters.h |
index 8c69cf346dcc72f211ce97a716bb38ba84f081ba..00e8f439ad3142cdb4de88ac0f8c7dcf8e24a9dd 100644 |
--- a/src/v8-counters.h |
+++ b/src/v8-counters.h |
@@ -157,6 +157,9 @@ namespace internal { |
SC(array_function_runtime, V8.ArrayFunctionRuntime) \ |
SC(array_function_native, V8.ArrayFunctionNative) \ |
SC(for_in, V8.ForIn) \ |
+ SC(memcopy_aligned, V8.MemCopyAligned) \ |
+ SC(memcopy_unaligned, V8.MemCopyUnaligned) \ |
+ SC(memcopy_noxmm, V8.MemCopyNoXMM) \ |
SC(enum_cache_hits, V8.EnumCacheHits) \ |
SC(enum_cache_misses, V8.EnumCacheMisses) \ |
SC(reloc_info_count, V8.RelocInfoCount) \ |