Home
last modified time | relevance | path

Searched refs:kEndOfJumpChain (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.cc492 const int kEndOfJumpChain = 0; variable
696 if (imm == kEndOfJumpChain) { in target_at()
707 if (imm28 == kEndOfJumpChain) { in target_at()
1015 return kEndOfJumpChain; in jump_address()
2358 if (imm == kEndOfJumpChain) { in RelocateInternalReference()
2374 if (static_cast<int32_t>(imm28) == kEndOfJumpChain) { in RelocateInternalReference()
/external/v8/src/mips64/
Dassembler-mips64.cc470 const int kEndOfJumpChain = 0; variable
674 if (imm == kEndOfJumpChain) { in target_at()
685 if (imm28 == kEndOfJumpChain) { in target_at()
997 return kEndOfJumpChain; in jump_address()
2592 if (imm == kEndOfJumpChain) { in RelocateInternalReference()
2611 if (static_cast<int32_t>(imm28) == kEndOfJumpChain) { in RelocateInternalReference()