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

123

/external/v8/src/
H A Dfield-type.cc62 if (IsNone()) return true;
63 if (other->IsNone()) return false;
74 if (IsNone()) return Type::None();
82 } else if (IsNone()) {
H A Dfield-type.h36 bool IsNone() { return this == None(); } function in class:v8::internal::FieldType
H A Dproperty-details.h143 if (IsHeapObject()) return other.IsNone();
160 DCHECK(!IsNone());
174 bool IsNone() const { return kind_ == kNone; } function in class:v8::internal::Representation
H A Dtypes.cc707 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
708 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
918 if (type1->IsAny() || type2->IsNone()) return type1;
919 if (type2->IsAny() || type1->IsNone()) return type2;
964 if (!range->IsNone()) result->Set(size++, range);
H A Dcompiler.h174 bool is_osr() const { return !osr_ast_id_.IsNone(); }
H A Dcompiler.cc600 DCHECK(info->osr_ast_id().IsNone());
740 if (!osr_ast_id.IsNone()) {
1744 DCHECK(!osr_ast_id.IsNone());
/external/v8/src/crankshaft/
H A Dhydrogen-removable-simulates.cc31 !current_simulate->ast_id().IsNone()) {
74 } else if (current_simulate->ast_id().IsNone()) {
H A Dhydrogen-representation-changes.cc66 if (r.IsNone()) {
72 DCHECK(req.IsNone());
86 if (req.IsNone() || req.Equals(r)) continue;
H A Dhydrogen-infer-representation.cc143 if (phi->representation().IsNone()) {
149 if (current->representation().IsNone() &&
H A Dhydrogen-range-analysis.cc168 if (!value->representation().IsNone()) {
H A Dhydrogen-instructions.cc2223 DCHECK(!type.IsTaggedNumber() || type.IsNone());
2296 if (r.IsNone()) {
2472 if (observed_output_representation_.IsNone()) {
2820 if (rep.IsNone() || rep.IsSmiOrInteger32()) {
3770 if (rep.IsNone()) {
3774 if (use_rep.IsNone() || rep.Equals(use_rep)) continue;
3790 if (!use_rep.IsNone() &&
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h322 bool IsNone() const { return mode_ == kFlags_none; } function in class:v8::internal::compiler::final
327 DCHECK(!IsNone());
348 DCHECK(!IsNone());
353 DCHECK(!IsNone());
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h89 DCHECK(!IsNone());
92 DCHECK(IsNone());
112 inline bool CPURegister::IsNone() const { function in class:v8::internal::CPURegister
149 return IsValid() || IsNone();
192 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code());
193 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code());
194 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code());
195 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code());
1232 DCHECK(!recorded_ast_id_.IsNone());
H A Dassembler-arm64.h105 bool IsNone() const;
158 DCHECK(IsRegister() || IsNone());
233 DCHECK(IsFPRegister() || IsNone());
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());
H A Dmacro-assembler-arm64.cc1130 DCHECK(src1.IsNone() && src2.IsNone() && src3.IsNone());
1134 DCHECK(src2.IsNone() && src3.IsNone());
1138 DCHECK(src3.IsNone());
1170 DCHECK(dst1.IsNone() && dst2.IsNone() && dst3.IsNone());
1174 DCHECK(dst2.IsNone()
[all...]
/external/v8/src/ia32/
H A Dassembler-ia32-inl.h395 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) {
397 } else if (!RelocInfo::IsNone(rmode)
419 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_);
441 DCHECK(RelocInfo::IsNone(x.rmode_));
H A Dassembler-ia32.h281 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); }
283 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_);
286 return v8::internal::is_uint8(x_) && RelocInfo::IsNone(rmode_);
289 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_);
292 return v8::internal::is_uint16(x_) && RelocInfo::IsNone(rmode_);
/external/v8/src/x87/
H A Dassembler-x87-inl.h396 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) {
398 } else if (!RelocInfo::IsNone(rmode)
420 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_);
442 DCHECK(RelocInfo::IsNone(x.rmode_));
H A Dassembler-x87.h281 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); }
283 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_);
286 return v8::internal::is_uint8(x_) && RelocInfo::IsNone(rmode_);
289 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_);
292 return v8::internal::is_uint16(x_) && RelocInfo::IsNone(rmode_);
H A Dassembler-x87.cc134 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) {
138 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) {
159 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) {
163 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) {
2147 if (length >= sizeof(int32_t) && !RelocInfo::IsNone(adr.rmode_)) {
2203 DCHECK(!RelocInfo::IsNone(rmode));
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc1769 VIXL_ASSERT(src1.IsNone() && src2.IsNone() && src3.IsNone());
1773 VIXL_ASSERT(src2.IsNone() && src3.IsNone());
1777 VIXL_ASSERT(src3.IsNone());
1811 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone());
1815 VIXL_ASSERT(dst2.IsNone()
[all...]
H A Dassembler-a64.h64 VIXL_ASSERT(IsNone());
130 VIXL_ASSERT(!IsNone());
136 VIXL_ASSERT(IsNone());
159 bool IsNone() const {
235 return IsValid() || IsNone();
251 VIXL_ASSERT(IsRegister() || IsNone());
283 VIXL_ASSERT(IsVRegister() || IsNone());
/external/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp29 TEST(ASTNodeKind, IsNone) {
/external/v8/src/runtime/
H A Druntime-compiler.cc227 DCHECK(!ast_id.IsNone());
/external/v8/src/x64/
H A Dassembler-x64-inl.h38 if (!RelocInfo::IsNone(rmode)) {
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {

Completed in 657 milliseconds

123