Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h2245 GateRef oldWithMask = Int32And(bitfield1, in SetNumberOfPropsToHClass() local
2249 Int32Or(oldWithMask, newValue)); in SetNumberOfPropsToHClass()
2267 GateRef oldWithMask = Int32And(bitfield, in SetElementsKindToTrackInfo() local
2270 GateRef newBitfield = Int32Or(oldWithMask, newValue); in SetElementsKindToTrackInfo()
2277 GateRef oldWithMask = Int32And(bitfield, in SetSpaceFlagToTrackInfo() local
2280 GateRef newBitfield = Int32Or(oldWithMask, newValue); in SetSpaceFlagToTrackInfo()

Completed in 9 milliseconds