| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index e7fea7361703e3f4d90e712d112d5059244f59b3..d66c7646deee2eab9e55e53ee5afc6cbff84d183 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3980,14 +3980,14 @@ class Instructions : public Object {
|
| static const intptr_t kCheckedEntryOffset = 23;
|
| static const intptr_t kUncheckedEntryOffset = 44;
|
| #elif defined(TARGET_ARCH_ARM)
|
| - static const intptr_t kCheckedEntryOffset = 3 * Instr::kInstrSize;
|
| - static const intptr_t kUncheckedEntryOffset = 9 * Instr::kInstrSize;
|
| + static const intptr_t kCheckedEntryOffset = 12;
|
| + static const intptr_t kUncheckedEntryOffset = 36;
|
| #elif defined(TARGET_ARCH_ARM64)
|
| - static const intptr_t kCheckedEntryOffset = 6 * Instr::kInstrSize;
|
| - static const intptr_t kUncheckedEntryOffset = 12 * Instr::kInstrSize;
|
| + static const intptr_t kCheckedEntryOffset = 24;
|
| + static const intptr_t kUncheckedEntryOffset = 48;
|
| #elif defined(TARGET_ARCH_MIPS)
|
| - static const intptr_t kCheckedEntryOffset = 4 * Instr::kInstrSize;
|
| - static const intptr_t kUncheckedEntryOffset = 14 * Instr::kInstrSize;
|
| + static const intptr_t kCheckedEntryOffset = 16;
|
| + static const intptr_t kUncheckedEntryOffset = 56;
|
| #elif defined(TARGET_ARCH_DBC)
|
| static const intptr_t kCheckedEntryOffset = 0;
|
| static const intptr_t kUncheckedEntryOffset = 0;
|
|
|