HomeSort by relevance Sort by last modified time
    Searched refs:IsNone (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/v8/src/
field-type.cc 62 if (IsNone()) return true;
63 if (other->IsNone()) return false;
74 if (IsNone()) return Type::None();
82 } else if (IsNone()) {
field-type.h 36 bool IsNone() { return this == None(); }
property-details.h 143 if (IsHeapObject()) return other.IsNone();
160 DCHECK(!IsNone());
174 bool IsNone() const { return kind_ == kNone; }
types.cc 707 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);
    [all...]
compiler.h 174 bool is_osr() const { return !osr_ast_id_.IsNone(); }
compiler.cc 600 DCHECK(info->osr_ast_id().IsNone());
740 if (!osr_ast_id.IsNone()) {
    [all...]
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 31 !current_simulate->ast_id().IsNone()) {
74 } else if (current_simulate->ast_id().IsNone()) {
hydrogen-representation-changes.cc 66 if (r.IsNone()) {
72 DCHECK(req.IsNone());
86 if (req.IsNone() || req.Equals(r)) continue;
hydrogen-infer-representation.cc 143 if (phi->representation().IsNone()) {
149 if (current->representation().IsNone() &&
hydrogen-range-analysis.cc 168 if (!value->representation().IsNone()) {
hydrogen-instructions.cc     [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 322 bool IsNone() const { return mode_ == kFlags_none; }
327 DCHECK(!IsNone());
348 DCHECK(!IsNone());
353 DCHECK(!IsNone());
  /external/v8/src/arm64/
assembler-arm64-inl.h 89 DCHECK(!IsNone());
92 DCHECK(IsNone());
112 inline bool CPURegister::IsNone() const {
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());
    [all...]
assembler-arm64.h 105 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();
    [all...]
macro-assembler-arm64.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 395 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_));
assembler-ia32.h 281 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_);
    [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 396 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_));
assembler-x87.h 281 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_);
    [all...]
assembler-x87.cc 134 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)) {
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc     [all...]
assembler-a64.h 64 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());
    [all...]
  /external/clang/unittests/AST/
ASTTypeTraitsTest.cpp 29 TEST(ASTNodeKind, IsNone) {
30 EXPECT_TRUE(ASTNodeKind().isNone());
31 EXPECT_FALSE(DNT<Decl>().isNone());
32 EXPECT_FALSE(DNT<VarDecl>().isNone());
79 ASTNodeKind::getMostDerivedType(DNT<IfStmt>(), DNT<VarDecl>()).isNone());
81 DNT<BinaryOperator>()).isNone());
99 DNT<IfStmt>(), DNT<VarDecl>()).isNone());
  /external/v8/src/runtime/
runtime-compiler.cc 227 DCHECK(!ast_id.IsNone());
  /external/v8/src/x64/
assembler-x64-inl.h 38 if (!RelocInfo::IsNone(rmode)) {
62 if (rmode == RelocInfo::CODE_TARGET && !ast_id.IsNone()) {

Completed in 552 milliseconds

1 2 3