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

Unified Diff: runtime/vm/deopt_instructions.h

Issue 1170503004: Initial Timeline Events (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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/deopt_instructions.h
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h
index 68e92df1f668ffffb8713848a052dd20ea79e612..1fc9415e65b1c49de591a12d4eafa88af3b0a901 100644
--- a/runtime/vm/deopt_instructions.h
+++ b/runtime/vm/deopt_instructions.h
@@ -20,6 +20,7 @@ class Location;
class Value;
class MaterializeObjectInstr;
class StackFrame;
+class TimelineEvent;
// Holds all data relevant for execution of deoptimization instructions.
class DeoptContext {
@@ -220,6 +221,7 @@ class DeoptContext {
uint32_t deopt_flags_;
intptr_t caller_fp_;
Thread* thread_;
+ TimelineEvent* timeline_event_;
DeferredSlot* deferred_slots_;

Powered by Google App Engine
This is Rietveld 408576698