HomeSort by relevance Sort by last modified time
    Searched refs:singleton_false_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
typer.h 54 Type* singleton_false_; member in class:v8::internal::compiler::Typer
operation-typer.h 58 Type* singleton_false() const { return singleton_false_; }
83 Type* singleton_false_; member in class:v8::internal::compiler::OperationTyper
typer.cc 47 singleton_false_ = operation_typer_.singleton_false();
51 Type::Union(Type::Union(singleton_false_, cache_.kZeroish, zone),
393 if (type->Is(t->singleton_false_)) return t->singleton_true_;
394 if (type->Is(t->singleton_true_)) return t->singleton_false_;
413 : t->singleton_false_;
432 if (type->Is(t->falsish_)) return t->singleton_false_;
508 if (!type->Maybe(Type::DetectableCallable())) return t->singleton_false_;
514 if (!type->Maybe(Type::NonCallable())) return t->singleton_false_;
520 if (!type->Maybe(Type::Number())) return t->singleton_false_;
527 if (!type->Maybe(Type::Receiver())) return t->singleton_false_;
    [all...]
operation-typer.cc 27 singleton_false_ = Type::HeapConstant(factory->false_value(), zone);
252 if (type->Is(singleton_false_)) return cache_.kSingletonZero;
463 if (type->Is(cache_.kZeroish)) return singleton_false_;
    [all...]

Completed in 4645 milliseconds