Home
last modified time | relevance | path

Searched refs:target_at_put (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc507 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 Dassembler-s390.h1379 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc514 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 Dassembler-loong64.h843 void target_at_put(int pos, int target_pos, bool is_internal);
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc450 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 Dassembler-ppc.h1331 void target_at_put(int pos, int target_pos, bool* is_branch = nullptr);
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc896 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 Dassembler-mips.h1544 void target_at_put(int pos, int target_pos, bool is_internal);
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc536 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 Dassembler-riscv64.h1423 void target_at_put(int pos, int target_pos, bool is_internal,
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc803 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 Dassembler-mips64.h1595 void target_at_put(int pos, int target_pos, bool is_internal);
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h1204 void target_at_put(int pos, int target_pos);
H A Dassembler-arm.cc815 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()

Completed in 66 milliseconds