Index: src/compiler/common-node-cache.cc |
diff --git a/src/compiler/common-node-cache.cc b/src/compiler/common-node-cache.cc |
index a0ae6e8ad74e3df87e18b06cc3e74b7f0de3faee..8a041f3d4ff24632ac7f81947b697eb346619756 100644 |
--- a/src/compiler/common-node-cache.cc |
+++ b/src/compiler/common-node-cache.cc |
@@ -29,6 +29,8 @@ void CommonNodeCache::GetCachedNodes(ZoneVector<Node*>* nodes) { |
external_constants_.GetCachedNodes(nodes); |
number_constants_.GetCachedNodes(nodes); |
heap_constants_.GetCachedNodes(nodes); |
+ relocatable_int32_constants_.GetCachedNodes(nodes); |
+ relocatable_int64_constants_.GetCachedNodes(nodes); |
} |
} // namespace compiler |