Searched refs:IsHeapConstant (Results 1 – 12 of 12) sorted by relevance
28 bool IsHeapConstant(Node* const node) { in IsHeapConstant() function40 return IsHeapConstant(node) || IsTaggedMachineLoad(node) || IsTaggedPhi(node); in CanBeCompressed()173 DCHECK(IsHeapConstant(node)); in ChangeHeapConstant()
129 if (IsHeapConstant()) return AsHeapConstant()->Lub(); in BitsetLub()512 if (this->IsHeapConstant()) { in SimplyEquals()513 return that.IsHeapConstant() && in SimplyEquals()523 if (that.IsHeapConstant() || that.IsOtherNumberConstant()) return false; in SimplyEquals()971 if (this->IsHeapConstant() || this->IsOtherNumberConstant()) { in NumConstants()976 if (this->AsUnion()->Get(i).IsHeapConstant()) ++result; in NumConstants()1037 } else if (this->IsHeapConstant()) { in PrintTo()1170 } else if (IsHeapConstant()) { in AllocateOnHeap()
31 } else if (type.IsHeapConstant()) { in TryGetConstant()
112 if (object_type.IsHeapConstant()) { in GetStableMapFromObjectType()233 if (map_type.IsHeapConstant() && in ReduceCheckMaps()463 if (!constant_type.IsHeapConstant()) return NoChange(); in TryReduceStringComparisonOfStringFromSingleCharCode()822 if (input_type.IsHeapConstant()) { in ReduceJSToNumberInput()
414 bool IsHeapConstant() const { return IsKind(TypeBase::kHeapConstant); } in IsHeapConstant() function423 Is(Type::NaN()) || Is(Type::Hole()) || IsHeapConstant() || in IsSingleton()
32 if (m.IsHeapConstant()) return Decision::kFalse; in DecideObjectIsSmi()
1006 if (input_type.IsHeapConstant()) { in ReduceJSToNumberInput()1440 if (module_type.IsHeapConstant()) { in BuildGetModuleCell()1589 if (target_type.IsHeapConstant() && in ReduceJSConstructForwardVarargs()1620 if (target_type.IsHeapConstant() && in ReduceJSConstruct()1703 if (target_type.IsHeapConstant() && in ReduceJSCall()
581 if (type.IsHeapConstant() && in ObjectIsConstructor()1096 if (lhs.IsHeapConstant() && rhs.Is(lhs)) { in NumberCompareTyper()1528 if (!fun.IsHeapConstant() || !fun.AsHeapConstant()->Ref().IsJSFunction()) { in JSCallTyper()2003 if (lhs.IsHeapConstant() && rhs.Is(lhs)) { in ReferenceEqualTyper()
752 if (map_type.IsHeapConstant() && in ReduceNode()
389 if (closure_type.IsHeapConstant()) { in ReduceJSCreateGeneratorObject()1352 if (!prototype_type.IsHeapConstant()) return NoChange(); in ReduceJSCreateObject()
983 if (new_value_type.IsHeapConstant()) { in ReduceStoreField()
1485 if (value_type.IsHeapConstant()) { in WriteBarrierKindFor()