/external/v8/src/compiler/ |
D | operation-typer.cc | 326 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 …]
|
D | typer.cc | 376 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 …]
|
D | types.cc | 537 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()
|
D | constant-folding-reducer.cc | 18 if (type.IsNone()) { in TryGetConstant()
|
D | types.h | 251 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()
|
D | dead-code-elimination.cc | 36 NodeProperties::GetTypeOrAny(node).IsNone(); in NoReturn() 221 NodeProperties::GetTypeOrAny(node).IsNone()) { in ReducePhi()
|
/external/v8/src/objects/ |
D | field-type.cc | 58 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()
|
D | property-details.h | 113 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
|
D | field-type.h | 38 bool IsNone() const { return *this == None(); } in IsNone() function
|
D | osr-optimized-code-cache.cc | 21 DCHECK(!osr_offset.IsNone()); in AddOptimizedCode() 171 DCHECK(!osr_offset.IsNone()); in FindEntry()
|
/external/google-fruit/include/fruit/impl/meta/ |
D | graph.h | 57 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)),
|
D | proof_tree_comparison.h | 35 using type = If(IsNone(ForestHps), Bool<false>, IsContained(ForestHps, ProofHps)); 82 using type = If(IsNone(ForestHps),
|
D | basics.h | 206 struct IsNone { 214 struct IsNone::apply<None> {
|
D | immutable_map.h | 73 using type = Not(IsNone(FindInImmutableMap(M, T)));
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 59 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()
|
D | macro-assembler-aarch64.cc | 2179 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/ |
D | assembler-ia32-inl.h | 185 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/ |
D | register-arm64.h | 129 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();
|
D | macro-assembler-arm64.cc | 1124 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()
|
D | assembler-arm64-inl.h | 78 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/ |
D | instruction-selector.h | 90 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/ |
D | test-api-aarch64.cc | 190 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/ |
D | assembler-x64-inl.h | 47 if (!RelocInfo::IsNone(x.rmode_)) { in emit() 54 if (!RelocInfo::IsNone(x.rmode_)) { in emit()
|
/external/v8/src/torque/ |
D | declarable.cc | 77 while (scope && scope->GetSpecializationRequester().IsNone()) in SpecializationRequester()
|
/external/clang/unittests/AST/ |
D | ASTTypeTraitsTest.cpp | 29 TEST(ASTNodeKind, IsNone) { in TEST() argument
|