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

1 2 3

  /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 174 if (!value->representation().IsNone()) {
lithium.cc 529 DCHECK(!ast_id.IsNone() ||
hydrogen-instructions.cc     [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 312 bool IsNone() const { return mode_ == kFlags_none; }
316 DCHECK(!IsNone());
333 DCHECK(!IsNone());
338 DCHECK(!IsNone());
  /external/v8/src/
property-details.h 139 if (IsHeapObject()) return other.IsNone();
156 DCHECK(!IsNone());
170 bool IsNone() const { return kind_ == kNone; }
types.cc 758 if (type1->IsNone() || type2->IsAny()) return type1; // Shortcut.
759 if (type2->IsNone() || type1->IsAny()) return type2; // Shortcut.
983 if (type1->IsAny() || type2->IsNone()) return type1;
984 if (type2->IsAny() || type1->IsNone()) return type2;
    [all...]
compiler.h 160 bool is_osr() const { return !osr_ast_id_.IsNone(); }
utils.h 1046 bool IsNone() const { return id_ == kNoneId; }
    [all...]
  /external/v8/src/arm64/
assembler-arm64-inl.h 90 DCHECK(!IsNone());
93 DCHECK(IsNone());
113 inline bool CPURegister::IsNone() const {
150 return IsValid() || IsNone();
193 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code());
194 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code());
195 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code());
196 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code());
    [all...]
assembler-arm64.h 99 bool IsNone() const;
154 DCHECK(IsRegister() || IsNone());
230 DCHECK(IsFPRegister() || IsNone());
471 if (!other1.IsNone() && (other1.type() == type_)) list |= other1.Bit();
472 if (!other2.IsNone() && (other2.type() == type_)) list |= other2.Bit();
473 if (!other3.IsNone() && (other3.type() == type_)) list |= other3.Bit();
474 if (!other4.IsNone() && (other4.type() == type_)) list |= other4.Bit();
    [all...]
macro-assembler-arm64.cc     [all...]
  /external/v8/src/ia32/
assembler-ia32-inl.h 405 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) {
407 } else if (!RelocInfo::IsNone(rmode)
429 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_);
446 DCHECK(RelocInfo::IsNone(x.rmode_));
assembler-ia32.cc 195 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) {
199 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) {
220 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) {
224 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) {
1153 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) {
1191 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) {
    [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 406 if (rmode == RelocInfo::CODE_TARGET && !id.IsNone()) {
408 } else if (!RelocInfo::IsNone(rmode)
430 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_);
447 DCHECK(RelocInfo::IsNone(x.rmode_));
assembler-x87.cc 110 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) {
114 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) {
135 if (disp == 0 && RelocInfo::IsNone(rmode) && !base.is(ebp)) {
139 } else if (is_int8(disp) && RelocInfo::IsNone(rmode)) {
1024 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) {
1062 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) {
    [all...]
assembler-x87.h 277 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); }
279 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_);
282 return -32768 <= x_ && x_ < 32768 && 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 242 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()) {
  /external/v8/src/ast/
ast.h 388 DCHECK(!BailoutId(base_id_).IsNone());
445 DCHECK(!BailoutId(base_id_).IsNone());
1055 DCHECK(!BailoutId(base_id_).IsNone());
    [all...]

Completed in 355 milliseconds

1 2 3