Searched refs:forwardedLength (Results 1 – 1 of 1) sorted by relevance
2667 UVector32 forwardedLength(end+1, *fStatus); in matchStartType() local2668 forwardedLength.setSize(end+1); in matchStartType()2670 forwardedLength.setElementAt(INT32_MAX, loc); in matchStartType()2681 if (forwardedLength.elementAti(loc) < currentLen) { in matchStartType()2682 currentLen = forwardedLength.elementAti(loc); in matchStartType()2903 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()2908 if (forwardedLength.elementAti(jmpDest) > currentLen) { in matchStartType()2909 forwardedLength.setElementAt(currentLen, jmpDest); in matchStartType()2926 currentLen = forwardedLength.elementAti(loc+1); in matchStartType()2937 if (currentLen < forwardedLength.elementAti(jmpDest)) { in matchStartType()[all …]