| Index: runtime/vm/assembler_mips.h
|
| diff --git a/runtime/vm/assembler_mips.h b/runtime/vm/assembler_mips.h
|
| index 174ec9fdd95be6aaee35f0cd15ccfb1d9d058e8b..8122fbcc846948db0bc653bdf27e9f904a55c69f 100644
|
| --- a/runtime/vm/assembler_mips.h
|
| +++ b/runtime/vm/assembler_mips.h
|
| @@ -316,7 +316,8 @@ class Assembler : public ValueObject {
|
|
|
| void MaybeTraceAllocation(intptr_t cid,
|
| Register temp_reg,
|
| - Label* trace);
|
| + Label* trace,
|
| + bool inline_isolate = true);
|
|
|
| // Inlined allocation of an instance of class 'cls', code has no runtime
|
| // calls. Jump to 'failure' if the instance cannot be allocated here.
|
|
|