Searched refs:kNoLimit (Results 1 – 2 of 2) sorted by relevance
3073 int32_t upper_limit = kNoLimit)3090 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);3151 static const int32_t kNoLimit = -1; variable3173 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
2274 return result >= MAX_LIMIT ? kNoLimit : result; in ComputeUpperLimit()