Home
last modified time | relevance | path

Searched defs:updateSlot (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.cpp118 BRANCH(Int64Equal(oldTaggedSlotValue, *curTaggedSlotValue), &exit, &updateSlot); in ProfileOpType() local
124 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); in ProfileOpType() local
165 BRANCH(TaggedIsUndefined(handle), &updateSlot, &exit); in ProfileDefineClass() local
203 BRANCH(TaggedIsWeak(slotValue), &isWeak, &updateSlot); in ProfileCreateObject() local
208 BRANCH(Equal(cachedHClass, hclass), &exit, &updateSlot); in ProfileCreateObject() local
214 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); ProfileCreateObject() local
298 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); ProfileCall() local
387 BRANCH(TaggedIsInt(slotValue), &updateSlot, &initSlot); ProfileNativeCall() local
613 BRANCH(TaggedIsUndefined(slotValue), &updateSlot, &exit); ProfileBranch() local
754 BRANCH(TaggedIsInt(slotValue), &updateSlot, &initSlot); ProfileGetIterator() local
[all...]

Completed in 5 milliseconds