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

/external/v8/src/
H A Dfield-type.h39 bool IsNone() { return this == None(); } function in class:v8::internal::FieldType
H A Dmachine-type.h75 bool IsNone() { return representation() == MachineRepresentation::kNone; } function in class:v8::internal::MachineRepresentation::MachineType
H A Dproperty-details.h138 if (IsHeapObject()) return other.IsNone();
155 DCHECK(!IsNone());
169 bool IsNone() const { return kind_ == kNone; } function in class:v8::internal::Representation
H A Dassembler.h444 static inline bool IsNone(Mode mode) { function in class:v8::internal::RelocInfo
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h370 bool IsNone() const { return mode_ == kFlags_none; } function in class:v8::internal::compiler::final
376 DCHECK(!IsNone());
409 DCHECK(!IsNone());
414 DCHECK(!IsNone());
H A Dtypes.h632 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.h912 bool IsNone() { return this == None(); } function in class:v8::internal::AstBitsetType::AstType

Completed in 689 milliseconds