Index: runtime/vm/instructions_arm.h |
diff --git a/runtime/vm/instructions_arm.h b/runtime/vm/instructions_arm.h |
index b36d04f7c42d6e4b0bfa87d1a35addac5bea16d3..4d708ca33b010c943e08c991401243c6638821c8 100644 |
--- a/runtime/vm/instructions_arm.h |
+++ b/runtime/vm/instructions_arm.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_; |