Home
last modified time | relevance | path

Searched refs:IsHeapConstant (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Ddecompression-optimizer.cc28 bool IsHeapConstant(Node* const node) { in IsHeapConstant() function
40 return IsHeapConstant(node) || IsTaggedMachineLoad(node) || IsTaggedPhi(node); in CanBeCompressed()
173 DCHECK(IsHeapConstant(node)); in ChangeHeapConstant()
Dtypes.cc129 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()
Dconstant-folding-reducer.cc31 } else if (type.IsHeapConstant()) { in TryGetConstant()
Dtyped-optimization.cc112 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()
Dtypes.h414 bool IsHeapConstant() const { return IsKind(TypeBase::kHeapConstant); } in IsHeapConstant() function
423 Is(Type::NaN()) || Is(Type::Hole()) || IsHeapConstant() || in IsSingleton()
Dsimplified-operator-reducer.cc32 if (m.IsHeapConstant()) return Decision::kFalse; in DecideObjectIsSmi()
Djs-typed-lowering.cc1006 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()
Dtyper.cc581 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()
Descape-analysis.cc752 if (map_type.IsHeapConstant() && in ReduceNode()
Djs-create-lowering.cc389 if (closure_type.IsHeapConstant()) { in ReduceJSCreateGeneratorObject()
1352 if (!prototype_type.IsHeapConstant()) return NoChange(); in ReduceJSCreateObject()
Dload-elimination.cc983 if (new_value_type.IsHeapConstant()) { in ReduceStoreField()
Dsimplified-lowering.cc1485 if (value_type.IsHeapConstant()) { in WriteBarrierKindFor()