Searched refs:IsBitset (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dtypes.cc96 if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
114 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
139 if (type->IsBitset()) {
160 if (type->IsBitset()) return type->AsBitset();
525 if (that->IsBitset()) {
529 if (this->IsBitset()) {
551 if (that->IsBitset()) {
554 if (this->IsBitset()) {
650 if (this->IsBitset() && that->IsBitset()) retur
[all...]
H A Dtypes.h535 if (this->IsBitset()) return Iterator<i::Map>();
539 if (this->IsBitset()) return Iterator<i::Object>();
581 bool IsBitset() { return Config::is_bitset(this); } function in class:v8::internal::TypeImpl
585 DCHECK(this->IsBitset());
H A Dtypes-inl.h45 DCHECK(t->IsBitset() || t->IsClass() || t->IsConstant() || t->IsRange() ||
/external/v8/test/cctest/
H A Dtest-types.cc35 return !IsBitset(t) && reinterpret_cast<intptr_t>(AsStruct(t)[0]) == tag;
37 static bool IsBitset(Type* t) { return reinterpret_cast<uintptr_t>(t) & 1; } function in struct:ZoneRep
71 static bool IsBitset(Handle<HeapType> t) { return t->IsSmi(); } function in struct:HeapRep
117 this->IsBitset(type1) == this->IsBitset(type2) &&
121 (!this->IsBitset(type1) ||
135 if (this->IsBitset(type1) && this->IsBitset(type2)) {
142 if (this->IsBitset(type1) && this->IsBitset(type
[all...]

Completed in 169 milliseconds