Index: src/arm/assembler-arm-inl.h |
=================================================================== |
--- src/arm/assembler-arm-inl.h (revision 13740) |
+++ src/arm/assembler-arm-inl.h (working copy) |
@@ -149,6 +149,17 @@ |
} |
+bool RelocInfo::NeedsInitializeRuntimeEntry() { |
+ return false; |
+} |
+ |
+ |
+Address RelocInfo::target_runtime_entry(Assembler* origin) { |
+ UNREACHABLE(); |
danno
2013/03/07 14:57:23
Please implement this for all platforms, see comme
haitao.feng
2013/03/08 05:30:05
Done.
|
+ return NULL; |
+} |
+ |
+ |
Object** RelocInfo::target_object_address() { |
// Provide a "natural pointer" to the embedded object, |
// which can be de-referenced during heap iteration. |