Index: src/serialize.cc |
diff --git a/src/serialize.cc b/src/serialize.cc |
index a232d8c9b5b4d8574e50c4c439a0a94b3c000078..71cb06a38c50876be29b6f159610a2f211fa38b8 100644 |
--- a/src/serialize.cc |
+++ b/src/serialize.cc |
@@ -589,6 +589,10 @@ void ExternalReferenceTable::PopulateTable(Isolate* isolate) { |
UNCLASSIFIED, |
65, |
"uint32_bias"); |
+ Add(ExternalReference::get_mark_code_as_executed_function(isolate).address(), |
+ UNCLASSIFIED, |
+ 66, |
+ "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. |