| Index: runtime/vm/assembler_arm.h
|
| diff --git a/runtime/vm/assembler_arm.h b/runtime/vm/assembler_arm.h
|
| index d702d29bdfc234d6b9d8967cca0fd2f501f5594d..f946678ffbb1df05d27f8b48b4a801662e6d2719 100644
|
| --- a/runtime/vm/assembler_arm.h
|
| +++ b/runtime/vm/assembler_arm.h
|
| @@ -666,6 +666,7 @@ class Assembler : public ValueObject {
|
| void LoadIsolate(Register rd);
|
|
|
| void LoadObject(Register rd, const Object& object, Condition cond = AL);
|
| + void LoadUniqueObject(Register rd, const Object& object, Condition cond = AL);
|
| void LoadExternalLabel(Register dst,
|
| const ExternalLabel* label,
|
| Patchability patchable,
|
|
|