Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h139 TrackType newType = TrackType::TAGGED; in UpdateTrackType() local
141newType = static_cast<TrackType>(static_cast<uint8_t>(TrackType::INT) | static_cast<uint8_t>(oldTy… in UpdateTrackType()
143newType = static_cast<TrackType>(static_cast<uint8_t>(TrackType::DOUBLE) | static_cast<uint8_t>(ol… in UpdateTrackType()
146 if (oldType != newType) { in UpdateTrackType()
147 SetTrackType(newType); in UpdateTrackType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h189 static int32_t CombineType(int32_t curType, int32_t newType) in CombineType() argument
191 … return static_cast<int32_t>(static_cast<uint32_t>(curType) | static_cast<uint32_t>(newType)); in CombineType()