Searched refs:singleton_true_ (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/compiler/
H A Doperation-typer.h59 Type* singleton_true() const { return singleton_true_; }
84 Type* singleton_true_; member in class:v8::internal::compiler::OperationTyper
H A Dtyper.h54 Type* singleton_true_; member in class:v8::internal::compiler::Typer
H A Dtyper.cc47 singleton_true_ = Type::HeapConstant(factory->true_value(), zone);
55 singleton_true_,
387 if (type->Is(t->singleton_false_)) return t->singleton_true_;
388 if (type->Is(t->singleton_true_)) return t->singleton_false_;
411 return t->singleton_true_;
427 if (type->Is(t->truish_)) return t->singleton_true_;
501 if (type->Is(Type::Function())) return t->singleton_true_;
507 if (type->Is(Type::Number())) return t->singleton_true_;
514 if (type->Is(Type::Receiver())) return t->singleton_true_;
526 if (type->Is(Type::String())) return t->singleton_true_;
[all...]
H A Doperation-typer.cc28 singleton_true_ = Type::HeapConstant(factory->true_value(), zone);
253 if (type->Is(singleton_true_)) return cache_.kSingletonOne;
464 return singleton_true_; // Ruled out nan, -0 and +0.

Completed in 258 milliseconds