Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dslots.h30 explicit ObjectSlot(uintptr_t slotAddr) : slotAddress_(slotAddr) {} in ObjectSlot()
44 *reinterpret_cast<JSTaggedType *>(slotAddress_) = value; in Update()
50 *reinterpret_cast<JSTaggedType *>(slotAddress_) = value | JSTaggedValue::TAG_WEAK; in UpdateWeak()
55 *reinterpret_cast<JSTaggedType *>(slotAddress_) = JSTaggedValue::VALUE_UNDEFINED; in Clear()
66 return *reinterpret_cast<JSTaggedType *>(slotAddress_); in GetTaggedType()
72 return *reinterpret_cast<JSTaggedValue *>(slotAddress_); in GetTaggedValue()
77 slotAddress_ += sizeof(JSTaggedType); in operator ++()
85 slotAddress_ += sizeof(JSTaggedType); in operator ++()
92 slotAddress_ += sizeof(JSTaggedType) * length; in operator +=()
98 return slotAddress_; in SlotAddress()
127 uintptr_t slotAddress_; global() member in panda::ecmascript::ObjectSlot
[all...]

Completed in 1 milliseconds