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

Unified Diff: runtime/vm/flow_graph_compiler.h

Issue 572913002: Revert r40306 because of crash. (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 40311)
+++ runtime/vm/flow_graph_compiler.h (working copy)
@@ -320,12 +320,6 @@
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,
@@ -451,8 +445,12 @@
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);
@@ -508,14 +506,8 @@
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