Home | History | Annotate | Download | only in src

Lines Matching refs:KindField

4838   STATIC_ASSERT(Code::NUMBER_OF_KINDS <= KindField::kMax + 1);
5142 unsigned int bits = KindField::encode(kind) |
5156 return KindField::decode(flags);