Home
last modified time | relevance | path

Searched refs:GetRepresentation (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h296 auto rep = GetRepresentation(); in IsDoubleRep()
302 auto rep = GetRepresentation(); in IsIntRep()
311 inline Representation GetRepresentation() const in GetRepresentation() function in panda::ecmascript::TrackType::PropertyAttributes
H A Dobject_operator.h220 inline Representation GetRepresentation() const in GetRepresentation() function in panda::ecmascript::final
222 return GetAttr().GetRepresentation(); in GetRepresentation()
H A Djs_hclass.cpp820 Representation oldRep = attr.GetRepresentation(); in ConvertOrTransitionWithRep()
1144 result.SetRepresentation(attr.GetRepresentation()); in LookupPropertyInAotHClass()
1184 result.SetRepresentation(attr.GetRepresentation()); in LookupPropertyInPGOHClass()
1229 result.SetRepresentation(attr.GetRepresentation()); in LookupPropertyInBuiltinPrototypeHClass()
1318 auto rep = attributes.GetRepresentation(); in CreateRootHClassWithCached()
1493 result.SetRepresentation(attr.GetRepresentation()); in LookupPropertyInBuiltinHClass()
H A Djs_hclass-inl.h192 auto lastRep = layoutInfo->GetAttr(last).GetRepresentation(); in CheckHClassForRep()
H A Dobject_operator.cpp742 attributes_.SetRepresentation(attr.GetRepresentation()); in UpdateDataValue()
1069 attributes_.SetRepresentation(attr.GetRepresentation()); in AddPropertyInternal()
H A Djs_object.h297 inline Representation GetRepresentation() const in GetRepresentation() function in panda::ecmascript::PropertyMetaData
H A Djs_hclass.h2219 inline Representation GetRepresentation()
H A Ddump.cpp590 os << " Rep: " << static_cast<int>(attr.GetRepresentation()); in DumpAttr()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_serializer.cpp345 if (attr.GetRepresentation() == Representation::DOUBLE || attr.GetRepresentation() == Representation::INT) { in SerializeInObjField()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_handler.h243 RepresentationBit::Set<uint64_t>(op.GetRepresentation(), &handler); in LoadProperty()
335 RepresentationBit::Set(op.GetRepresentation(), &handler); in StoreProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_retype.cpp1591 if (plr.GetRepresentation() == Representation::DOUBLE) { in VisitStoreProperty()
1595 } else if (plr.GetRepresentation() == Representation::INT) { in VisitStoreProperty()
1619 return SetOutputType(gate, plr.GetRepresentation()); in VisitLoadProperty()
2171 return SetOutputType(gate, plr.GetRepresentation()); in VisitMonoLoadPropertyOnProto()
2229 if (plr.GetRepresentation() == Representation::DOUBLE) { in VisitMonoStoreProperty()
2233 } else if (plr.GetRepresentation() == Representation::INT) { in VisitMonoStoreProperty()
H A Dtyped_hcr_lowering.cpp1645 if (plr.GetRepresentation() == Representation::DOUBLE) { in GetVarType()
1647 } else if (plr.GetRepresentation() == Representation::INT) { in GetVarType()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1479 if (attr.GetRepresentation() == Representation::DOUBLE) { in VisitObjectBodyWithRep()
1484 } else if (attr.GetRepresentation() == Representation::INT) { in VisitObjectBodyWithRep()

Completed in 34 milliseconds