Home
last modified time | relevance | path

Searched refs:oldTrackType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp74 auto oldTrackType = oldHandler.GetTrackType(); in UpdateKeyAndDesc() local
76 if (oldTrackType == newTrackType) { in UpdateKeyAndDesc()
81 switch (oldTrackType) { in UpdateKeyAndDesc()
90 static_cast<uint8_t>(oldTrackType)); in UpdateKeyAndDesc()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp230 GateRef oldTrackType = GetTrackTypeInPropAttr(attr); in UpdateTrackTypeInPropAttr() local
236 Branch(Equal(oldTrackType, Int32(static_cast<int32_t>(TrackType::TAGGED))), &exit, &judgeValue); in UpdateTrackTypeInPropAttr()
245 newTrackType = Int32Or(oldTrackType, *newTrackType); in UpdateTrackTypeInPropAttr()
246 Branch(Int32Equal(oldTrackType, *newTrackType), &exit, &update); in UpdateTrackTypeInPropAttr()