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

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
« no previous file with comments | « runtime/vm/dart_api_impl_test.cc ('k') | runtime/vm/deopt_instructions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/deopt_instructions.h
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h
index 95206e77af9c442caba190359c51775e3cf35ca2..188e95cfaa933c1de6b74e3817e627e2407ec07c 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_;
« no previous file with comments | « runtime/vm/dart_api_impl_test.cc ('k') | runtime/vm/deopt_instructions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698