Index: src/serialize.cc |
diff --git a/src/serialize.cc b/src/serialize.cc |
index e7dbbe5afbee2dd88a2bba4f87d6cbac609f1994..ebae895f9363f7a9de80bd223fc83095c22fa35b 100644 |
--- a/src/serialize.cc |
+++ b/src/serialize.cc |
@@ -585,6 +585,10 @@ void ExternalReferenceTable::PopulateTable(Isolate* isolate) { |
UNCLASSIFIED, |
64, |
"HeapProfiler::RecordObjectAllocationFromMasm"); |
+ Add(ExternalReference::get_mark_code_as_executed_function(isolate).address(), |
+ UNCLASSIFIED, |
+ 65, |
+ "Code::MarkCodeAsExecuted"); |
// Add a small set of deopt entry addresses to encoder without generating the |
// deopt table code, which isn't possible at deserialization time. |