Index: runtime/vm/flow_graph_compiler.h |
=================================================================== |
--- runtime/vm/flow_graph_compiler.h (revision 41609) |
+++ runtime/vm/flow_graph_compiler.h (working copy) |
@@ -384,6 +384,10 @@ |
void EmitEdgeCounter(); |
+#if defined(TARGET_ARCH_IA32) |
+ static int32_t EdgeCounterIncrementSizeInBytes(); |
+#endif // TARGET_ARCH_IA32 |
+ |
void EmitOptimizedInstanceCall(ExternalLabel* target_label, |
const ICData& ic_data, |
intptr_t argument_count, |