HomeSort by relevance Sort by last modified time
    Searched refs:kEndOfChain (Results 1 - 4 of 4) sorted by null

  /external/v8/src/mips64/
assembler-mips64.cc 460 const int kEndOfChain = -4;
697 if (imm == kEndOfChain) {
699 return kEndOfChain;
711 return kEndOfChain;
724 return kEndOfChain;
752 return kEndOfChain;
765 return kEndOfChain;
798 DCHECK(target_pos == kEndOfChain || target_pos >= 0);
934 if (link == kEndOfChain) {
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 478 const int kEndOfChain = -4;
725 if (imm == kEndOfChain) {
727 return kEndOfChain;
779 return kEndOfChain;
790 return kEndOfChain;
814 return kEndOfChain;
851 DCHECK(target_pos == kEndOfChain || target_pos >= 0);
967 if (link == kEndOfChain) {
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 368 const int kEndOfChain = -4;
381 if (imm16 == 0) return kEndOfChain;
389 if (imm32 == 0) return kEndOfChain;
421 DCHECK(target_pos == kEndOfChain || target_pos >= 0);
479 if (link == kEndOfChain) {
505 // was: target_pos = kEndOfChain;
508 // target_at() for where this is converted back to kEndOfChain.
527 // was: target_pos = kEndOfChain;
530 // target_at() for where this is converted back to kEndOfChain.
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 413 const int kEndOfChain = -4;
451 if (link == 0) return kEndOfChain;
599 if (link == kEndOfChain) {
708 // was: target_pos = kEndOfChain;
711 // target_at() for where this is converted back to kEndOfChain.
    [all...]

Completed in 76 milliseconds