Lines Matching refs:jmpDest
2908 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2909 if (jmpDest < loc) { in matchStartType()
2916 U_ASSERT(jmpDest <= end+1); in matchStartType()
2917 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()
2918 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
2944 int32_t jmpDest = URX_VAL(op); in matchStartType() local
2945 if (jmpDest > loc) { in matchStartType()
2946 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
2947 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
3078 int32_t jmpDest = URX_VAL(op); in matchStartType() local
3079 if (jmpDest > loc) { in matchStartType()
3080 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()
3081 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()
3271 int32_t jmpDest = URX_VAL(op); in minMatchLength() local
3272 if (jmpDest < loc) { in minMatchLength()
3278 U_ASSERT(jmpDest <= end+1); in minMatchLength()
3279 if (forwardedLength.elementAti(jmpDest) > currentLen) { in minMatchLength()
3280 forwardedLength.setElementAt(currentLen, jmpDest); in minMatchLength()
3299 int32_t jmpDest = URX_VAL(op); in minMatchLength() local
3300 if (jmpDest > loc) { in minMatchLength()
3301 if (currentLen < forwardedLength.elementAti(jmpDest)) { in minMatchLength()
3302 forwardedLength.setElementAt(currentLen, jmpDest); in minMatchLength()
3399 int32_t jmpDest = URX_VAL(op); in minMatchLength() local
3400 if (jmpDest > loc) { in minMatchLength()
3401 if (currentLen < forwardedLength.elementAti(jmpDest)) { in minMatchLength()
3402 forwardedLength.setElementAt(currentLen, jmpDest); in minMatchLength()
3564 int32_t jmpDest = URX_VAL(op); in maxMatchLength() local
3565 if (jmpDest < loc) { in maxMatchLength()
3570 if (forwardedLength.elementAti(jmpDest) < currentLen) { in maxMatchLength()
3571 forwardedLength.setElementAt(currentLen, jmpDest); in maxMatchLength()
3591 int32_t jmpDest = URX_VAL(op); in maxMatchLength() local
3592 if (jmpDest > loc) { in maxMatchLength()
3593 if (currentLen > forwardedLength.elementAti(jmpDest)) { in maxMatchLength()
3594 forwardedLength.setElementAt(currentLen, jmpDest); in maxMatchLength()