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