Home
last modified time | relevance | path

Searched refs:BitsetLub (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dtypes.cc143 bitset |= type->AsUnion()->Get(i)->BitsetLub(); in Lub()
153 if (type->IsRange()) return type->AsRange()->BitsetLub(); in Lub()
438 return BitsetType::Is(this->BitsetLub(), that->AsBitset()); in SlowIs()
525 if (!BitsetType::IsInhabited(this->BitsetLub() & that->BitsetLub())) in Maybe()
698 if (!BitsetType::IsInhabited(lhs->BitsetLub() & rhs->BitsetLub())) { in IntersectAux()
1089 BitsetType::Print(os, REPRESENTATION(this->BitsetLub())); in PrintTo()
Dtypes.h388 bool IsInhabited() { return BitsetType::IsInhabited(this->BitsetLub()); } in IsInhabited()
517 bitset BitsetLub() { return BitsetType::Lub(this); } in BitsetLub() function
775 int BitsetLub() { return this->Get(0)->AsBitset(); } in BitsetLub() function
/external/v8/test/cctest/
Dtest-types.cc840 void BitsetLub() { in BitsetLub() function
2022 TEST(BitsetLub) { in TEST() argument
2024 ZoneTests().BitsetLub(); in TEST()
2025 HeapTests().BitsetLub(); in TEST()