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 457 const int kEndOfChain = -4;
694 if (imm == kEndOfChain) {
696 return kEndOfChain;
708 return kEndOfChain;
721 return kEndOfChain;
749 return kEndOfChain;
762 return kEndOfChain;
795 DCHECK(target_pos == kEndOfChain || target_pos >= 0);
932 if (link == kEndOfChain) {
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 476 const int kEndOfChain = -4;
723 if (imm == kEndOfChain) {
725 return kEndOfChain;
777 return kEndOfChain;
788 return kEndOfChain;
812 return kEndOfChain;
849 DCHECK(target_pos == kEndOfChain || target_pos >= 0);
966 if (link == kEndOfChain) {
    [all...]
  /external/v8/src/s390/
assembler-s390.cc 353 const int kEndOfChain = -4;
366 if (imm16 == 0) return kEndOfChain;
374 if (imm32 == 0) return kEndOfChain;
406 DCHECK(target_pos == kEndOfChain || target_pos >= 0);
464 if (link == kEndOfChain) {
490 // was: target_pos = kEndOfChain;
493 // target_at() for where this is converted back to kEndOfChain.
512 // was: target_pos = kEndOfChain;
515 // target_at() for where this is converted back to kEndOfChain.
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 405 const int kEndOfChain = -4;
443 if (link == 0) return kEndOfChain;
591 if (link == kEndOfChain) {
693 // was: target_pos = kEndOfChain;
696 // target_at() for where this is converted back to kEndOfChain.
    [all...]

Completed in 799 milliseconds