Home
last modified time | relevance | path

Searched refs:IsNone (Results 1 - 25 of 54) sorted by relevance

123

/third_party/node/deps/v8/src/compiler/
H A Doperation-typer.cc326 if (type.IsNone()) return type; in NumberAbs()
332 if (!type.IsNone()) { in NumberAbs()
469 if (type.IsNone()) { in NumberSign()
484 DCHECK(!type.IsNone()); in NumberSign()
523 if (type.IsNone()) return type; in NumberToBoolean()
545 if (type.IsNone()) return type; in NumberToString()
593 if (lhs.IsNone() || rhs.IsNone()) return Type::None(); in NumberAdd()
616 if (!lhs.IsNone() && !rhs.IsNone()) { in NumberAdd()
[all...]
H A Dtyper.cc376 return input.IsNone() ? Type::None() : f(input, typer_); in TypeUnaryOp()
386 return left.IsNone() || right.IsNone() ? Type::None() in TypeBinaryOp()
394 if (lhs.IsNone() || rhs.IsNone()) return Type::None(); in BinaryNumberOpTyper()
495 if (type.IsNone()) return type; in ToLength()
559 CHECK(!type.IsNone()); in ObjectIsArrayBufferView()
565 CHECK(!type.IsNone()); in ObjectIsBigInt()
572 CHECK(!type.IsNone()); in ObjectIsCallable()
580 CHECK(!type.IsNone()); in ObjectIsConstructor()
[all...]
H A Dtypes.cc582 if (BitsetType::IsNone(this->BitsetLub() & that.BitsetLub())) return false; in Maybe()
672 if (type1.IsNone() || type2.IsAny()) return type1; // Shortcut. in Intersect()
673 if (type2.IsNone() || type1.IsAny()) return type2; // Shortcut. in Intersect()
770 if (BitsetType::IsNone(lhs.BitsetLub() & rhs.BitsetLub())) return size; in IntersectAux()
889 if (type1.IsAny() || type2.IsNone()) return type1; in Union()
890 if (type2.IsAny() || type1.IsNone()) return type2; in Union()
925 if (!range.IsNone()) result->Set(size++, range); in Union()
H A Daccess-info.cc115 DCHECK(!field_representation.IsNone()); in DataField()
136 DCHECK(!field_representation.IsNone()); in FastDataConstant()
420 if (details_representation.IsNone()) { in ComputeDataFieldAccessInfo()
456 if (descriptors_field_type->IsNone()) { in ComputeDataFieldAccessInfo()
1112 if (details_representation.IsNone()) return Invalid(); in LookupTransition()
1140 if (descriptors_field_type->IsNone()) { in LookupTransition()
H A Dtypes.h262 static bool IsNone(bitset bits) { return bits == kNone; } in IsNone() function
402 bool IsNone() const { return payload_ == None().payload_; } in IsNone() function in v8::internal::compiler::BitsetType::Type
421 if (IsNone()) return false; in IsSingleton()
H A Dconstant-folding-reducer.cc19 if (type.IsNone()) { in TryGetConstant()
H A Ddead-code-elimination.cc36 NodeProperties::GetTypeOrAny(node).IsNone(); in NoReturn()
220 NodeProperties::GetTypeOrAny(node).IsNone()) { in ReducePhi()
H A Dtyped-optimization.cc178 if (!index_type.IsNone() && !length_type.IsNone() && in ReduceMaybeGrowFastElements()
586 if (NodeProperties::GetType(node).IsNone()) { in ReduceSameValue()
/third_party/node/deps/v8/src/objects/
H A Dfield-type.cc58 if (IsNone()) return true; in NowIs()
59 if (other.IsNone()) return false; in NowIs()
68 if (IsNone() && other.IsNone()) return true; in Equals()
80 } else if (IsNone()) { in PrintTo()
H A Dproperty-details.h155 DCHECK(IsNone() || IsSmi()); in MightCauseMapDeprecation()
167 if (IsNone()) return !other.IsDouble(); in CanBeInPlaceChangedTo()
183 if (IsHeapObject()) return other.IsNone(); in is_more_general_than()
198 DCHECK(!IsNone()); in size()
205 constexpr bool IsNone() const { return kind_ == kNone; } in IsNone() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation
H A Dfield-type.h38 bool IsNone() const { return *this == None(); } in IsNone() function in v8::internal::FieldType
H A Dosr-optimized-code-cache.cc27 DCHECK(!osr_offset.IsNone()); in Insert()
219 DCHECK(!osr_offset.IsNone()); in FindEntry()
H A Djs-function-inl.h112 DCHECK(IsNone(state) || ChecksTieringState()); in set_tiering_state()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dreglist-arm64.h113 if (!other1.IsNone() && (other1.type() == type_)) { in IncludesAliasOf()
116 if (!other2.IsNone() && (other2.type() == type_)) { in IncludesAliasOf()
119 if (!other3.IsNone() && (other3.type() == type_)) { in IncludesAliasOf()
122 if (!other4.IsNone() && (other4.type() == type_)) { in IncludesAliasOf()
H A Dmacro-assembler-arm64.cc1190 DCHECK(src1.IsNone() && src2.IsNone() && src3.IsNone()); in PushHelper()
1194 DCHECK(src2.IsNone() && src3.IsNone()); in PushHelper()
1198 DCHECK(src3.IsNone()); in PushHelper()
1227 DCHECK(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper()
1231 DCHECK(dst2.IsNone() in PopHelper()
[all...]
H A Dassembler-arm64-inl.h76 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove()
77 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code()); in Remove()
78 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code()); in Remove()
79 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code()); in Remove()
/third_party/vixl/src/aarch64/
H A Dregisters-aarch64.h121 if (IsNone()) return 0; in GetBit()
191 bool IsNone() const { return GetType() == kNoRegister; }
193 // `GetType() == kNoRegister` implies IsNone(), and vice-versa.
258 bool IsValidOrNone() const { return IsNone() || IsValid(); }
295 VIXL_ASSERT(IsNone() || IsZRegister() || IsPRegister());
1006 VIXL_ASSERT(regs[i].IsNone());
H A Dmacro-assembler-aarch64.cc2339 VIXL_ASSERT(src1.IsNone() && src2.IsNone() && src3.IsNone()); in Emit()
2343 VIXL_ASSERT(src2.IsNone() && src3.IsNone()); in Emit()
2347 VIXL_ASSERT(src3.IsNone()); in Emit()
2383 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in Emit()
2387 VIXL_ASSERT(dst2.IsNone() in Emit()
[all...]
H A Doperands-aarch64.h600 return base_.IsX() && regoffset_.IsNone() && in IsScalarPlusImmediate()
623 regoffset_.IsNone() && (mod_ == NO_SVE_OFFSET_MODIFIER); in IsVectorPlusImmediate()
667 VIXL_ASSERT(regoffset_.IsNone()); in GetImmediateOffset()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h91 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function in v8::internal::compiler::final
98 DCHECK(!IsNone()); in condition()
143 DCHECK(!IsNone()); in Negate()
148 DCHECK(!IsNone()); in Commute()
/third_party/node/deps/v8/src/runtime/
H A Druntime-compiler.cc246 DCHECK(!osr_offset.IsNone()); in RUNTIME_FUNCTION()
310 !IsNone(function->tiering_state()) && in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.cc89 while (s && s->GetSpecializationRequester().IsNone()) s = s->ParentScope(); in SpecializationRequester()
H A Dutils.cc141 if (!requester.IsNone()) { in MessageBuilder()
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.cc238 DCHECK(!representation.IsNone()); in StoreOwnTransition()
273 DCHECK(!representation.IsNone()); in StoreTransition()
/third_party/node/deps/v8/src/codegen/
H A Doptimized-compilation-info.h116 bool is_osr() const { return !osr_offset_.IsNone(); } in is_osr()

Completed in 33 milliseconds

123