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

Unified Diff: runtime/vm/deopt_instructions.h

Issue 1514653002: - Assert that we do not hold the timeline lock while entering (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
Index: runtime/vm/deopt_instructions.h
diff --git a/runtime/vm/deopt_instructions.h b/runtime/vm/deopt_instructions.h
index cf357d03cea2228509dd16395fc417569a92cdbb..79c206e3a88bef172348039c1695881632d4796b 100644
--- a/runtime/vm/deopt_instructions.h
+++ b/runtime/vm/deopt_instructions.h
@@ -224,7 +224,7 @@ class DeoptContext {
uint32_t deopt_flags_;
intptr_t caller_fp_;
Thread* thread_;
- TimelineEvent* timeline_event_;
+ int64_t deopt_start_micros_;
DeferredSlot* deferred_slots_;
« no previous file with comments | « no previous file | runtime/vm/deopt_instructions.cc » ('j') | tests/standalone/array_bounds_check_generalization_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698