HomeSort by relevance Sort by last modified time
    Searched refs:BitsetLub (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
types.cc 143 bitset |= type->AsUnion()->Get(i)->BitsetLub();
153 if (type->IsRange()) return type->AsRange()->BitsetLub();
438 return BitsetType::Is(this->BitsetLub(), that->AsBitset());
525 if (!BitsetType::IsInhabited(this->BitsetLub() & that->BitsetLub()))
698 if (!BitsetType::IsInhabited(lhs->BitsetLub() & rhs->BitsetLub())) {
    [all...]
types.h 388 bool IsInhabited() { return BitsetType::IsInhabited(this->BitsetLub()); }
517 bitset BitsetLub() { return BitsetType::Lub(this); }
775 int BitsetLub() { return this->Get(0)->AsBitset(); }
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 840 void BitsetLub() {
841 // Upper: T->Is(T->BitsetLub())
849 // Least: If T2->IsBitset() and T1->Is(T2), then (T1->BitsetLub())->Is(T2)
860 // Monotonicity: T1->Is(T2) implies (T1->BitsetLub())->Is(T2->BitsetLub())
    [all...]

Completed in 1016 milliseconds