Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index 992945b910aa2305e790d92ae29cc24202517258..3125a266d69c55e0e84f64e1e647bc6376ea57ce 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -1376,6 +1376,9 @@ void V8HeapExplorer::ExtractCodeReferences(int entry, Code* code) { |
SetInternalReference(code, entry, |
"gc_metadata", code->gc_metadata(), |
Code::kGCMetadataOffset); |
+ SetInternalReference(code, entry, |
+ "constant_pool", code->constant_pool(), |
+ Code::kConstantPoolOffset); |
} |