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

  /external/v8/src/compiler/
typer.h 55 Type* singleton_true_; member in class:v8::internal::compiler::Typer
operation-typer.h 59 Type* singleton_true() const { return singleton_true_; }
84 Type* singleton_true_; member in class:v8::internal::compiler::OperationTyper
typer.cc 48 singleton_true_ = operation_typer_.singleton_true();
56 singleton_true_,
393 if (type->Is(t->singleton_false_)) return t->singleton_true_;
394 if (type->Is(t->singleton_true_)) return t->singleton_false_;
417 return t->singleton_true_;
433 if (type->Is(t->truish_)) return t->singleton_true_;
507 if (type->Is(Type::DetectableCallable())) return t->singleton_true_;
513 if (type->Is(Type::NonCallable())) return t->singleton_true_;
519 if (type->Is(Type::Number())) return t->singleton_true_;
526 if (type->Is(Type::Receiver())) return t->singleton_true_;
    [all...]
operation-typer.cc 28 singleton_true_ = Type::HeapConstant(factory->true_value(), zone);
253 if (type->Is(singleton_true_)) return cache_.kSingletonOne;
465 return singleton_true_; // Ruled out nan, -0 and +0.
    [all...]

Completed in 93 milliseconds