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

  /external/v8/src/compiler/
types.cc 58 if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
76 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
99 return AsBitset();
115 if (IsBitset()) return AsBitset();
510 return BitsetType::Is(this->BitsetLub(), that.AsBitset());
514 return BitsetType::Is(this->AsBitset(), that.BitsetGlb());
571 bitset number_bits = BitsetType::NumberBits(that.AsBitset());
621 (BitsetType::NumberBits(this->Get(0).AsBitset()) ==
632 return NewBitset(type1.AsBitset() & type2.AsBitset());
    [all...]
types.h 437 bitset AsBitsetForTesting() { return AsBitset(); }
469 bitset AsBitset() const {

Completed in 71 milliseconds