Home
last modified time | relevance | path

Searched refs:Delete (Results 1 - 25 of 163) sorted by relevance

1234567

/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmemory_manager.cpp90 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 Dregion_space.cpp181 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 Dgc_workers_thread_pool.cpp87 internalAllocator_->Delete(threadPool_); in ~GCWorkersThreadPool()
88 internalAllocator_->Delete(workerIface_); in ~GCWorkersThreadPool()
90 internalAllocator_->Delete(queue_); in ~GCWorkersThreadPool()
H A Dgc_worker.cpp39 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 Djs_api_tree_set.cpp53 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 Dthread.cpp70 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 Dmonitor_pool.h55 allocator_->Delete(monitor); in DeflateMonitorsWithCallBack()
80 allocator_->Delete(iter.second); in ~MonitorPool()
H A Dcompiler_queue_counter_priority.h99 allocator_->Delete(element);
128 allocator_->Delete(e);
186 allocator_->Delete(element); in UpdateQueue()
H A Dthread_pool.h143 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 Dmock_queue_thread_pool.cpp213 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 Dinternal_allocator_test.cpp173 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 Dbuiltins_set.h34 V("delete", Delete, 1, SetDelete) \
56 static JSTaggedValue Delete(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_map.h30 V("delete", Delete, 1, MapDelete) \
56 static JSTaggedValue Delete(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_weak_set.h30 static JSTaggedValue Delete(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_weak_map.h28 static JSTaggedValue Delete(EcmaRuntimeCallInfo *argv);
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_manager.cpp47 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 Djs_weak_container.h30 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 Devent_loop_module.cpp76 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 Depsilon-g1.cpp70 this->GetInternalAllocator()->Delete(preBuff); in OnThreadTerminate()
75 this->GetInternalAllocator()->Delete(localBuffer); in OnThreadTerminate()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_adaptive_stack_inl.h49 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 Dglobal_object_storage.cpp41 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 Dcore_vm.cpp102 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 Dets_vm.cpp109 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 Dlinked_hash_table_test.cpp86 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 Dweak_vector_test.cpp147 * @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()

Completed in 12 milliseconds

1234567