Home
last modified time | relevance | path

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

123

/external/v8/src/
Dfield-type.cc62 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()
Dfield-type.h36 bool IsNone() { return this == None(); } in IsNone() function
Dproperty-details.h143 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
Dtypes.cc707 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()
Dcompiler.h174 bool is_osr() const { return !osr_ast_id_.IsNone(); } in is_osr()
/external/v8/src/crankshaft/
Dhydrogen-representation-changes.cc66 if (r.IsNone()) { in InsertRepresentationChangesForValue()
72 DCHECK(req.IsNone()); in InsertRepresentationChangesForValue()
86 if (req.IsNone() || req.Equals(r)) continue; in InsertRepresentationChangesForValue()
Dhydrogen-removable-simulates.cc31 !current_simulate->ast_id().IsNone()) { in Process()
74 } else if (current_simulate->ast_id().IsNone()) { in Process()
Dhydrogen-infer-representation.cc143 if (phi->representation().IsNone()) { in Run()
149 if (current->representation().IsNone() && in Run()
Dhydrogen-range-analysis.cc168 if (!value->representation().IsNone()) { in InferRange()
/external/v8/src/compiler/
Dinstruction-selector-impl.h322 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/
Dassembler-arm64-inl.h89 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());
Dassembler-arm64.h105 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()
Dmacro-assembler-arm64.cc1130 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/
Dmacro-assembler-a64.cc1769 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()
Dassembler-a64.h64 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/
DPythonPointer.h70 bool IsNone() { return ptr_ == Py_None; } in IsNone() function
/external/v8/src/ia32/
Dassembler-ia32-inl.h395 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()
Dassembler-ia32.cc219 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()
Dassembler-ia32.h281 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/
Dassembler-x87-inl.h396 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()
Dassembler-x87.h281 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()
Dassembler-x87.cc134 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/
DASTTypeTraitsTest.cpp29 TEST(ASTNodeKind, IsNone) { in TEST() argument
/external/v8/src/x64/
Dassembler-x64-inl.h38 if (!RelocInfo::IsNone(rmode)) { in emitp()
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) { in emit_code_target()
/external/v8/src/runtime/
Druntime-compiler.cc227 DCHECK(!ast_id.IsNone()); in RUNTIME_FUNCTION()

123