Home
last modified time | relevance | path

Searched refs:kCodeKindCount (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcode-kind.h43 static constexpr int kCodeKindCount = CODE_KIND_LIST(V); variable
46 STATIC_ASSERT(kCodeKindCount <= std::numeric_limits<uint8_t>::max());
111 STATIC_ASSERT(kCodeKindCount <= kInt32Size * kBitsPerByte);
Dcode.h683 STATIC_ASSERT(kCodeKindCount <= KindField::kNumValues);
/third_party/node/deps/v8/src/heap/
Dcode-stats.cc90 for (int i = 0; i < kCodeKindCount; i++) { in ReportCodeStatistics()
128 for (int i = 0; i < kCodeKindCount; i++) { in ResetCodeStatistics()
/third_party/node/deps/v8/src/execution/
Disolate.h443 V(int, code_kind_statistics, kCodeKindCount)