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

Unified Diff: runtime/vm/scavenger.h

Issue 2771013002: Add more safe points in compiler (Closed)
Patch Set: Created 3 years, 9 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
Index: runtime/vm/scavenger.h
diff --git a/runtime/vm/scavenger.h b/runtime/vm/scavenger.h
index 9bffb215b806dac03928c360b5f1712b9532d839..e5b8dd77f40c4d8383ad4b13bff544784d90657d 100644
--- a/runtime/vm/scavenger.h
+++ b/runtime/vm/scavenger.h
@@ -198,10 +198,11 @@ class Scavenger {
// Ids for time and data records in Heap::GCStats.
enum {
// Time
- kVisitIsolateRoots = 0,
- kIterateStoreBuffers = 1,
- kProcessToSpace = 2,
- kIterateWeaks = 3,
+ kSafePoint = 0,
+ kVisitIsolateRoots = 1,
+ kIterateStoreBuffers = 2,
+ kProcessToSpace = 3,
+ kIterateWeaks = 4,
// Data
kStoreBufferEntries = 0,
kDataUnused1 = 1,
« runtime/vm/compiler.cc ('K') | « runtime/vm/pages.cc ('k') | runtime/vm/scavenger.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698