| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index 3ab36dc174d42d498692dae3d1ca8ca9a7c3ece2..9a1c0368b36431ecfc004500c194fafaf664dc9d 100644
|
| --- a/src/x64/assembler-x64.h
|
| +++ b/src/x64/assembler-x64.h
|
| @@ -565,13 +565,6 @@ class Assembler : public AssemblerBase {
|
| set_target_address_at(instruction_payload, target);
|
| }
|
|
|
| - // This sets the branch destination (which is a load instruction on x64).
|
| - // This is for calls and branches to runtime code.
|
| - inline static void set_external_target_at(Address instruction_payload,
|
| - Address target) {
|
| - *reinterpret_cast<Address*>(instruction_payload) = target;
|
| - }
|
| -
|
| inline Handle<Object> code_target_object_handle_at(Address pc);
|
| inline Address runtime_entry_at(Address pc);
|
| // Number of bytes taken up by the branch target in the code.
|
|
|