| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index f53ad0f7109a8498f9c6099e441a28bc94b9e7ed..00f31ec8408fc4a47d620917e5275a838be38740 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -340,6 +340,8 @@ class FlowGraphCompiler : public ValueObject {
|
|
|
| void EmitComment(Instruction* instr);
|
|
|
| + void EmitEdgeCounter();
|
| +
|
| void EmitOptimizedInstanceCall(ExternalLabel* target_label,
|
| const ICData& ic_data,
|
| intptr_t argument_count,
|
|
|