/external/v8/src/ |
D | field-type.cc | 62 if (IsNone()) return true; in NowIs() 63 if (other->IsNone()) return false; in NowIs() 74 if (IsNone()) return Type::None(); in Convert() 82 } else if (IsNone()) { in PrintTo()
|
D | field-type.h | 36 bool IsNone() { return this == None(); } in IsNone() function
|
D | property-details.h | 143 if (IsHeapObject()) return other.IsNone(); in is_more_general_than() 160 DCHECK(!IsNone()); in size() 174 bool IsNone() const { return kind_ == kNone; } in IsNone() function
|
D | types.cc | 707 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut. in Intersect() 708 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut. in Intersect() 918 if (type1->IsAny() || type2->IsNone()) return type1; in Union() 919 if (type2->IsAny() || type1->IsNone()) return type2; in Union() 964 if (!range->IsNone()) result->Set(size++, range); in Union()
|
D | compiler.h | 174 bool is_osr() const { return !osr_ast_id_.IsNone(); } in is_osr()
|
/external/v8/src/crankshaft/ |
D | hydrogen-representation-changes.cc | 66 if (r.IsNone()) { in InsertRepresentationChangesForValue() 72 DCHECK(req.IsNone()); in InsertRepresentationChangesForValue() 86 if (req.IsNone() || req.Equals(r)) continue; in InsertRepresentationChangesForValue()
|
D | hydrogen-removable-simulates.cc | 31 !current_simulate->ast_id().IsNone()) { in Process() 74 } else if (current_simulate->ast_id().IsNone()) { in Process()
|
D | hydrogen-infer-representation.cc | 143 if (phi->representation().IsNone()) { in Run() 149 if (current->representation().IsNone() && in Run()
|
D | hydrogen-range-analysis.cc | 168 if (!value->representation().IsNone()) { in InferRange()
|
/external/v8/src/compiler/ |
D | instruction-selector-impl.h | 322 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function 327 DCHECK(!IsNone()); in condition() 348 DCHECK(!IsNone()); in Negate() 353 DCHECK(!IsNone()); in Commute()
|
/external/v8/src/arm64/ |
D | assembler-arm64-inl.h | 89 DCHECK(!IsNone()); in IsValid() 92 DCHECK(IsNone()); in IsValid() 112 inline bool CPURegister::IsNone() const { in IsNone() function 149 return IsValid() || IsNone(); in IsValidOrNone() 192 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove() 193 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code()); in Remove() 194 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code()); in Remove() 195 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code()); in Remove() 1232 DCHECK(!recorded_ast_id_.IsNone());
|
D | assembler-arm64.h | 105 bool IsNone() const; 158 DCHECK(IsRegister() || IsNone()); in IsValid() 233 DCHECK(IsFPRegister() || IsNone()); in IsValid() 476 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit(); 477 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit(); 478 if (!other3.IsNone() && (other3.type() == type_)) list |= other3.Bit(); 479 if (!other4.IsNone() && (other4.type() == type_)) list |= other4.Bit(); 2114 DCHECK(recorded_ast_id_.IsNone()); in SetRecordedAstId()
|
D | macro-assembler-arm64.cc | 1130 DCHECK(src1.IsNone() && src2.IsNone() && src3.IsNone()); in PushHelper() 1134 DCHECK(src2.IsNone() && src3.IsNone()); in PushHelper() 1138 DCHECK(src3.IsNone()); in PushHelper() 1170 DCHECK(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper() 1174 DCHECK(dst2.IsNone() && dst3.IsNone()); in PopHelper() 1178 DCHECK(dst3.IsNone()); in PopHelper() 1371 if (fpcr.IsNone()) { in AssertFPCRState() 2007 if ((rmode == RelocInfo::CODE_TARGET) && (!ast_id.IsNone())) { in Call() 4790 DCHECK(args[i].IsNone()); in PrintfNoPreserve()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.cc | 1769 VIXL_ASSERT(src1.IsNone() && src2.IsNone() && src3.IsNone()); in PushHelper() 1773 VIXL_ASSERT(src2.IsNone() && src3.IsNone()); in PushHelper() 1777 VIXL_ASSERT(src3.IsNone()); in PushHelper() 1811 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper() 1815 VIXL_ASSERT(dst2.IsNone() && dst3.IsNone()); in PopHelper() 1819 VIXL_ASSERT(dst3.IsNone()); in PopHelper() 2110 VIXL_ASSERT(args[i].IsNone()); in PrintfNoPreserve() 2436 VIXL_ASSERT(reg.IsNone()); in Release() 2518 VIXL_ASSERT(regs[i].IsNone()); in Exclude()
|
D | assembler-a64.h | 64 VIXL_ASSERT(IsNone()); in CPURegister() 130 VIXL_ASSERT(!IsNone()); in IsValid() 136 VIXL_ASSERT(IsNone()); in IsValid() 159 bool IsNone() const { in IsNone() function 235 return IsValid() || IsNone(); in IsValidOrNone() 251 VIXL_ASSERT(IsRegister() || IsNone()); in IsValid() 283 VIXL_ASSERT(IsVRegister() || IsNone()); in IsValid()
|
/external/lldb/include/lldb/Utility/ |
D | PythonPointer.h | 70 bool IsNone() { return ptr_ == Py_None; } in IsNone() function
|
/external/v8/src/ia32/ |
D | assembler-ia32-inl.h | 395 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) { in emit() 397 } else if (!RelocInfo::IsNone(rmode) in emit() 419 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_); in emit() 441 DCHECK(RelocInfo::IsNone(x.rmode_)); in emit_w()
|
D | assembler-ia32.cc | 219 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) { in Operand() 223 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) { in Operand() 244 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) { in Operand() 248 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) { in Operand() 2988 if (length >= sizeof(int32_t) && !RelocInfo::IsNone(adr.rmode_)) { in emit_operand() 3044 DCHECK(!RelocInfo::IsNone(rmode)); in RecordRelocInfo()
|
D | assembler-ia32.h | 281 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); } in is_zero() 283 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_); in is_int8() 286 return v8::internal::is_uint8(x_) && RelocInfo::IsNone(rmode_); in is_uint8() 289 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_); in is_int16() 292 return v8::internal::is_uint16(x_) && RelocInfo::IsNone(rmode_); in is_uint16()
|
/external/v8/src/x87/ |
D | assembler-x87-inl.h | 396 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) { in emit() 398 } else if (!RelocInfo::IsNone(rmode) in emit() 420 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_); in emit() 442 DCHECK(RelocInfo::IsNone(x.rmode_)); in emit_w()
|
D | assembler-x87.h | 281 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); } in is_zero() 283 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_); in is_int8() 286 return v8::internal::is_uint8(x_) && RelocInfo::IsNone(rmode_); in is_uint8() 289 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_); in is_int16() 292 return v8::internal::is_uint16(x_) && RelocInfo::IsNone(rmode_); in is_uint16()
|
D | assembler-x87.cc | 134 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) { in Operand() 138 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) { in Operand() 159 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) { in Operand() 163 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) { in Operand() 2147 if (length >= sizeof(int32_t) && !RelocInfo::IsNone(adr.rmode_)) { in emit_operand() 2203 DCHECK(!RelocInfo::IsNone(rmode)); in RecordRelocInfo()
|
/external/clang/unittests/AST/ |
D | ASTTypeTraitsTest.cpp | 29 TEST(ASTNodeKind, IsNone) { in TEST() argument
|
/external/v8/src/x64/ |
D | assembler-x64-inl.h | 38 if (!RelocInfo::IsNone(rmode)) { in emitp() 62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) { in emit_code_target()
|
/external/v8/src/runtime/ |
D | runtime-compiler.cc | 227 DCHECK(!ast_id.IsNone()); in RUNTIME_FUNCTION()
|