/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | memory_manager.cpp | 90 heapManager_->GetInternalAllocator()->Delete(gc_); in ~MemoryManager() 91 heapManager_->GetInternalAllocator()->Delete(gcTrigger_); in ~MemoryManager() 92 heapManager_->GetInternalAllocator()->Delete(gcStats_); in ~MemoryManager() 93 heapManager_->GetInternalAllocator()->Delete(globalObjectStorage_); in ~MemoryManager()
|
H A D | region_space.cpp | 181 allocator->Delete(remSet_); in Destroy() 185 allocator->Delete(liveBytes_); in Destroy() 189 allocator->Delete(pinnedObjects_); in Destroy() 194 allocator->Delete(i); in Destroy() 196 allocator->Delete(tlabVector_); in Destroy() 200 allocator->Delete(liveBitmap_->GetBitMap().data()); in Destroy() 201 allocator->Delete(liveBitmap_); in Destroy() 205 allocator->Delete(markBitmap_->GetBitMap().data()); in Destroy() 206 allocator->Delete(markBitmap_); in Destroy()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/ |
H A D | gc_workers_thread_pool.cpp | 87 internalAllocator_->Delete(threadPool_); in ~GCWorkersThreadPool() 88 internalAllocator_->Delete(workerIface_); in ~GCWorkersThreadPool() 90 internalAllocator_->Delete(queue_); in ~GCWorkersThreadPool()
|
H A D | gc_worker.cpp | 39 internalAllocator->Delete(gcThread_); in ~GCWorker() 40 internalAllocator->Delete(gcTaskQueue_); in ~GCWorker() 94 gc_->GetInternalAllocator()->Delete(gcInternalThread_); in FinalizeAndDestroyWorker()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
H A D | js_api_tree_set.cpp | 53 bool JSAPITreeSet::Delete(JSThread *thread, const JSHandle<JSAPITreeSet> &set, const JSHandle<JSTaggedValue> &key) in Delete() function in panda::ecmascript::JSAPITreeSet 62 JSTaggedValue newSet = TaggedTreeSet::Delete(thread, setHandle, entry); in Delete() 96 JSTaggedValue newSet = TaggedTreeSet::Delete(thread, setHandle, entry); in PopFirst() 109 JSTaggedValue newSet = TaggedTreeSet::Delete(thread, setHandle, entry); in PopLast()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | thread.cpp | 70 allocator->Delete(preBuff_); in FreeAllocatedMemory() 167 allocator->Delete(zeroTlab_); in Shutdown() 268 allocator->Delete(objectHeaderHandleStorage_); in ~ManagedThread() 269 allocator->Delete(taggedGlobalHandleStorage_); in ~ManagedThread() 270 allocator->Delete(taggedHandleStorage_); in ~ManagedThread() 271 allocator->Delete(weightedAdaptiveTlabAverage_); in ~ManagedThread() 275 allocator->Delete(stackFrameAllocator_); in ~ManagedThread() 276 allocator->Delete(ptThreadInfo_.release()); in ~ManagedThread() 936 allocator->Delete(stackFrameAllocator_); in FreeInternalMemory() 937 allocator->Delete(internalLocalAllocator in FreeInternalMemory() [all...] |
H A D | monitor_pool.h | 55 allocator_->Delete(monitor); in DeflateMonitorsWithCallBack() 80 allocator_->Delete(iter.second); in ~MonitorPool()
|
H A D | compiler_queue_counter_priority.h | 99 allocator_->Delete(element); 128 allocator_->Delete(e); 186 allocator_->Delete(element); in UpdateQueue()
|
H A D | thread_pool.h | 143 allocator_->Delete(procs_.back()); in Scale() 192 allocator_->Delete(proc); in Help() 334 allocator_->Delete(proc); in REQUIRES() 348 allocator_->Delete(worker); in REQUIRES()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | mock_queue_thread_pool.cpp | 213 allocator->Delete(threadPool); in TestThreadPool() 214 allocator->Delete(controller); in TestThreadPool() 215 allocator->Delete(queue); in TestThreadPool() 324 allocator->Delete(threadPool); in TestThreadPoolWithControllers() 325 allocator->Delete(controller); in TestThreadPoolWithControllers() 326 allocator->Delete(queue); in TestThreadPoolWithControllers()
|
H A D | internal_allocator_test.cpp | 173 allocator_->Delete(p); in TEST_F() 221 allocator_->Delete(p); in TEST_F() 258 allocator_->Delete(dequeTmp); in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_set.h | 34 V("delete", Delete, 1, SetDelete) \ 56 static JSTaggedValue Delete(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_map.h | 30 V("delete", Delete, 1, MapDelete) \ 56 static JSTaggedValue Delete(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_weak_set.h | 30 static JSTaggedValue Delete(EcmaRuntimeCallInfo *argv);
|
H A D | builtins_weak_map.h | 28 static JSTaggedValue Delete(EcmaRuntimeCallInfo *argv);
|
/arkcompiler/runtime_core/static_core/runtime/coroutines/ |
H A D | coroutine_manager.cpp | 47 Runtime::GetCurrent()->GetInternalAllocator()->Delete(main); in DestroyMainCoroutine() 81 Runtime::GetCurrent()->GetInternalAllocator()->Delete(co); in DestroyEntrypointlessCoroutine() 107 Runtime::GetCurrent()->GetInternalAllocator()->Delete(co); in DestroyEntrypointfulCoroutine()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_weak_container.h | 30 static bool Delete(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedValue> &key); 59 static bool Delete(JSThread *thread, const JSHandle<JSWeakSet> &set, const JSHandle<JSTaggedValue> &value);
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
H A D | event_loop_module.cpp | 76 Runtime::GetCurrent()->GetInternalAllocator()->Delete(callback); in AsyncCallbackBody() 78 [](uv_handle_t *handle) { Runtime::GetCurrent()->GetInternalAllocator()->Delete(handle); }); in AsyncCallbackBody()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/ |
H A D | epsilon-g1.cpp | 70 this->GetInternalAllocator()->Delete(preBuff); in OnThreadTerminate() 75 this->GetInternalAllocator()->Delete(localBuffer); in OnThreadTerminate()
|
/arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
H A D | gc_adaptive_stack_inl.h | 49 gc_->GetInternalAllocator()->Delete(stackSrc_); in ~GCAdaptiveStack() 50 gc_->GetInternalAllocator()->Delete(stackDst_); in ~GCAdaptiveStack() 98 allocator->Delete(newStack); in PushToStack()
|
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
H A D | global_object_storage.cpp | 41 allocator_->Delete(globalStorage_); in ~GlobalObjectStorage() 42 allocator_->Delete(weakStorage_); in ~GlobalObjectStorage() 43 allocator_->Delete(globalFixedStorage_); in ~GlobalObjectStorage()
|
/arkcompiler/runtime_core/static_core/runtime/core/ |
H A D | core_vm.cpp | 102 allocator->Delete(rendezvous_); in ~PandaCoreVM() 103 allocator->Delete(runtimeIface_); in ~PandaCoreVM() 104 allocator->Delete(threadManager_); in ~PandaCoreVM() 105 allocator->Delete(referenceProcessor_); in ~PandaCoreVM() 106 allocator->Delete(monitorPool_); in ~PandaCoreVM() 107 allocator->Delete(stringTable_); in ~PandaCoreVM() 108 allocator->Delete(compiler_); in ~PandaCoreVM()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_vm.cpp | 109 allocator->Delete(vm); in Create() 147 runtime->GetInternalAllocator()->Delete(vm); in Destroy() 186 allocator->Delete(taskpool_); in ~PandaEtsVM() 187 allocator->Delete(rendezvous_); in ~PandaEtsVM() 188 allocator->Delete(runtimeIface_); in ~PandaEtsVM() 189 allocator->Delete(coroutineManager_); in ~PandaEtsVM() 190 allocator->Delete(referenceProcessor_); in ~PandaEtsVM() 191 allocator->Delete(monitorPool_); in ~PandaEtsVM() 192 allocator->Delete(stringTable_); in ~PandaEtsVM() 193 allocator->Delete(compiler in ~PandaEtsVM() [all...] |
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | linked_hash_table_test.cpp | 86 dictHandle = LinkedHashMap::Delete(thread, dictHandle, key1); in HWTEST_F_L0() 125 setHandle = LinkedHashSet::Delete(thread, setHandle, key1); in HWTEST_F_L0() 216 dictHandle = LinkedHashMap::Delete(thread, dictHandle, key); in HWTEST_F_L0() 248 setHandle = LinkedHashSet::Delete(thread, setHandle, keyHandle); in HWTEST_F_L0()
|
H A D | weak_vector_test.cpp | 147 * @tc.name: Delete 153 HWTEST_F_L0(WeakVectorTest, Delete) in HWTEST_F_L0() 169 EXPECT_FALSE(weakVector->Delete(thread, weakVectorCapacity)); in HWTEST_F_L0() 172 EXPECT_TRUE(weakVector->Delete(thread, i)); in HWTEST_F_L0()
|