Chromium Code Reviews| Index: runtime/vm/intermediate_language.h |
| =================================================================== |
| --- runtime/vm/intermediate_language.h (revision 27253) |
| +++ runtime/vm/intermediate_language.h (working copy) |
| @@ -4660,8 +4660,8 @@ |
| } |
| Value* value() const { return inputs_[0]; } |
| - |
| MethodRecognizer::Kind kind() const { return kind_; } |
| + const RuntimeEntry& TargetFunction() const; |
| virtual bool CanDeoptimize() const { return false; } |