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

Unified Diff: runtime/vm/flow_graph_compiler.h

Issue 2098573004: DBC: CheckClassInstr (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Trying to find static call deopt bug Created 4 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
Index: runtime/vm/flow_graph_compiler.h
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
index e728582f8b00578bba876760ca71d717eacf2943..7791ec2af2db55103cdb6c45d5819083c0fa2f7f 100644
--- a/runtime/vm/flow_graph_compiler.h
+++ b/runtime/vm/flow_graph_compiler.h
@@ -623,6 +623,8 @@ class FlowGraphCompiler : public ValueObject {
void RecordAfterCall(Instruction* instr);
#endif
+ void AddStaticCallTarget(const Function& function);
+
private:
friend class CheckStackOverflowSlowPath; // For pending_deoptimization_env_.
@@ -630,8 +632,6 @@ class FlowGraphCompiler : public ValueObject {
void EmitFrameEntry();
- void AddStaticCallTarget(const Function& function);
-
void GenerateDeferredCode();
void EmitInstructionPrologue(Instruction* instr);

Powered by Google App Engine
This is Rietveld 408576698