Home
last modified time | relevance | path

Searched refs:kMaxIndex (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dgc-info-table.cc47 constexpr GCInfoIndex GCInfoTable::kMaxIndex; member in cppgc::internal::GCInfoTable
76 return RoundUp(GCInfoTable::kMaxIndex * kEntrySize, in MaxTableSize()
88 std::min(static_cast<size_t>(kMaxIndex), initial_limit)); in InitialTableLimit()
147 CHECK_LT(new_index, GCInfoTable::kMaxIndex); in RegisterNewGCInfo()
H A Dgc-info-table.h32 // At maximum |kMaxIndex - 1| indices are supported.
40 static constexpr GCInfoIndex kMaxIndex = 1 << 14; member in cppgc::internal::final
61 DCHECK_LT(index, kMaxIndex); in GCInfoFromIndex()
H A Dheap-object-header.h183 DCHECK_LT(gc_info_index, GCInfoTable::kMaxIndex); in HeapObjectHeader()
/third_party/skia/src/core/
H A DSkRemoteGlyphCache.cpp204 return bit < kMaxIndex && fBits.test(bit); in test()
208 if (bit < kMaxIndex) { in setIfLower()
218 inline static constexpr int kMaxIndex = kMaxGlyphID * (1u << GID::kSubPixelPosLen);
219 std::bitset<kMaxIndex> fBits;

Completed in 5 milliseconds