Searched refs:BoundariesSize (Results 1 – 2 of 2) sorted by relevance
367 size_t TypeImpl<Config>::BitsetType::BoundariesSize() { in BoundariesSize() function in v8::internal::TypeImpl::BitsetType380 for (size_t i = 0; i < BoundariesSize(); ++i) { in ExpandInternals()396 for (size_t i = 1; i < BoundariesSize(); ++i) { in Lub()402 return lub | mins[BoundariesSize() - 1].internal; in Lub()423 for (size_t i = 1; i + 1 < BoundariesSize(); ++i) { in Glb()441 for (size_t i = 0; i < BoundariesSize(); ++i) { in Min()457 if (BitsetType::Is(SEMANTIC(mins[BoundariesSize() - 1].internal), bits)) { in Max()460 for (size_t i = BoundariesSize() - 1; i-- > 0;) { in Max()
706 static inline size_t BoundariesSize();