Lines Matching refs:jmpDest
2943 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2944 if (jmpDest < loc) { in matchStartType()
2951 U_ASSERT(jmpDest <= end+1); in matchStartType()
2952 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2953 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2979 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2980 if (jmpDest > loc) { in matchStartType()
2981 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
2982 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
3113 int32_t jmpDest = URX_VAL(op); in matchStartType() local
3114 if (jmpDest > loc) { in matchStartType()
3115 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
3116 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
3303 int32_t jmpDest = URX_VAL(op); in minMatchLength() local
3304 if (jmpDest < loc) { in minMatchLength()
3310 U_ASSERT(jmpDest <= end+1); in minMatchLength()
3311 if (forwardedLength.elementAti(jmpDest) > currentLen) { in minMatchLength()
3312 forwardedLength.setElementAt(currentLen, jmpDest); in minMatchLength()
3331 int32_t jmpDest = URX_VAL(op); in minMatchLength() local
3332 if (jmpDest > loc) { in minMatchLength()
3333 if (currentLen < forwardedLength.elementAti(jmpDest)) { in minMatchLength()
3334 forwardedLength.setElementAt(currentLen, jmpDest); in minMatchLength()
3431 int32_t jmpDest = URX_VAL(op); in minMatchLength() local
3432 if (jmpDest > loc) { in minMatchLength()
3433 if (currentLen < forwardedLength.elementAti(jmpDest)) { in minMatchLength()
3434 forwardedLength.setElementAt(currentLen, jmpDest); in minMatchLength()
3583 int32_t jmpDest = URX_VAL(op); in maxMatchLength() local
3584 if (jmpDest < loc) { in maxMatchLength()
3589 if (forwardedLength.elementAti(jmpDest) < currentLen) { in maxMatchLength()
3590 forwardedLength.setElementAt(currentLen, jmpDest); in maxMatchLength()
3610 int32_t jmpDest = URX_VAL(op); in maxMatchLength() local
3611 if (jmpDest > loc) { in maxMatchLength()
3612 if (currentLen > forwardedLength.elementAti(jmpDest)) { in maxMatchLength()
3613 forwardedLength.setElementAt(currentLen, jmpDest); in maxMatchLength()