Lines Matching defs:limit
114 // limit recursion it is possible for the Emit() function to put the node
167 // code for each node several times. In order to limit the size of the
168 // generated code there is an arbitrary limit on how many specialized sets of
169 // code may be generated for a given node. If the limit is reached, the
405 // Count pushes performed to force a stack limit check occasionally.
1183 // We didn't find any section that started after the limit, so everything
2330 // up to the limit the quick check already checked. In addition the quick
2576 // so we have to limit the max number.
3123 // If there are actions to be flushed we have to limit how many times
3422 int limit = data_.u_empty_match_check.repetition_limit;
3423 assembler->IfRegisterLT(rep_reg, limit, &skip_empty_check);