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