| Index: src/assembler.h
|
| diff --git a/src/assembler.h b/src/assembler.h
|
| index c65690eea6f196cb90dd9f8c9ee380644d96456c..cfe799d18e53da24eadabb42c08a905b84c25a78 100644
|
| --- a/src/assembler.h
|
| +++ b/src/assembler.h
|
| @@ -715,8 +715,6 @@ class ExternalReference BASE_EMBEDDED {
|
| Isolate* isolate);
|
| static ExternalReference flush_icache_function(Isolate* isolate);
|
| static ExternalReference perform_gc_function(Isolate* isolate);
|
| - static ExternalReference fill_heap_number_with_random_function(
|
| - Isolate* isolate);
|
| static ExternalReference random_uint32_function(Isolate* isolate);
|
| static ExternalReference transcendental_cache_array_address(Isolate* isolate);
|
| static ExternalReference delete_handle_scope_extensions(Isolate* isolate);
|
| @@ -727,9 +725,6 @@ class ExternalReference BASE_EMBEDDED {
|
| static ExternalReference get_make_code_young_function(Isolate* isolate);
|
| static ExternalReference get_mark_code_as_executed_function(Isolate* isolate);
|
|
|
| - // New heap objects tracking support.
|
| - static ExternalReference record_object_allocation_function(Isolate* isolate);
|
| -
|
| // Deoptimization support.
|
| static ExternalReference new_deoptimizer_function(Isolate* isolate);
|
| static ExternalReference compute_output_frames_function(Isolate* isolate);
|
|
|