Searched refs:IsSingleton (Results 1 – 10 of 10) sorted by relevance
38 DCHECK_EQ(result != nullptr, type.IsSingleton()); in TryGetConstant()
420 bool IsSingleton() const { in IsSingleton() function
1110 if (Type(bitset).IsSingleton()) return Type(bitset); in HeapConstant()
1262 if (lhs.IsSingleton() && rhs.Is(lhs)) { in StrictEqual()
1616 CHECK(type.IsSingleton()); in Check()
1048 if (lhs.IsSingleton() && rhs.Is(lhs)) { in JSEqualTyper()
888 if (r.type().IsSingleton()) { in ReduceJSStrictEqual()
180 if (!that.IsSingleton()) { in VisitCharacterRange()
128 bool IsSingleton() const { return from_ == to_; } in IsSingleton() function
6958 bool IsSingleton = Ingredient2Recipe.count(I); in tryToWiden() local6964 if (!IsSingleton && !VPBB->empty() && LastExtensibleRecipe == &VPBB->back() && in tryToWiden()6969 if (!IsSingleton) in tryToWiden()