| Index: src/serialize.cc
|
| diff --git a/src/serialize.cc b/src/serialize.cc
|
| index 89d6b14fceeb2a67c56ac9afb283831501b52026..26611e7a3e86ef70a38531364a814d0fe2e87c20 100644
|
| --- a/src/serialize.cc
|
| +++ b/src/serialize.cc
|
| @@ -568,17 +568,13 @@ void ExternalReferenceTable::PopulateTable(Isolate* isolate) {
|
| UNCLASSIFIED,
|
| 61,
|
| "Heap::allocation_sites_list_address()");
|
| - Add(ExternalReference::record_object_allocation_function(isolate).address(),
|
| - UNCLASSIFIED,
|
| - 62,
|
| - "HeapProfiler::RecordObjectAllocationFromMasm");
|
| Add(ExternalReference::address_of_uint32_bias().address(),
|
| UNCLASSIFIED,
|
| - 63,
|
| + 62,
|
| "uint32_bias");
|
| Add(ExternalReference::get_mark_code_as_executed_function(isolate).address(),
|
| UNCLASSIFIED,
|
| - 64,
|
| + 63,
|
| "Code::MarkCodeAsExecuted");
|
|
|
| // Add a small set of deopt entry addresses to encoder without generating the
|
|
|