Searched refs:kCodeKindCount (Results 1 – 4 of 4) sorted by relevance
43 static constexpr int kCodeKindCount = CODE_KIND_LIST(V); variable46 STATIC_ASSERT(kCodeKindCount <= std::numeric_limits<uint8_t>::max());111 STATIC_ASSERT(kCodeKindCount <= kInt32Size * kBitsPerByte);
683 STATIC_ASSERT(kCodeKindCount <= KindField::kNumValues);
90 for (int i = 0; i < kCodeKindCount; i++) { in ReportCodeStatistics()128 for (int i = 0; i < kCodeKindCount; i++) { in ResetCodeStatistics()
443 V(int, code_kind_statistics, kCodeKindCount)