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

Unified Diff: runtime/vm/flow_graph_compiler.h

Issue 575443002: Refactor generating lazy deoptimization descriptors. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 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/flow_graph_builder.cc ('k') | runtime/vm/flow_graph_compiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_compiler.h
===================================================================
--- runtime/vm/flow_graph_compiler.h (revision 40149)
+++ runtime/vm/flow_graph_compiler.h (working copy)
@@ -320,6 +320,12 @@
void TryIntrinsify();
+ void RecordCallInfo(intptr_t token_pos,
+ RawPcDescriptors::Kind kind,
+ intptr_t deopt_id,
+ LocationSummary* locs,
+ intptr_t input_count_adjustment);
+
void GenerateRuntimeCall(intptr_t token_pos,
intptr_t deopt_id,
const RuntimeEntry& entry,
@@ -445,12 +451,8 @@
intptr_t deopt_id,
intptr_t token_pos);
- void RecordSafepoint(LocationSummary* locs);
-
Label* AddDeoptStub(intptr_t deopt_id, ICData::DeoptReasonId reason);
- void AddDeoptIndexAtCall(intptr_t deopt_id, intptr_t token_pos);
-
void AddSlowPathCode(SlowPathCode* slow_path);
void FinalizeExceptionHandlers(const Code& code);
@@ -506,8 +508,14 @@
void EmitFrameEntry();
+ void RecordSafepoint(LocationSummary* locs);
+
void AddStaticCallTarget(const Function& function);
+ void AddDeoptIndexAtCall(intptr_t deopt_id,
+ intptr_t token_pos,
+ intptr_t input_count);
+
void GenerateDeferredCode();
void EmitInstructionPrologue(Instruction* instr);
« no previous file with comments | « runtime/vm/flow_graph_builder.cc ('k') | runtime/vm/flow_graph_compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698