Chromium Code Reviews| Index: runtime/vm/intrinsifier_mips.cc |
| =================================================================== |
| --- runtime/vm/intrinsifier_mips.cc (revision 39288) |
| +++ runtime/vm/intrinsifier_mips.cc (working copy) |
| @@ -161,7 +161,6 @@ |
| V0, |
| FieldAddress(V0, GrowableObjectArray::type_arguments_offset()), |
| T1); |
| - __ UpdateAllocationStats(kGrowableObjectArrayCid, T1); |
| // Set the length field in the growable array object to 0. |
| __ Ret(); // Returns the newly allocated object in V0. |
| __ delay_slot()->sw(ZR, |