Chromium Code Reviews| Index: runtime/vm/assembler_ia32.h |
| =================================================================== |
| --- runtime/vm/assembler_ia32.h (revision 33158) |
| +++ runtime/vm/assembler_ia32.h (working copy) |
| @@ -772,6 +772,10 @@ |
| Register size_reg, |
| Register temp_reg, |
| Heap::Space space = Heap::kNew); |
| + void UpdateAllocationStatsWithSize(intptr_t cid, |
| + intptr_t instance_size, |
| + Register temp_reg, |
| + Heap::Space space = Heap::kNew); |
|
srdjan
2014/03/03 18:30:08
Can you use a different name. Register is almost a
|
| // Inlined allocation of an instance of class 'cls', code has no runtime |
| // calls. Jump to 'failure' if the instance cannot be allocated here. |