| Index: runtime/vm/instructions_arm64.h
|
| diff --git a/runtime/vm/instructions_arm64.h b/runtime/vm/instructions_arm64.h
|
| index 12584fe8938dccd2f9230472d18c828546564f52..568d57e8ac00e9f0bc24de4c3f2f70107112f868 100644
|
| --- a/runtime/vm/instructions_arm64.h
|
| +++ b/runtime/vm/instructions_arm64.h
|
| @@ -23,7 +23,7 @@ class InstructionPattern : public AllStatic {
|
| // being loaded and the loaded object in the output parameters 'reg' and
|
| // 'obj' respectively.
|
| static uword DecodeLoadObject(uword end,
|
| - const Array& object_pool,
|
| + const ObjectPool& object_pool,
|
| Register* reg,
|
| Object* obj);
|
|
|
| @@ -71,7 +71,7 @@ class CallPattern : public ValueObject {
|
| static void InsertAt(uword pc, uword target_address);
|
|
|
| private:
|
| - const Array& object_pool_;
|
| + const ObjectPool& object_pool_;
|
|
|
| uword end_;
|
| uword args_desc_load_end_;
|
|
|