Index: src/ia32/assembler-ia32.h |
=================================================================== |
--- src/ia32/assembler-ia32.h (revision 11074) |
+++ src/ia32/assembler-ia32.h (working copy) |
@@ -598,8 +598,8 @@ |
// This sets the branch destination (which is in the instruction on x86). |
// This is for calls and branches within generated code. |
- inline static void set_target_at(Address instruction_payload, |
- Address target) { |
+ inline static void deserialization_set_special_target_at( |
+ Address instruction_payload, Address target) { |
set_target_address_at(instruction_payload, target); |
} |
@@ -610,8 +610,7 @@ |
set_target_address_at(instruction_payload, target); |
} |
- static const int kCallTargetSize = kPointerSize; |
- static const int kExternalTargetSize = kPointerSize; |
+ static const int kSpecialTargetSize = kPointerSize; |
// Distance between the address of the code target in the call instruction |
// and the return address |