Home
last modified time | relevance | path

Searched refs:GetTrackType (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp163 auto oldTrackType = oldHandler.GetTrackType(); in InsertKeyAndDesc()
164 auto newTrackType = handler.GetTrackType(); in InsertKeyAndDesc()
Dpgo_profiler_layout.h66 TrackType trackType = GetTrackType(); in SetAttribute()
98 TrackType GetTrackType() const in GetTrackType() function
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.cpp210 TrackType type = attr.GetTrackType(); in DumpFieldIndex()
222 TrackType type = attr.GetTrackType(); in UpdateFieldIndex()
Dproperty_attributes.h176 TrackType oldType = GetTrackType(); in UpdateTrackType()
302 inline TrackType GetTrackType() const in GetTrackType() function
Dobject_operator.cpp400 TrackType ObjectOperator::GetTrackType() const in GetTrackType() function in panda::ecmascript::ObjectOperator
404 : attributes_.GetTrackType(); in GetTrackType()
418 desc.SetTrackType(GetTrackType()); in ToPropertyDescriptor()
607 attr.SetDictTrackType(attr.GetTrackType()); in TransitionForAttributeChanged()
Dobject_operator.h278 TrackType GetTrackType() const;
Dtagged_hash_table.h446 attr.SetDictTrackType(metaData.GetTrackType()); in Put()
Djs_object.h117 inline TrackType GetTrackType() const in GetTrackType() function
Dobject_fast_operator-inl.h244 if (!ClassHelper::MatchTrackType(attr.GetTrackType(), value)) { in SetPropertyByName()
Djs_object.cpp877 if (!ClassHelper::MatchTrackType(op->GetTrackType(), value.GetTaggedValue())) { in SetPropertyForDataDescriptor()
910 !ClassHelper::MatchTrackType(op->GetTrackType(), value.GetTaggedValue())) { in SetPropertyForDataDescriptor()
1253 … if (!ClassHelper::MatchTrackType(current.GetTrackType(), desc.GetValue().GetTaggedValue())) { in ValidateDataDescriptorWhenConfigurable()
Djs_hclass.cpp1208 result += static_cast<int32_t>(attr.GetTrackType()); in DumpToString()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h84 static inline TrackType GetTrackType(uint32_t handler) in GetTrackType() function
286 STrackTypeBit::Set(static_cast<uint32_t>(op.GetAttr().GetTrackType()), &handler); in StoreProperty()
Dic_runtime_stub-inl.h230 TrackType trackType { HandlerBase::GetTrackType(handlerInfo) }; in StoreICWithHandler()