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

  /external/v8/src/
types.cc 96 if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
114 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
140 return type->AsBitset();
160 if (type->IsBitset()) return type->AsBitset();
526 return BitsetType::Is(this->BitsetLub(), that->AsBitset());
530 return BitsetType::Is(this->AsBitset(), that->BitsetGlb());
552 return BitsetType::Is(SEMANTIC(this->BitsetLub()), that->AsBitset());
555 return BitsetType::Is(SEMANTIC(this->AsBitset()), that->BitsetGlb());
662 bitset number_bits = BitsetType::NumberBits(that->AsBitset());
731 (BitsetType::NumberBits(this->Get(0)->AsBitset()) =
    [all...]
types.h 584 bitset AsBitset() {
818 this->Get(0)->AsBitset();
846 bitset Lub() { return this->Get(0)->AsBitset(); }
865 bitset representation_bits = representation->AsBitset();
    [all...]
  /external/v8/test/cctest/
test-types.cc 44 static bitset AsBitset(Type* t) {
76 static bitset AsBitset(Handle<HeapType> t) {
122 this->AsBitset(type1) == this->AsBitset(type2)) &&
136 CHECK(this->AsBitset(type1) != this->AsBitset(type2));
143 CHECK((this->AsBitset(type1) | this->AsBitset(type2))
144 == this->AsBitset(type2));
152 CHECK(this->AsBitset(type1) != this->AsBitset(type2))
    [all...]

Completed in 90 milliseconds