Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index 3c1d2454cf47944308a4d91e48df80d3f8919e37..9a78af6abe0cf2a2dc1d9c0b435db39d57109ce1 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -1500,6 +1500,9 @@ |
SetInternalReference(code, entry, |
"gc_metadata", code->gc_metadata(), |
Code::kGCMetadataOffset); |
+ SetInternalReference(code, entry, |
+ "constant_pool", code->constant_pool(), |
+ Code::kConstantPoolOffset); |
if (code->kind() == Code::OPTIMIZED_FUNCTION) { |
SetWeakReference(code, entry, |
"next_code_link", code->next_code_link(), |