Index: runtime/vm/flow_graph_compiler.h |
=================================================================== |
--- runtime/vm/flow_graph_compiler.h (revision 37923) |
+++ runtime/vm/flow_graph_compiler.h (working copy) |
@@ -472,11 +472,11 @@ |
return *deopt_id_to_ic_data_; |
} |
+ Isolate* isolate() const { return isolate_; } |
+ |
private: |
friend class CheckStackOverflowSlowPath; // For pending_deoptimization_env_. |
- Isolate* isolate() const { return isolate_; } |
- |
void EmitFrameEntry(); |
void AddStaticCallTarget(const Function& function); |