Lines Matching refs:GetAddress
93 inline uintptr_t GetAddress() const in GetAddress() function
99 explicit JSHandle(const JSHandle<S> &handle) : address_(handle.GetAddress()) {} in JSHandle()
105 return JSHandle<T>(handle.GetAddress()); in Cast()
110 if (GetAddress() == 0U) { in GetTaggedValue()
113 …return *(reinterpret_cast<JSTaggedValue *>(GetAddress())); // NOLINT(clang-analyzer-core.NullDere… in GetTaggedValue()
118 if (GetAddress() == 0U) { in GetTaggedType()
121 …return *reinterpret_cast<JSTaggedType *>(GetAddress()); // NOLINT(clang-analyzer-core.NullDerefer… in GetTaggedType()
146 return GetAddress() == 0U; in IsEmpty()
183 return reinterpret_cast<JSTaggedValue *>(GetAddress());
189 return reinterpret_cast<JSTaggedValue *>(GetAddress());
215 return JSMutableHandle<T>(handle.GetAddress()); in Cast()
220 auto addr = reinterpret_cast<JSTaggedValue *>(this->GetAddress()); in Update()
228 auto addr = reinterpret_cast<JSTaggedValue *>(this->GetAddress()); in Update()