Home
last modified time | relevance | path

Searched refs:Destroy (Results 1 – 25 of 56) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h51 void Destroy() in Destroy() function
55 encoder_->Destroy(); in Destroy()
74 void Destroy(PGOProfiler *profiler) in Destroy() function
135 encoder.Destroy(); in TextToBinary()
Dpgo_profiler_encoder.cpp31 void PGOProfilerEncoder::Destroy() in Destroy() function in panda::ecmascript::PGOProfilerEncoder
36 PGOProfilerHeader::Destroy(&header_); in Destroy()
Dpgo_profiler_encoder.h38 void PUBLIC_API Destroy();
/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp76 Logger::Destroy();
119 Logger::Destroy();
152 Logger::Destroy();
174 Logger::Destroy();
194 Logger::Destroy();
212 Logger::Destroy();
242 Logger::Destroy();
282 Logger::Destroy();
308 Logger::Destroy();
327 Logger::Destroy();
[all …]
Dcode_allocator_test.cpp31 Logger::Destroy(); in ~CodeAllocatorTest()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.cpp25 void HeapProfilerInterface::Destroy(EcmaVM *vm) in Destroy() function in panda::ecmascript::HeapProfilerInterface
Dheap_profiler_interface.h35 static void Destroy(EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp122 bool EcmaVM::Destroy(EcmaVM *vm) in Destroy() function in panda::ecmascript::EcmaVM
239 Taskpool::GetCurrentTaskpool()->Destroy(thread_->GetThreadId()); in ~EcmaVM()
242 PGOProfilerManager::GetInstance()->Destroy(pgoProfiler_); in ~EcmaVM()
272 heap_->Destroy(); in ~EcmaVM()
389 object->Destroy(); in ProcessNativeDelete()
410 object->Destroy(); in ProcessReferences()
433 object->Destroy(); in RemoveFromNativePointerList()
460 iter->Destroy(); in ClearBufferData()
Djs_native_pointer.h40 inline void Destroy() in Destroy() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_test.cpp142 HeapProfilerInterface::Destroy(instance); in HWTEST_F_L0()
197 HeapProfilerInterface::Destroy(instance); in HWTEST_F_L0()
252 HeapProfilerInterface::Destroy(instance); in HWTEST_F_L0()
335 HeapProfilerInterface::Destroy(instance); in HWTEST_F_L0()
366 HeapProfilerInterface::Destroy(instance); in HWTEST_F_L0()
397 HeapProfilerInterface::Destroy(instance); in HWTEST_F_L0()
429 HeapProfilerInterface::Destroy(instance); in HWTEST_F_L0()
479 HeapProfilerInterface::Destroy(instance); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/tests/
Dprofiling_runner_test.cpp72 Runtime::Destroy(); in TEST_F()
Dunit_test.cpp78 panda::Runtime::Destroy(); in ~PandaRuntimeTest()
/arkcompiler/ets_runtime/ecmascript/taskpool/
Dtaskpool.h42 void Destroy(int32_t id);
Dtaskpool.cpp35 void Taskpool::Destroy(int32_t id) in Destroy() function in panda::ecmascript::Taskpool
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.h36 Destroy(); in ~DebugInfo()
46 void Destroy();
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_serializer_test.cpp59 void Destroy() in Destroy() function in panda::test::JSDeserializerTest
89 Destroy(); in JSSpecialValueTest()
125 Destroy(); in JSPlainObjectTest1()
148 Destroy(); in JSPlainObjectTest2()
165 Destroy(); in NativeBindingObjectTest1()
191 Destroy(); in NativeBindingObjectTest2()
235 Destroy(); in NativeBindingObjectTest3()
270 Destroy(); in DescriptionTest()
302 Destroy(); in JSSetTest()
330 Destroy(); in JSArrayTest()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_info.cpp141 void AnFileInfo::Destroy() in Destroy() function in panda::ecmascript::AnFileInfo
146 AOTFileInfo::Destroy(); in Destroy()
Dan_file_info.h72 void Destroy() override;
Daot_file_info.cpp19 void AOTFileInfo::Destroy() in Destroy() function in panda::ecmascript::AOTFileInfo
/arkcompiler/runtime_core/libpandabase/utils/
Dsmall_vector.h270 Destroy(); in ~SmallVector()
280 Destroy();
300 Destroy();
597 void Destroy() in Destroy() function
/arkcompiler/runtime_core/libpandabase/mem/
Dpool_map.cpp44 pool_map_[i].Destroy(); in RemovePoolFromMap()
Dpool_map.h120 void Destroy() in Destroy() function
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp130 void Heap::Destroy() in Destroy() function in panda::ecmascript::Heap
137 activeSemiSpace_->Destroy(); in Destroy()
142 inactiveSemiSpace_->Destroy(); in Destroy()
152 compressSpace_->Destroy(); in Destroy()
162 snapshotSpace_->Destroy(); in Destroy()
172 hugeObjectSpace_->Destroy(); in Destroy()
178 readOnlySpace_->Destroy(); in Destroy()
302 Taskpool::GetCurrentTaskpool()->Destroy(GetJSThread()->GetThreadId()); in DisableParallelGC()
Dspace.cpp51 void Space::Destroy() in Destroy() function in panda::ecmascript::Space
Dmark_stack.h147 inline void Destroy() in Destroy() function

123