/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.cc | 507 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() function in v8::internal::Assembler 581 target_at_put(fixup_pos, pos, &is_branch); in bind_to()
|
H A D | assembler-s390.h | 1379 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.cc | 514 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) { in target_at_put() function in v8::internal::Assembler 577 target_at_put(fixup_pos, pos, is_internal); in bind_to() 587 target_at_put(fixup_pos, trampoline_pos, false); in bind_to() 590 target_at_put(fixup_pos, pos, false); in bind_to() 594 target_at_put(fixup_pos, pos, false); in bind_to()
|
H A D | assembler-loong64.h | 843 void target_at_put(int pos, int target_pos, bool is_internal);
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 450 void Assembler::target_at_put(int pos, int target_pos, bool* is_branch) { in target_at_put() function in v8::internal::Assembler 570 target_at_put(trampoline_pos, pos); in bind_to() 572 target_at_put(fixup_pos, trampoline_pos); in bind_to() 574 target_at_put(fixup_pos, pos, &is_branch); in bind_to() 1470 // target_at extracts the link and target_at_put patches the instructions. in mov_label_offset() 1525 // target_at extracts the link and target_at_put patches the instructions. in mov_label_addr() 1552 // the link and target_at_put patches the instruction(s). in emit_label_addr()
|
H A D | assembler-ppc.h | 1331 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 896 void Assembler::target_at_put(int32_t pos, int32_t target_pos, in target_at_put() function in v8::internal::Assembler 1047 target_at_put(fixup_pos, pos, is_internal); in bind_to() 1057 target_at_put(fixup_pos, trampoline_pos, false); in bind_to() 1060 target_at_put(fixup_pos, pos, false); in bind_to() 1062 target_at_put(fixup_pos, pos, false); in bind_to()
|
H A D | assembler-mips.h | 1544 void target_at_put(int pos, int target_pos, bool is_internal);
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | assembler-riscv64.cc | 536 void Assembler::target_at_put(int pos, int target_pos, bool is_internal, in target_at_put() function in v8::internal::Assembler 543 DEBUG_PRINTF("target_at_put: %p (%d) to %p (%d)\n", in target_at_put() 658 target_at_put(fixup_pos, pos, is_internal); in bind_to() 668 target_at_put(fixup_pos, trampoline_pos, false, true); in bind_to() 671 target_at_put(fixup_pos, pos, false); in bind_to() 680 target_at_put(fixup_pos, trampoline_pos, false, true); in bind_to() 683 target_at_put(fixup_pos, pos, false); in bind_to() 685 target_at_put(fixup_pos, pos, false); in bind_to()
|
H A D | assembler-riscv64.h | 1423 void target_at_put(int pos, int target_pos, bool is_internal,
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.cc | 803 void Assembler::target_at_put(int pos, int target_pos, bool is_internal) { in target_at_put() function in v8::internal::Assembler 973 target_at_put(fixup_pos, pos, is_internal); in bind_to() 983 target_at_put(fixup_pos, trampoline_pos, false); in bind_to() 986 target_at_put(fixup_pos, pos, false); in bind_to() 990 target_at_put(fixup_pos, pos, false); in bind_to()
|
H A D | assembler-mips64.h | 1595 void target_at_put(int pos, int target_pos, bool is_internal);
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 1204 void target_at_put(int pos, int target_pos);
|
H A D | assembler-arm.cc | 815 void Assembler::target_at_put(int pos, int target_pos) { in target_at_put() function in v8::internal::Assembler 999 target_at_put(fixup_pos, pos); in bind_to() 1673 // When the label gets bound: target_at extracts the link and target_at_put in mov_label_offset()
|