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

Unified Diff: runtime/vm/flow_graph_compiler.h

Issue 2493353002: DBC: Fix checked mode stack traces (Closed)
Patch Set: Created 4 years, 1 month 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/flow_graph_compiler.h
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
index 0622f6b79589ccecb2e952e594d6ba3eb8266a11..fe777cfef608b0620595a3094d0a30ded4232436 100644
--- a/runtime/vm/flow_graph_compiler.h
+++ b/runtime/vm/flow_graph_compiler.h
@@ -578,6 +578,10 @@ class FlowGraphCompiler : public ValueObject {
bool EndCodeSourceRange(TokenPosition token_pos);
#if defined(TARGET_ARCH_DBC)
+ void RecordAfterCallHelper(TokenPosition token_pos,
+ intptr_t deopt_id,
+ intptr_t argument_count,
+ LocationSummary* locs);
void RecordAfterCall(Instruction* instr);
#endif

Powered by Google App Engine
This is Rietveld 408576698