Home
last modified time | relevance | path

Searched refs:IsNone (Results 1 – 25 of 76) sorted by relevance

1234

/external/v8/src/compiler/
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()
590 if (lhs.IsNone() || rhs.IsNone()) return Type::None(); in NumberAdd()
613 if (!lhs.IsNone() && !rhs.IsNone()) { in NumberAdd()
635 if (lhs.IsNone() || rhs.IsNone()) return Type::None(); in NumberSubtract()
656 if (!lhs.IsNone() && !rhs.IsNone()) { in NumberSubtract()
[all …]
Dtyper.cc376 return input.IsNone() ? Type::None() : f(input, typer_); in TypeUnaryOp()
386 return left.IsNone() || right.IsNone() ? Type::None() in TypeBinaryOp()
493 if (type.IsNone()) return type; in ToLength()
557 CHECK(!type.IsNone()); in ObjectIsArrayBufferView()
563 CHECK(!type.IsNone()); in ObjectIsBigInt()
570 CHECK(!type.IsNone()); in ObjectIsCallable()
578 CHECK(!type.IsNone()); in ObjectIsConstructor()
588 CHECK(!type.IsNone()); in ObjectIsDetectableCallable()
595 CHECK(!type.IsNone()); in ObjectIsMinusZero()
602 CHECK(!type.IsNone()); in NumberIsMinusZero()
[all …]
Dtypes.cc537 if (BitsetType::IsNone(this->BitsetLub() & that.BitsetLub())) return false; in Maybe()
627 if (type1.IsNone() || type2.IsAny()) return type1; // Shortcut. in Intersect()
628 if (type2.IsNone() || type1.IsAny()) return type2; // Shortcut. in Intersect()
725 if (BitsetType::IsNone(lhs.BitsetLub() & rhs.BitsetLub())) return size; in IntersectAux()
837 if (type1.IsAny() || type2.IsNone()) return type1; in Union()
838 if (type2.IsAny() || type1.IsNone()) return type2; in Union()
873 if (!range.IsNone()) result->Set(size++, range); in Union()
Dconstant-folding-reducer.cc18 if (type.IsNone()) { in TryGetConstant()
Dtypes.h251 static bool IsNone(bitset bits) { return bits == kNone; } in IsNone() function
391 bool IsNone() const { return payload_ == None().payload_; } in IsNone() function
410 if (IsNone()) return false; in IsSingleton()
Ddead-code-elimination.cc36 NodeProperties::GetTypeOrAny(node).IsNone(); in NoReturn()
221 NodeProperties::GetTypeOrAny(node).IsNone()) { in ReducePhi()
/external/v8/src/objects/
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()
Dproperty-details.h113 if (IsNone()) return !other.IsDouble(); in CanBeInPlaceChangedTo()
131 if (IsHeapObject()) return other.IsNone(); in is_more_general_than()
146 DCHECK(!IsNone()); in size()
153 bool IsNone() const { return kind_ == kNone; } in IsNone() function
Dfield-type.h38 bool IsNone() const { return *this == None(); } in IsNone() function
Dosr-optimized-code-cache.cc21 DCHECK(!osr_offset.IsNone()); in AddOptimizedCode()
171 DCHECK(!osr_offset.IsNone()); in FindEntry()
/external/google-fruit/include/fruit/impl/meta/
Dgraph.h57 using type = If(IsNone(typename CurrentResult::Second),
69 using type = If(IsNone(Neighbors),
76 If(IsNone(GetSecond(Result)),
94 using type = If(IsNone(GetSecond(CurrentResult)),
Dproof_tree_comparison.h35 using type = If(IsNone(ForestHps), Bool<false>, IsContained(ForestHps, ProofHps));
82 using type = If(IsNone(ForestHps),
Dbasics.h206 struct IsNone {
214 struct IsNone::apply<None> {
Dimmutable_map.h73 using type = Not(IsNone(FindInImmutableMap(M, T)));
/external/vixl/src/aarch64/
Doperands-aarch64.h59 VIXL_ASSERT(IsNone()); in CPURegister()
132 VIXL_ASSERT(!IsNone()); in IsValid()
138 VIXL_ASSERT(IsNone()); in IsValid()
159 bool IsNone() const { in IsNone() function
239 bool IsValidOrNone() const { return IsValid() || IsNone(); } in IsValidOrNone()
253 VIXL_ASSERT(IsRegister() || IsNone()); in IsValid()
327 VIXL_ASSERT(IsVRegister() || IsNone()); in IsValid()
Dmacro-assembler-aarch64.cc2179 VIXL_ASSERT(src1.IsNone() && src2.IsNone() && src3.IsNone()); in PushHelper()
2183 VIXL_ASSERT(src2.IsNone() && src3.IsNone()); in PushHelper()
2187 VIXL_ASSERT(src3.IsNone()); in PushHelper()
2223 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper()
2227 VIXL_ASSERT(dst2.IsNone() && dst3.IsNone()); in PopHelper()
2231 VIXL_ASSERT(dst3.IsNone()); in PopHelper()
2538 VIXL_ASSERT(args[i].IsNone()); in PrintfNoPreserve()
2925 VIXL_ASSERT(reg.IsNone()); in Release()
3012 VIXL_ASSERT(regs[i].IsNone()); in Exclude()
/external/v8/src/codegen/ia32/
Dassembler-ia32-inl.h185 if (!RelocInfo::IsNone(rmode)) { in emit()
201 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_); in emit()
227 DCHECK(RelocInfo::IsNone(x.rmode_)); in emit_w()
/external/v8/src/codegen/arm64/
Dregister-arm64.h129 bool IsNone() const { return reg_type_ == kNoRegister; } in IsNone() function
211 static constexpr bool IsNone(int code, int size, RegisterType type) { in IsNone() function
613 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.bit();
614 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.bit();
615 if (!other3.IsNone() && (other3.type() == type_)) list |= other3.bit();
616 if (!other4.IsNone() && (other4.type() == type_)) list |= other4.bit();
Dmacro-assembler-arm64.cc1124 DCHECK(src1.IsNone() && src2.IsNone() && src3.IsNone()); in PushHelper()
1128 DCHECK(src2.IsNone() && src3.IsNone()); in PushHelper()
1132 DCHECK(src3.IsNone()); in PushHelper()
1161 DCHECK(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper()
1165 DCHECK(dst2.IsNone() && dst3.IsNone()); in PopHelper()
1169 DCHECK(dst3.IsNone()); in PopHelper()
1370 if (fpcr.IsNone()) { in AssertFPCRState()
3155 DCHECK(args[i].IsNone()); in PrintfNoPreserve()
Dassembler-arm64-inl.h78 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove()
79 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code()); in Remove()
80 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code()); in Remove()
81 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code()); in Remove()
/external/v8/src/compiler/backend/
Dinstruction-selector.h90 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function
104 DCHECK(!IsNone()); in condition()
141 DCHECK(!IsNone()); in Negate()
146 DCHECK(!IsNone()); in Commute()
/external/vixl/test/aarch64/
Dtest-api-aarch64.cc190 VIXL_CHECK(NoReg.IsNone()); in TEST()
191 VIXL_CHECK(NoVReg.IsNone()); in TEST()
192 VIXL_CHECK(NoCPUReg.IsNone()); in TEST()
/external/v8/src/codegen/x64/
Dassembler-x64-inl.h47 if (!RelocInfo::IsNone(x.rmode_)) { in emit()
54 if (!RelocInfo::IsNone(x.rmode_)) { in emit()
/external/v8/src/torque/
Ddeclarable.cc77 while (scope && scope->GetSpecializationRequester().IsNone()) in SpecializationRequester()
/external/clang/unittests/AST/
DASTTypeTraitsTest.cpp29 TEST(ASTNodeKind, IsNone) { in TEST() argument

1234