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

  /external/v8/src/ast/
ast-types.cc 76 if (this->IsBitset()) return AstBitsetType::Min(this->AsBitset());
92 if (this->IsBitset()) return AstBitsetType::Max(this->AsBitset());
113 if (IsBitset(type)) {
131 if (IsBitset(type)) return type->AsBitset();
506 if (that->IsBitset()) {
510 if (this->IsBitset()) {
531 if (that->IsBitset()) {
534 if (this->IsBitset()) {
645 if (this->IsBitset() && that->IsBitset()) return true
    [all...]
ast-types.h 332 static bool IsBitset(AstType* type) {
376 if (AstBitsetType::IsBitset(type)) return false;
876 if (this->IsBitset()) return Iterator<i::Map>();
880 if (this->IsBitset()) return Iterator<i::Object>();
895 bool IsBitsetForTesting() { return IsBitset(); }
914 bool IsBitset() { return AstBitsetType::IsBitset(this); }
918 DCHECK(this->IsBitset());
    [all...]
  /external/v8/src/compiler/
types.cc 71 if (this->IsBitset()) return BitsetType::Min(this->AsBitset());
88 if (this->IsBitset()) return BitsetType::Max(this->AsBitset());
110 if (IsBitset(type)) {
128 if (IsBitset(type)) return type->AsBitset();
507 if (that->IsBitset()) {
511 if (this->IsBitset()) {
563 if (this->IsBitset() && that->IsBitset()) return true;
569 if (that->IsBitset()) {
583 if (this->IsBitset() || that->IsBitset()) return true
    [all...]
types.h 260 static bool IsBitset(Type* type) {
295 if (BitsetType::IsBitset(type)) return false;
617 bool IsBitsetForTesting() { return IsBitset(); }
634 bool IsBitset() { return BitsetType::IsBitset(this); }
638 DCHECK(this->IsBitset());

Completed in 57 milliseconds