| Index: runtime/vm/assembler_x64.h
|
| diff --git a/runtime/vm/assembler_x64.h b/runtime/vm/assembler_x64.h
|
| index b7db5a5186ac85eeb9284e503981ec9277b354e2..72abc8143602e891d965e1bf4914a765d44db9f0 100644
|
| --- a/runtime/vm/assembler_x64.h
|
| +++ b/runtime/vm/assembler_x64.h
|
| @@ -1001,7 +1001,8 @@ class Assembler : public ValueObject {
|
| // which will allocate in the runtime where tracing occurs.
|
| void MaybeTraceAllocation(intptr_t cid,
|
| Label* trace,
|
| - bool near_jump);
|
| + bool near_jump,
|
| + 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.
|
|
|