Home | History | Annotate | Download | only in src

Lines Matching refs:KindField

4852   STATIC_ASSERT(Code::NUMBER_OF_KINDS <= KindField::kMax + 1);
5194 unsigned int bits = KindField::encode(kind) |
5207 return KindField::decode(flags);