Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 24288) |
| +++ runtime/vm/object.h (working copy) |
| @@ -3237,6 +3237,9 @@ |
| return OFFSET_OF(RawICData, is_closure_call_); |
| } |
| + // Used for unoptimized static calls when no class-ids are checked. |
| + void AddTarget(const Function& target) const; |
| + |
| // Adding checks. |
| // Adds one more class test to ICData. Length of 'classes' must be equal to |