[heap] Remove some more dead code in MC
BUG= Review-Url: https://codereview.chromium.org/2833373003 Cr-Commit-Position: refs/heads/master@{#44817}
This commit is contained in:
parent
1dec31984e
commit
a91333dfce
@ -4124,9 +4124,6 @@ void MarkCompactCollector::StartSweepSpaces() {
|
||||
heap_->lo_space()->FreeUnmarkedObjects();
|
||||
}
|
||||
|
||||
Isolate* MarkCompactCollector::isolate() const { return heap_->isolate(); }
|
||||
|
||||
|
||||
void MarkCompactCollector::Initialize() {
|
||||
MarkCompactMarkingVisitor::Initialize();
|
||||
IncrementalMarking::Initialize();
|
||||
|
@ -566,16 +566,6 @@ class MarkCompactCollector final : public MarkCompactCollectorBase {
|
||||
|
||||
void AbortCompaction();
|
||||
|
||||
// Determine type of object and emit deletion log event.
|
||||
static void ReportDeleteIfNeeded(HeapObject* obj, Isolate* isolate);
|
||||
|
||||
// Distinguishable invalid map encodings (for single word and multiple words)
|
||||
// that indicate free regions.
|
||||
static const uint32_t kSingleFreeEncoding = 0;
|
||||
static const uint32_t kMultiFreeEncoding = 1;
|
||||
|
||||
inline Isolate* isolate() const;
|
||||
|
||||
CodeFlusher* code_flusher() { return code_flusher_; }
|
||||
inline bool is_code_flushing_enabled() const { return code_flusher_ != NULL; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user