Home
last modified time | relevance | path

Searched refs:GetTrackType (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_layout.cpp25 TrackType trackType = GetTrackType(); in SetAttribute()
188 auto oldTrackType = oldHandler.GetTrackType(); in InsertKeyAndDesc()
189 auto newTrackType = handler.GetTrackType(); in InsertKeyAndDesc()
H A Dpgo_profiler_layout.h83 TrackType GetTrackType() const in GetTrackType() function in panda::ecmascript::pgo::PGOHandler
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info.cpp225 TrackType type = attr.GetTrackType(); in DumpFieldIndexByPGO()
247 TrackType type = attr.GetTrackType(); in UpdateFieldIndexByPGO()
H A Dproperty_attributes.h190 TrackType oldType = GetTrackType(); in UpdateTrackType()
316 inline TrackType GetTrackType() const in GetTrackType() function in panda::ecmascript::TrackType::PropertyAttributes
H A Djs_hclass.cpp779 auto targetTrackType = attr.GetTrackType(); in VisitAndUpdateLayout()
787 if (layout->GetAttr(offset).GetTrackType() != targetTrackType) { in VisitAndUpdateLayout()
1447 defaultAttr.SetTrackType(attr.GetTrackType()); in DumpToString()
1453 result += static_cast<int32_t>(attr.GetTrackType()); in DumpToString()

Completed in 7 milliseconds