| Index: runtime/vm/assembler_mips.h
|
| diff --git a/runtime/vm/assembler_mips.h b/runtime/vm/assembler_mips.h
|
| index 4e4f7f30502c360c808f89eb0d45ce1e299a5374..39b06a4e2e9061e338ed8166c2d56d2e4777b0ce 100644
|
| --- a/runtime/vm/assembler_mips.h
|
| +++ b/runtime/vm/assembler_mips.h
|
| @@ -297,20 +297,17 @@ class Assembler : public ValueObject {
|
|
|
| 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 MaybeTraceAllocation(intptr_t cid,
|
| Register temp_reg,
|
| - Label* trace,
|
| - bool inline_isolate = true);
|
| + Label* trace);
|
|
|
| // Inlined allocation of an instance of class 'cls', code has no runtime
|
| // calls. Jump to 'failure' if the instance cannot be allocated here.
|
|
|