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

Unified Diff: src/heap/heap.h

Issue 2551973005: [heap] Clear cached wrappers upon aborting incremental marking (Closed)
Patch Set: Created 4 years 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 | « no previous file | src/heap/mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index e5220873b729b17962de56139bd87d0538bf8fe9..c7c8c51576e865233d9eef66e5671698582b1d87 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -1224,6 +1224,7 @@ class Heap {
EmbedderHeapTracer* embedder_heap_tracer() { return embedder_heap_tracer_; }
size_t wrappers_to_trace() { return wrappers_to_trace_.size(); }
+ void clear_wrappers_to_trace() { wrappers_to_trace_.clear(); }
// ===========================================================================
// External string table API. ================================================
« no previous file with comments | « no previous file | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698