Home
last modified time | relevance | path

Searched refs:kEndOfJumpChain (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc305 const int kEndOfJumpChain = 0; member
439 if (address == kEndOfJumpChain) { in target_at()
477 if (imm32 == kEndOfJumpChain) { in target_at()
896 return kEndOfJumpChain; in jump_address()
916 return kEndOfJumpChain; in branch_long_offset()
2091 if (*p == kEndOfJumpChain) { in RelocateInternalReference()
2152 if (internal_ref != kEndOfJumpChain) { in GrowBuffer()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc309 const int kEndOfJumpChain = 0; member
361 if (address == kEndOfJumpChain) { in target_at()
380 if (imm13 == kEndOfJumpChain) { in target_at()
389 if (imm21 == kEndOfJumpChain) { in target_at()
398 if (imm12 == kEndOfJumpChain) { in target_at()
410 if (imm == kEndOfJumpChain) { in target_at()
424 if (offset == kEndOfJumpChain) return kEndOfChain; in target_at()
429 if (offset == kEndOfJumpChain) return kEndOfChain; in target_at()
435 if (offset == kEndOfJumpChain) return kEndOfChain; in target_at()
439 if (instr == kEndOfJumpChain) { in target_at()
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc461 const int kEndOfJumpChain = 0; member
841 if (imm32 == kEndOfJumpChain) { in target_at()
853 if (imm32 == kEndOfJumpChain) { in target_at()
869 if (imm == kEndOfJumpChain) { in target_at()
1408 return kEndOfJumpChain; in jump_address()
1429 return kEndOfJumpChain; in branch_long_offset()
3479 if (imm == kEndOfJumpChain) { in RelocateInternalReference()
3526 if (imm == kEndOfJumpChain) { in RelocateRelativeReference()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc439 const int kEndOfJumpChain = 0; member
696 if (address == kEndOfJumpChain) { in target_at()
731 if (imm32 == kEndOfJumpChain) { in target_at()
745 if (imm32 == kEndOfJumpChain) { in target_at()
764 if (imm == kEndOfJumpChain) { in target_at()
778 if (imm28 == kEndOfJumpChain) { in target_at()
1335 return kEndOfJumpChain; in jump_address()
1356 return kEndOfJumpChain; in jump_offset()
1376 return kEndOfJumpChain; in branch_long_offset()
3675 if (*p == kEndOfJumpChain) { in RelocateInternalReference()
[all...]

Completed in 27 milliseconds