Searched refs:jmpDest (Results 1 – 1 of 1) sorted by relevance
2919 int32_t jmpDest = URX_VAL(op); in matchStartType() local2920 if (jmpDest < loc) { in matchStartType()2927 U_ASSERT(jmpDest <= end+1); in matchStartType()2928 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()2929 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()2955 int32_t jmpDest = URX_VAL(op); in matchStartType() local2956 if (jmpDest > loc) { in matchStartType()2957 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()2958 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()3089 int32_t jmpDest = URX_VAL(op); in matchStartType() local[all …]