Home
last modified time | relevance | path

Searched refs:address_ (Results 1 – 7 of 7) sorted by relevance

/ark/runtime_core/runtime/
Dhandle_base.h68 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
Dhandle_base-inl.h27 address_ = thread->GetTopScope<T>()->NewHandle(value); in HandleBase()
/ark/runtime_core/runtime/mem/
Dvm_handle.h38 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()
/ark/js_runtime/ecmascript/napi/include/
Djsnapi.h73 inline Local(const Local<S> &current) : 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; variable
165 address_ = 0; in Empty()
200 return reinterpret_cast<T *>(address_); in GetAddress()
203 uintptr_t address_ = 0U; variable
948 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 …]
/ark/runtime_core/libpandafile/
Dline_program_state.h42 address_ += v; in AdvancePc()
92 return address_; in GetAddress()
119 uint32_t address_ {0};
/ark/js_runtime/ecmascript/
Djs_handle.h45 address_ = EcmaHandleScope::NewHandle(const_cast<JSThread *>(thread), value.GetRawData()); in JSHandle()
50address_ = EcmaHandleScope::NewHandle(const_cast<JSThread *>(thread), JSTaggedValue(value).GetRawD… in JSHandle()
55address_ = EcmaHandleScope::NewHandle(const_cast<JSThread *>(thread), JSTaggedValue(value).GetRawD… in JSHandle()
/ark/js_runtime/ecmascript/hprof/
Dheap_snapshot.h56 address_(address), in id_()
99 return address_; in GetAddress()
126 Address address_{0x0};