Searched refs:quantifyMax (Results 1 – 1 of 1) sorted by relevance
282 uint32_t quantifyMax = byteCode.GetU32(GetCurrentPC() + LOOP_MAX_OFFSET); in HandleOpLoop() local288 uint32_t loopMax = isGreedy ? quantifyMax : quantifyMin; in HandleOpLoop()300 if (!isGreedy && (loopCount < quantifyMax)) { in HandleOpLoop()