Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp75 auto newTrackType = handler.GetTrackType(); in UpdateKeyAndDesc() local
76 if (oldTrackType == newTrackType) { in UpdateKeyAndDesc()
88 if (newTrackType != TrackType::TAGGED) { in UpdateKeyAndDesc()
89 newTrackType = static_cast<TrackType>(static_cast<uint8_t>(newTrackType) | in UpdateKeyAndDesc()
92 iter.second = PGOHandler(newTrackType, handler.IsAccessor()); in UpdateKeyAndDesc()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp231 … DEFVARIABLE(newTrackType, VariableType::INT32(), Int32(static_cast<int32_t>(TrackType::TAGGED))); in UpdateTrackTypeInPropAttr()
239 newTrackType = TaggedToTrackType(value); in UpdateTrackTypeInPropAttr()
242 …Branch(Int32Equal(*newTrackType, Int32(static_cast<int32_t>(TrackType::TAGGED))), &update, &merge); in UpdateTrackTypeInPropAttr()
245 newTrackType = Int32Or(oldTrackType, *newTrackType); in UpdateTrackTypeInPropAttr()
246 Branch(Int32Equal(oldTrackType, *newTrackType), &exit, &update); in UpdateTrackTypeInPropAttr()
250 result = SetTrackTypeInPropAttr(attr, *newTrackType); in UpdateTrackTypeInPropAttr()
303 … DEFVARIABLE(newTrackType, VariableType::INT32(), Int32(static_cast<int32_t>(TrackType::TAGGED))); in TaggedToTrackType()
310 newTrackType = Int32(static_cast<int32_t>(TrackType::INT)); in TaggedToTrackType()
320 newTrackType = Int32(static_cast<int32_t>(TrackType::TAGGED)); in TaggedToTrackType()
325 newTrackType = Int32(static_cast<int32_t>(TrackType::DOUBLE)); in TaggedToTrackType()
[all …]