HomeSort by relevance Sort by last modified time
    Searched refs:IsBitset (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());
98 if (IsBitset()) {
115 if (IsBitset()) return AsBitset();
509 if (that.IsBitset()) {
513 if (this->IsBitset()) {
564 if (this->IsBitset() && that.IsBitset()) return true;
570 if (that.IsBitset()) {
584 if (this->IsBitset() || that.IsBitset()) return true
    [all...]
types.h 396 bool IsBitset() const { return payload_ & 1; }
456 if (IsBitset()) return false;
470 DCHECK(IsBitset());

Completed in 98 milliseconds