Chromium Code Reviews| Index: runtime/vm/code_patcher_arm.cc |
| =================================================================== |
| --- runtime/vm/code_patcher_arm.cc (revision 6277) |
| +++ runtime/vm/code_patcher_arm.cc (working copy) |
| @@ -62,6 +62,18 @@ |
| return NULL; |
| } |
| +RawArray* CodePatcher::GetTypeTestArray(uword instruction_address) { |
| + UNIMPLEMENTED(); |
| + return NULL; |
| +} |
| + |
| + |
| +void CodePatcher::SetTypeTestArray(uword instruction_address, |
| + const Array& value) { |
| + UNIMPLEMENTED(); |
| +} |
| + |
| + |
| } // namespace dart |
| #endif // defined TARGET_ARCH_ARM |