Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 2628898c8622e4753b4707e5ed07c1d5e1e367db..b309f5a2dde9fd97877b23d7dd6fadcd74cc2a69 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -78,6 +78,7 @@ using v8::MemoryPressureLevel; |
V(Oddball, exception, Exception) \ |
V(Oddball, termination_exception, TerminationException) \ |
V(Oddball, optimized_out, OptimizedOut) \ |
+ V(Oddball, stale_register, StaleRegister) \ |
V(FixedArray, number_string_cache, NumberStringCache) \ |
V(Object, instanceof_cache_function, InstanceofCacheFunction) \ |
V(Object, instanceof_cache_map, InstanceofCacheMap) \ |
@@ -152,6 +153,7 @@ using v8::MemoryPressureLevel; |
V(Map, exception_map, ExceptionMap) \ |
V(Map, termination_exception_map, TerminationExceptionMap) \ |
V(Map, optimized_out_map, OptimizedOutMap) \ |
+ V(Map, stale_register_map, StaleRegisterMap) \ |
V(Map, message_object_map, JSMessageObjectMap) \ |
V(Map, foreign_map, ForeignMap) \ |
V(Map, neander_map, NeanderMap) \ |