Home
last modified time | relevance | path

Searched refs:GetRepresentation (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h240 auto rep = GetRepresentation(); in IsDoubleRep()
246 auto rep = GetRepresentation(); in IsIntRep()
255 inline Representation GetRepresentation() const in GetRepresentation() function
Dobject_operator.h183 inline Representation GetRepresentation() const in GetRepresentation() function
185 return GetAttr().GetRepresentation(); in GetRepresentation()
Djs_object.h262 inline Representation GetRepresentation() const in GetRepresentation() function
Dobject_operator.cpp447 Representation oldRep = attr.GetRepresentation(); in ConvertOrTransitionWithRep()
Djs_hclass.cpp748 result.SetRepresentation(attr.GetRepresentation()); in LookupPropertyInAotHClass()
Djs_hclass.h1817 inline Representation GetRepresentation() in GetRepresentation() function
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h126 RepresentationBit::Set(op.GetRepresentation(), &handler); in LoadProperty()
178 RepresentationBit::Set(op.GetRepresentation(), &handler); in StoreProperty()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1006 if (plr.GetRepresentation() == Representation::DOUBLE) { in VisitStoreProperty()
1010 } else if (plr.GetRepresentation() == Representation::INT) { in VisitStoreProperty()
1034 return SetOutputType(gate, plr.GetRepresentation()); in VisitLoadProperty()
Dtype_mcr_lowering.cpp1215 if (plr.GetRepresentation() == Representation::DOUBLE) { in GetVarType()
1217 } else if (plr.GetRepresentation() == Representation::INT) { in GetVarType()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1488 if (attr.GetRepresentation() == Representation::DOUBLE) { in VisitObjectBodyWithRep()
1493 } else if (attr.GetRepresentation() == Representation::INT) { in VisitObjectBodyWithRep()