Home
last modified time | relevance | path

Searched refs:GetObjectAddress (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dglobal_handle_storage-inl.h54 return globalNodes_->back()->at(count_++).GetObjectAddress(); in NewGlobalHandle()
62 return node->GetObjectAddress(); in NewGlobalHandle()
Dglobal_handle_storage.h69 uintptr_t GetObjectAddress() const in GetObjectAddress() function
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h90 uintptr_t GetObjectAddress() const in GetObjectAddress() function
547 return node->GetObjectAddress(); in NewGlobalHandleImplement()
562 return node->GetObjectAddress(); in NewGlobalHandleImplement()
571 return node->GetObjectAddress(); in NewGlobalHandleImplement()
Djs_thread.cpp244 … visitor(ecmascript::Root::ROOT_HANDLE, ecmascript::ObjectSlot(node->GetObjectAddress())); in Iterate()
276 … visitor(ecmascript::Root::ROOT_HANDLE, ecmascript::ObjectSlot(node->GetObjectAddress())); in IterateHandleWithCheck()