Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.cc126 if (IsHeapConstant()) return AsHeapConstant()->Lub(); in BitsetLub()
476 if (this->IsHeapConstant()) { in SimplyEquals()
477 return that.IsHeapConstant() && in SimplyEquals()
487 if (that.IsHeapConstant() || that.IsOtherNumberConstant()) return false; in SimplyEquals()
929 if (this->IsHeapConstant() || this->IsOtherNumberConstant()) { in NumConstants()
934 if (this->AsUnion()->Get(i).IsHeapConstant()) ++result; in NumConstants()
996 } else if (this->IsHeapConstant()) { in PrintTo()
Dconstant-folding-reducer.cc39 if (upper.IsHeapConstant()) { in Reduce()
Dtyped-optimization.cc94 if (object_type.IsHeapConstant()) { in GetStableMapFromObjectType()
153 if (map_type.IsHeapConstant() && in ReduceCheckMaps()
368 if (!constant_type.IsHeapConstant()) return NoChange(); in TryReduceStringComparisonOfStringFromSingleCharCode()
581 } else if (type.IsHeapConstant()) { in ReduceTypeOf()
Dsimplified-operator-reducer.cc29 if (m.IsHeapConstant()) return Decision::kFalse; in DecideObjectIsSmi()
Djs-create-lowering.cc124 if (!target_type.IsHeapConstant() || !new_target_type.IsHeapConstant() || in ReduceJSCreate()
412 if (closure_type.IsHeapConstant()) { in ReduceJSCreateGeneratorObject()
710 if (new_target_type.IsHeapConstant() && in ReduceJSCreateArray()
1353 if (!prototype_type.IsHeapConstant()) return NoChange(); in ReduceJSCreateObject()
Djs-typed-lowering.cc998 if (input_type.IsHeapConstant()) { in ReduceJSToNumberOrNumericInput()
1401 if (module_type.IsHeapConstant()) { in BuildGetModuleCell()
1554 if (target_type.IsHeapConstant() && in ReduceJSConstructForwardVarargs()
1588 if (target_type.IsHeapConstant() && in ReduceJSConstruct()
1671 if (target_type.IsHeapConstant() && in ReduceJSCall()
Dtyper.cc942 if (lhs.IsHeapConstant() && rhs.Is(lhs)) { in JSEqualTyper()
987 if (lhs.IsHeapConstant() && rhs.Is(lhs)) { in NumberCompareTyper()
1418 if (!fun.IsHeapConstant() || !fun.AsHeapConstant()->Ref().IsJSFunction()) { in JSCallTyper()
1876 if (lhs.IsHeapConstant() && rhs.Is(lhs)) { in ReferenceEqualTyper()
Dtypes.h398 bool IsHeapConstant() const { return IsKind(TypeBase::kHeapConstant); } in IsHeapConstant() function
Descape-analysis.cc672 if (map_type.IsHeapConstant() && in ReduceNode()
Dload-elimination.cc963 if (new_value_type.IsHeapConstant()) { in ReduceStoreField()
Doperation-typer.cc1158 if (lhs.IsHeapConstant() && rhs.Is(lhs)) { in StrictEqual()
Dsimplified-lowering.cc1207 if (value_type.IsHeapConstant()) { in WriteBarrierKindFor()