HomeSort by relevance Sort by last modified time
    Searched defs:IsNone (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
instruction-selector-impl.h 312 bool IsNone() const { return mode_ == kFlags_none; }
316 DCHECK(!IsNone());
333 DCHECK(!IsNone());
338 DCHECK(!IsNone());
  /external/v8/src/arm64/
assembler-arm64-inl.h 90 DCHECK(!IsNone());
93 DCHECK(IsNone());
113 inline bool CPURegister::IsNone() const {
150 return IsValid() || IsNone();
193 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code());
194 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code());
195 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code());
196 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code());
    [all...]
  /external/v8/src/
property-details.h 139 if (IsHeapObject()) return other.IsNone();
156 DCHECK(!IsNone());
170 bool IsNone() const { return kind_ == kNone; }
types.h 579 bool IsNone() { return this == None(); }
    [all...]
assembler.h 500 static inline bool IsNone(Mode mode) {
    [all...]

Completed in 106 milliseconds