| Index: runtime/vm/assembler_ia32.h
|
| diff --git a/runtime/vm/assembler_ia32.h b/runtime/vm/assembler_ia32.h
|
| index 536a06ea24b2098922f1e19d8bb68b5d4bef9b5a..5753792de0e94d3f727dc6bfd67c7e56a4c68699 100644
|
| --- a/runtime/vm/assembler_ia32.h
|
| +++ b/runtime/vm/assembler_ia32.h
|
| @@ -892,24 +892,20 @@ class Assembler : public ValueObject {
|
| void MaybeTraceAllocation(intptr_t cid,
|
| Register temp_reg,
|
| Label* trace,
|
| - bool near_jump,
|
| - bool inline_isolate = true);
|
| + bool near_jump);
|
|
|
| void UpdateAllocationStats(intptr_t cid,
|
| Register temp_reg,
|
| - Heap::Space space,
|
| - bool inline_isolate = true);
|
| + Heap::Space space);
|
|
|
| void UpdateAllocationStatsWithSize(intptr_t cid,
|
| Register size_reg,
|
| Register temp_reg,
|
| - Heap::Space space,
|
| - bool inline_isolate = true);
|
| + Heap::Space space);
|
| void UpdateAllocationStatsWithSize(intptr_t cid,
|
| intptr_t instance_size,
|
| Register temp_reg,
|
| - Heap::Space space,
|
| - bool inline_isolate = true);
|
| + Heap::Space space);
|
|
|
| // Inlined allocation of an instance of class 'cls', code has no runtime
|
| // calls. Jump to 'failure' if the instance cannot be allocated here.
|
|
|