Searched refs:address_ (Results 1 – 7 of 7) sorted by relevance
68 HandleBase() : address_(reinterpret_cast<uintptr_t>(nullptr)) {} in HandleBase()75 return address_; in GetAddress()82 explicit HandleBase(uintptr_t addr) : address_(addr) {} in HandleBase()84 uintptr_t address_; // NOLINT(misc-non-private-member-variables-in-classes) variable
27 address_ = thread->GetTopScope<T>()->NewHandle(value); in HandleBase()
38 address_ = thread->GetTopScope<ObjectHeader *>()->NewHandle(object); in VMHandle()40 address_ = reinterpret_cast<uintptr_t>(nullptr); in VMHandle()51 if (address_ == reinterpret_cast<uintptr_t>(nullptr)) { in GetPtr()
73 inline Local(const Local<S> ¤t) : address_(reinterpret_cast<uintptr_t>(*current)) in Local()113 explicit inline Local(uintptr_t addr) : address_(addr) {} in Local()116 return reinterpret_cast<T *>(address_); in GetAddress()118 uintptr_t address_ = 0U; variable165 address_ = 0; in Empty()200 return reinterpret_cast<T *>(address_); in GetAddress()203 uintptr_t address_ = 0U; variable948 address_ = JSNApi::GetGlobalHandleAddr(vm_, reinterpret_cast<uintptr_t>(*current)); in Global()957 address_ = JSNApi::GetGlobalHandleAddr(vm_, reinterpret_cast<uintptr_t>(*current)); in Global()964 if (address_ != 0) { in Update()[all …]
42 address_ += v; in AdvancePc()92 return address_; in GetAddress()119 uint32_t address_ {0};
45 address_ = EcmaHandleScope::NewHandle(const_cast<JSThread *>(thread), value.GetRawData()); in JSHandle()50 …address_ = EcmaHandleScope::NewHandle(const_cast<JSThread *>(thread), JSTaggedValue(value).GetRawD… in JSHandle()55 …address_ = EcmaHandleScope::NewHandle(const_cast<JSThread *>(thread), JSTaggedValue(value).GetRawD… in JSHandle()
56 address_(address), in id_()99 return address_; in GetAddress()126 Address address_{0x0};