Home | History | Annotate | Download | only in src

Lines Matching refs:OP_CLASS

1128     case OP_CLASS:
1137 cc += PRIV(OP_lengths)[OP_CLASS];
1139 cc += PRIV(OP_lengths)[OP_CLASS];
1554 case OP_CLASS:
1556 ccode = code + PRIV(OP_lengths)[OP_CLASS];
4483 automatically handled by the use of OP_CLASS or OP_NCLASS, but an
5043 excluded, set the opcode to OP_CLASS or OP_NCLASS, depending on whether the
5048 *code++ = (negate_class == should_flip_negation) ? OP_CLASS : OP_NCLASS;
5379 else if (*previous == OP_CLASS || *previous == OP_NCLASS ||
5811 case OP_CLASS: