Home
last modified time | relevance | path

Searched refs:link_to (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dlabel.h95 void link_to(int pos, Distance distance = kFar) { in link_to() function in v8::internal::Label
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32-inl.h265 L->link_to(pc_offset()); in emit_disp()
276 L->link_to(pc_offset(), Label::kNear); in emit_near_disp()
H A Dassembler-ia32.h341 n > 0 ? L->link_to(n) : L->Unuse(); in next()
343 void link_to(Label* L) { init(L, type()); } in link_to() function in v8::internal::Displacement
H A Dassembler-ia32.cc1535 l.link_to(L->pos()); in print()
1581 L->link_to(fixup_pos + offset_to_next, Label::kNear); in bind_to()
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc602 L->link_to(link); in next()
620 L->link_to(pc_offset()); in link()
642 L->link_to(pc_offset()); in load_label_offset()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc514 L->link_to(fixup_pos + offset_to_next, Label::kNear); in bind_to()
619 label->link_to(pc_offset() - sizeof(int32_t)); in emit_operand()
624 label->link_to(current); in emit_operand()
995 L->link_to(pc_offset() - sizeof(int32_t)); in call()
1000 L->link_to(current); in call()
1402 L->link_to(pc_offset(), Label::kNear); in j()
1423 L->link_to(pc_offset() - sizeof(int32_t)); in j()
1430 L->link_to(current); in j()
1507 L->link_to(pc_offset(), Label::kNear); in jmp()
1526 L->link_to(pc_offse in jmp()
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc541 l.link_to(L->pos()); in print()
617 L->link_to(0); in next()
620 L->link_to(link); in next()
893 L->link_to(pc_offset()); in jump_address()
895 L->link_to(pc_offset()); in jump_address()
913 L->link_to(pc_offset()); in branch_long_offset()
915 L->link_to(pc_offset()); in branch_long_offset()
933 L->link_to(pc_offset()); in branch_offset_helper()
935 L->link_to(pc_offset()); in branch_offset_helper()
972 L->link_to(at_offse in label_at_put()
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc1011 l.link_to(L->pos()); in print()
1085 L->link_to(link); in next()
1405 L->link_to(pc_offset()); in jump_address()
1407 L->link_to(pc_offset()); in jump_address()
1426 L->link_to(pc_offset()); in branch_long_offset()
1428 L->link_to(pc_offset()); in branch_long_offset()
1450 L->link_to(pc_offset() + pad); in branch_offset_helper()
1452 L->link_to(pc_offset() + pad); in branch_offset_helper()
1489 L->link_to(at_offset); in label_at_put()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc59 l->link_to(pc_); in EmitOrLink()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc937 l.link_to(L->pos()); in print()
1013 L->link_to(link); in next()
1332 L->link_to(pc_offset()); in jump_address()
1334 L->link_to(pc_offset()); in jump_address()
1353 L->link_to(pc_offset() + pad); in jump_offset()
1355 L->link_to(pc_offset() + pad); in jump_offset()
1373 L->link_to(pc_offset()); in branch_long_offset()
1375 L->link_to(pc_offset()); in branch_long_offset()
1394 L->link_to(pc_offset() + pad); in branch_offset_helper()
1396 L->link_to(pc_offse in branch_offset_helper()
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc620 l.link_to(L->pos()); in print()
710 L->link_to(link); in next()
1401 L->link_to(pc_offset()); in jump_address()
1403 L->link_to(pc_offset()); in jump_address()
1432 L->link_to(pc_offset()); in branch_long_offset()
1434 L->link_to(pc_offset()); in branch_long_offset()
1464 L->link_to(pc_offset()); in branch_offset_helper()
1467 L->link_to(pc_offset()); in branch_offset_helper()
1507 L->link_to(at_offset); in label_at_put()
/third_party/python/Lib/
H A Dpathlib.py1210 def link_to(self, target): member in Path
1222 warnings.warn("pathlib.Path.link_to() is deprecated and is scheduled "
/third_party/python/Lib/test/
H A Dtest_pathlib.py2027 p.link_to(q)
2036 q.link_to(r)
2065 p.link_to(q)
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc600 L->link_to(link); in next()
690 L->link_to(pc_offset()); in link()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc494 label->link_to( in RemoveBranchFromLabelLinkChain()
597 label->link_to(prevlinkoffset); in bind()
642 label->link_to(pc_offset()); in LinkAndGetByteOffsetTo()
3550 label->link_to(pc_offset()); in dcptr()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc913 l.link_to(L->pos()); in print()
1022 L->link_to(link); in next()
1455 L->link_to(pc_offset()); in branch_offset()
1656 label->link_to(pc_offset()); in mov_label_offset()

Completed in 75 milliseconds