Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtype-narrowing-reducer.cc36 new_type = op_typer_.singleton_true(); in Reduce()
Doperation-typer.h74 Type singleton_true() const { return singleton_true_; } in singleton_true() function
Doperation-typer.cc1086 if (type.Is(singleton_false())) return singleton_true(); in Invert()
1087 if (type.Is(singleton_true())) return singleton_false(); in Invert()
1108 return singleton_true(); in FalsifyUndefined()
1130 if (rhs.Is(Type::NaN())) return singleton_true(); in SameValue()
1136 if (rhs.Is(Type::MinusZero())) return singleton_true(); in SameValue()
1161 return singleton_true(); in StrictEqual()
Dtyper.cc45 singleton_true_ = operation_typer_.singleton_true(); in Typer()