| Index: src/heap/heap.cc
|
| diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
| index 4855076d79c3e5673849edbaad87306294e956d6..6aa6f7763273c89fcd61fa786e8af51797c9ccd8 100644
|
| --- a/src/heap/heap.cc
|
| +++ b/src/heap/heap.cc
|
| @@ -117,7 +117,6 @@ Heap::Heap()
|
| #endif // DEBUG
|
| old_generation_allocation_limit_(initial_old_generation_size_),
|
| inline_allocation_disabled_(false),
|
| - total_regexp_code_generated_(0),
|
| tracer_(nullptr),
|
| promoted_objects_size_(0),
|
| promotion_ratio_(0),
|
| @@ -141,8 +140,6 @@ Heap::Heap()
|
| dead_object_stats_(nullptr),
|
| scavenge_job_(nullptr),
|
| idle_scavenge_observer_(nullptr),
|
| - full_codegen_bytes_generated_(0),
|
| - crankshaft_codegen_bytes_generated_(0),
|
| new_space_allocation_counter_(0),
|
| old_generation_allocation_counter_at_last_gc_(0),
|
| old_generation_size_at_last_gc_(0),
|
|
|