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

123

/external/v8/src/
H A Dfield-type.cc65 if (IsNone()) return true;
66 if (other->IsNone()) return false;
77 if (IsNone()) return AstType::None();
85 } else if (IsNone()) {
H A Dfield-type.h39 bool IsNone() { return this == None(); } function in class:v8::internal::FieldType
H A Dproperty-details.h138 if (IsHeapObject()) return other.IsNone();
155 DCHECK(!IsNone());
169 bool IsNone() const { return kind_ == kNone; } function in class:v8::internal::Representation
H A Dcompilation-info.h76 bool is_osr() const { return !osr_ast_id_.IsNone(); }
H A Dmachine-type.h75 bool IsNone() { return representation() == MachineRepresentation::kNone; } function in class:v8::internal::MachineRepresentation::MachineType
/external/v8/src/crankshaft/
H A Dhydrogen-removable-simulates.cc32 !current_simulate->ast_id().IsNone()) {
75 } else if (current_simulate->ast_id().IsNone()) {
H A Dhydrogen-representation-changes.cc64 if (r.IsNone()) {
70 DCHECK(req.IsNone());
84 if (req.IsNone() || req.Equals(r)) continue;
H A Dhydrogen-infer-representation.cc144 if (phi->representation().IsNone()) {
150 if (current->representation().IsNone() &&
H A Dhydrogen-range-analysis.cc169 if (!value->representation().IsNone()) {
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h370 bool IsNone() const { return mode_ == kFlags_none; } function in class:v8::internal::compiler::final
376 DCHECK(!IsNone());
409 DCHECK(!IsNone());
414 DCHECK(!IsNone());
H A Dtypes.cc640 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
641 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
854 if (type1->IsAny() || type2->IsNone()) return type1;
855 if (type2->IsAny() || type1->IsNone()) return type2;
892 if (!range->IsNone()) result->Set(size++, range);
H A Daccess-info.cc326 if (descriptors_field_type->IsNone()) {
555 if (descriptors_field_type->IsNone()) {
/external/vixl/src/aarch64/
H A Doperands-aarch64.h60 VIXL_ASSERT(IsNone());
133 VIXL_ASSERT(!IsNone());
139 VIXL_ASSERT(IsNone());
160 bool IsNone() const {
233 bool IsValidOrNone() const { return IsValid() || IsNone(); }
247 VIXL_ASSERT(IsRegister() || IsNone());
321 VIXL_ASSERT(IsVRegister() || IsNone());
H A Dmacro-assembler-aarch64.cc2029 VIXL_ASSERT(src1.IsNone() && src2.IsNone() && src3.IsNone());
2033 VIXL_ASSERT(src2.IsNone() && src3.IsNone());
2037 VIXL_ASSERT(src3.IsNone());
2073 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone());
2077 VIXL_ASSERT(dst2.IsNone()
[all...]
/external/v8/src/arm64/
H A Dassembler-arm64-inl.h75 DCHECK(!IsNone());
78 DCHECK(IsNone());
98 inline bool CPURegister::IsNone() const { function in class:v8::internal::CPURegister
135 return IsValid() || IsNone();
178 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code());
179 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code());
180 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code());
181 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code());
1219 DCHECK(!recorded_ast_id_.IsNone());
H A Dassembler-arm64.h109 bool IsNone() const;
162 DCHECK(IsRegister() || IsNone());
238 DCHECK(IsFPRegister() || IsNone());
481 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit();
482 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
483 if (!other3.IsNone() && (other3.type() == type_)) list |= other3.Bit();
484 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.h382 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) {
384 } else if (!RelocInfo::IsNone(rmode)
406 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_);
428 DCHECK(RelocInfo::IsNone(x.rmode_));
/external/v8/src/x87/
H A Dassembler-x87-inl.h382 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) {
384 } else if (!RelocInfo::IsNone(rmode)
406 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_);
428 DCHECK(RelocInfo::IsNone(x.rmode_));
H A Dassembler-x87.h283 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); }
285 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_);
288 return v8::internal::is_uint8(x_) && RelocInfo::IsNone(rmode_);
291 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_);
294 return v8::internal::is_uint16(x_) && RelocInfo::IsNone(rmode_);
H A Dassembler-x87.cc139 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) {
143 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) {
164 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) {
168 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) {
2142 if (length >= sizeof(int32_t) && !RelocInfo::IsNone(adr.rmode_)) {
2198 DCHECK(!RelocInfo::IsNone(rmode));
/external/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp29 TEST(ASTNodeKind, IsNone) {
/external/v8/src/ast/
H A Dast-types.cc740 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
741 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
955 if (type1->IsAny() || type2->IsNone()) return type1;
956 if (type2->IsAny() || type1->IsNone()) return type2;
1001 if (!range->IsNone()) result->Set(size++, range);
/external/v8/src/x64/
H A Dassembler-x64-inl.h38 if (!RelocInfo::IsNone(rmode)) {
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {
86 if (!RelocInfo::IsNone(x.rmode_)) {
/external/v8/src/runtime/
H A Druntime-compiler.cc326 DCHECK(!ast_id.IsNone());

Completed in 377 milliseconds

123