Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_handle_test.cpp67 thread->DisposeGlobalHandle(globalString[i]); in HWTEST_F_L0()
89 HWTEST_F_L0(JSHandleTest, DisposeGlobalHandle) in HWTEST_F_L0()
94 thread->DisposeGlobalHandle(globalString[i]); in HWTEST_F_L0()
112 thread->DisposeGlobalHandle(globalString[i]); in HWTEST_F_L0()
179 thread->DisposeGlobalHandle(globalString[i]); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_handle_collection.h43 thread_->DisposeGlobalHandle(handle.GetAddress()); in Dispose()
H A Decma_global_storage.h438 inline void DisposeGlobalHandle(uintptr_t nodeAddr) in DisposeGlobalHandle() function in panda::ecmascript::EcmaGlobalStorage
456 DisposeGlobalHandle(nodeAddr); in SetWeak()
468 DisposeGlobalHandle(nodeAddr); in ClearWeak()
H A Djs_thread.cpp113 disposeGlobalHandle_ = [this](uintptr_t nodeAddr) { globalStorage_->DisposeGlobalHandle(nodeAddr); }; in JSThread()
123 disposeGlobalHandle_ = [this](uintptr_t nodeAddr) { globalDebugStorage_->DisposeGlobalHandle(nodeAddr); }; in JSThread()
481 DisposeGlobalHandle(ToUintPtr(node)); in IterateWeakEcmaGlobalStorage()
H A Djs_thread.h775 inline void DisposeGlobalHandle(uintptr_t nodeAddr)
/arkcompiler/runtime_core/static_core/runtime/
H A Dglobal_handle_storage-inl.h66 inline void GlobalHandleStorage<T>::DisposeGlobalHandle(uintptr_t nodeAddr) in DisposeGlobalHandle() function in ark::GlobalHandleStorage
74 inline void GlobalHandleStorage<coretypes::TaggedType>::DisposeGlobalHandle(uintptr_t nodeAddr) in DisposeGlobalHandle() function in ark::GlobalHandleStorage
H A Dglobal_handle_storage.h81 inline void DisposeGlobalHandle(uintptr_t addr);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5523 thread->DisposeGlobalHandle(addr); in DisposeGlobalHandleAddr()

Completed in 21 milliseconds