summaryrefslogtreecommitdiff
path: root/deps/v8/src/heap/incremental-marking.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/heap/incremental-marking.h')
-rw-r--r--deps/v8/src/heap/incremental-marking.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/deps/v8/src/heap/incremental-marking.h b/deps/v8/src/heap/incremental-marking.h
index 706e332327..fcada78f0b 100644
--- a/deps/v8/src/heap/incremental-marking.h
+++ b/deps/v8/src/heap/incremental-marking.h
@@ -5,7 +5,6 @@
#ifndef V8_HEAP_INCREMENTAL_MARKING_H_
#define V8_HEAP_INCREMENTAL_MARKING_H_
-
#include "src/execution.h"
#include "src/heap/mark-compact.h"
#include "src/objects.h"
@@ -82,12 +81,10 @@ class IncrementalMarking {
bool WasActivated();
- void Start(int mark_compact_flags,
+ void Start(int flags,
const GCCallbackFlags gc_callback_flags = kNoGCCallbackFlags,
const char* reason = nullptr);
- void Stop();
-
void MarkObjectGroups();
void UpdateMarkingDequeAfterScavenge();
@@ -96,7 +93,7 @@ class IncrementalMarking {
void Finalize();
- void Abort();
+ void Stop();
void OverApproximateWeakClosure(CompletionAction action);