Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 25822) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -3280,6 +3280,10 @@ |
| return ast_node_.native_c_function(); |
| } |
| + bool is_bootstrap_native() const { |
| + return ast_node_.is_bootstrap_native(); |
| + } |
| + |
| virtual void PrintOperandsTo(BufferFormatter* f) const; |
| virtual bool CanDeoptimize() const { return false; } |