• Home
  • Raw
  • Download

Lines Matching refs:jmpDest

2604                 int32_t  jmpDest = URX_VAL(op);  in matchStartType()  local
2605 if (jmpDest < loc) { in matchStartType()
2612 U_ASSERT(jmpDest <= end+1); in matchStartType()
2613 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2614 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2640 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2641 if (jmpDest > loc) { in matchStartType()
2642 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
2643 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2780 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2781 if (jmpDest > loc) { in matchStartType()
2782 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
2783 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2969 int32_t jmpDest = URX_VAL(op); in minMatchLength() local
2970 if (jmpDest < loc) { in minMatchLength()
2976 U_ASSERT(jmpDest <= end+1); in minMatchLength()
2977 if (forwardedLength.elementAti(jmpDest) > currentLen) { in minMatchLength()
2978 forwardedLength.setElementAt(currentLen, jmpDest); in minMatchLength()
2997 int32_t jmpDest = URX_VAL(op); in minMatchLength() local
2998 if (jmpDest > loc) { in minMatchLength()
2999 if (currentLen < forwardedLength.elementAti(jmpDest)) { in minMatchLength()
3000 forwardedLength.setElementAt(currentLen, jmpDest); in minMatchLength()
3097 int32_t jmpDest = URX_VAL(op); in minMatchLength() local
3098 if (jmpDest > loc) { in minMatchLength()
3099 if (currentLen < forwardedLength.elementAti(jmpDest)) { in minMatchLength()
3100 forwardedLength.setElementAt(currentLen, jmpDest); in minMatchLength()
3259 int32_t jmpDest = URX_VAL(op); in maxMatchLength() local
3260 if (jmpDest < loc) { in maxMatchLength()
3265 if (forwardedLength.elementAti(jmpDest) < currentLen) { in maxMatchLength()
3266 forwardedLength.setElementAt(currentLen, jmpDest); in maxMatchLength()
3286 int32_t jmpDest = URX_VAL(op); in maxMatchLength() local
3287 if (jmpDest > loc) { in maxMatchLength()
3288 if (currentLen > forwardedLength.elementAti(jmpDest)) { in maxMatchLength()
3289 forwardedLength.setElementAt(currentLen, jmpDest); in maxMatchLength()