Searched refs:curTaggedSlotValue (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | profiler_stub_builder.cpp | 112 DEFVARIABLE(curTaggedSlotValue, VariableType::INT64(), type); in ProfileOpType() 117 curTaggedSlotValue = Int64Or(oldTaggedSlotValue, type); in ProfileOpType() 118 BRANCH(Int64Equal(oldTaggedSlotValue, *curTaggedSlotValue), &exit, &updateSlot); in ProfileOpType() 128 SetValueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, *curTaggedSlotValue); in ProfileOpType() local
|
Completed in 4 milliseconds