Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(789)

Unified Diff: src/heap/incremental-marking.h

Issue 2860043002: [heap] Add VMState to IncrementalMarking observer (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/counters.h ('k') | src/heap/incremental-marking.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/incremental-marking.h
diff --git a/src/heap/incremental-marking.h b/src/heap/incremental-marking.h
index c777693d6341942fb4bcfbdc80c2b2e3c1264266..35978f3f8e6177463e83e0851d2ecfa2ceaf08bd 100644
--- a/src/heap/incremental-marking.h
+++ b/src/heap/incremental-marking.h
@@ -262,9 +262,7 @@ class V8_EXPORT_PRIVATE IncrementalMarking {
: AllocationObserver(step_size),
incremental_marking_(incremental_marking) {}
- void Step(int bytes_allocated, Address, size_t) override {
- incremental_marking_.AdvanceIncrementalMarkingOnAllocation();
- }
+ void Step(int bytes_allocated, Address, size_t) override;
private:
IncrementalMarking& incremental_marking_;
« no previous file with comments | « src/counters.h ('k') | src/heap/incremental-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698