Searched refs:jmpDest (Results 1 – 1 of 1) sorted by relevance
2943 int32_t jmpDest = URX_VAL(op); in matchStartType() local2944 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() local2980 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[all …]