Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp116 GateRef oldTaggedSlotValue = ChangeTaggedPointerToInt64(slotValue); in ProfileOpType() local
117 curTaggedSlotValue = Int64Or(oldTaggedSlotValue, type); in ProfileOpType()
118 BRANCH(Int64Equal(oldTaggedSlotValue, *curTaggedSlotValue), &exit, &updateSlot); in ProfileOpType()

Completed in 3 milliseconds