| Index: runtime/vm/instructions_mips.h
|
| diff --git a/runtime/vm/instructions_mips.h b/runtime/vm/instructions_mips.h
|
| index 2a9e2e14ee0c18642c887d71c6ba8c379376f26c..0091a952cac7d5751d51e67aa45e1856c5b9a1e3 100644
|
| --- a/runtime/vm/instructions_mips.h
|
| +++ b/runtime/vm/instructions_mips.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);
|
|
|
| @@ -64,7 +64,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_;
|
|
|