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

Unified Diff: src/heap/gc-tracer.h

Issue 1235913002: Add scavenger events to GC tracer (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comments Created 5 years, 5 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 | « no previous file | src/heap/gc-tracer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/gc-tracer.h
diff --git a/src/heap/gc-tracer.h b/src/heap/gc-tracer.h
index 468fc9c0be7c4c298e2eb6a03580ff6be66f6505..64f43bc4d0f4eb8408f418efacdc02bfa1b867bb 100644
--- a/src/heap/gc-tracer.h
+++ b/src/heap/gc-tracer.h
@@ -117,6 +117,13 @@ class GCTracer {
MC_WEAKCOLLECTION_CLEAR,
MC_WEAKCOLLECTION_ABORT,
MC_FLUSH_CODE,
+ SCAVENGER_CODE_FLUSH_CANDIDATES,
+ SCAVENGER_OBJECT_GROUPS,
+ SCAVENGER_OLD_TO_NEW_POINTERS,
+ SCAVENGER_ROOTS,
+ SCAVENGER_SCAVENGE,
+ SCAVENGER_SEMISPACE,
+ SCAVENGER_WEAK,
NUMBER_OF_SCOPES
};
« no previous file with comments | « no previous file | src/heap/gc-tracer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698