Home
last modified time | relevance | path

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

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