| Index: runtime/vm/assembler_arm.h
|
| diff --git a/runtime/vm/assembler_arm.h b/runtime/vm/assembler_arm.h
|
| index a85dd43b5251be8f9dc31873d275f6784d658ae5..66e7c13790a8e55aa63cf597bfde95ad7ee95b86 100644
|
| --- a/runtime/vm/assembler_arm.h
|
| +++ b/runtime/vm/assembler_arm.h
|
| @@ -976,8 +976,7 @@ class Assembler : public ValueObject {
|
| // allocation stats. These are separate assembler macros so we can
|
| // avoid a dependent load too nearby the load of the table address.
|
| void LoadAllocationStatsAddress(Register dest,
|
| - intptr_t cid,
|
| - bool inline_isolate = true);
|
| + intptr_t cid);
|
| void IncrementAllocationStats(Register stats_addr,
|
| intptr_t cid,
|
| Heap::Space space);
|
| @@ -1004,8 +1003,7 @@ class Assembler : public ValueObject {
|
| // which will allocate in the runtime where tracing occurs.
|
| 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.
|
|
|