Searched defs:IsNone (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/
H A Dfield-type.h37 bool IsNone() { return this == None(); } function in class:v8::internal::FieldType
H A Dmachine-type.h72 bool IsNone() { return representation() == MachineRepresentation::kNone; } function in class:v8::internal::MachineRepresentation::MachineType
H A Dproperty-details.h142 if (IsHeapObject()) return other.IsNone();
159 DCHECK(!IsNone());
173 bool IsNone() const { return kind_ == kNone; } function in class:v8::internal::Representation
H A Dassembler.h521 static inline bool IsNone(Mode mode) { function in class:v8::internal::RelocInfo
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h348 bool IsNone() const { return mode_ == kFlags_none; } function in class:v8::internal::compiler::final
353 DCHECK(!IsNone());
378 DCHECK(!IsNone());
383 DCHECK(!IsNone());
H A Dtypes.h613 bool IsNone() { return this == None(); } function in class:v8::internal::compiler::BitsetType::Type
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h75 DCHECK(!IsNone());
78 DCHECK(IsNone());
98 inline bool CPURegister::IsNone() const { function in class:v8::internal::CPURegister
135 return IsValid() || IsNone();
178 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code());
179 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code());
180 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code());
181 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code());
1219 DCHECK(!recorded_ast_id_.IsNone());
/external/v8/src/ast/
H A Dast-types.h919 bool IsNone() { return this == None(); } function in class:v8::internal::AstBitsetType::AstType

Completed in 189 milliseconds