/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_manager.h | 51 void Destroy() in Destroy() function 55 encoder_->Destroy(); in Destroy() 74 void Destroy(PGOProfiler *profiler) in Destroy() function 135 encoder.Destroy(); in TextToBinary()
|
D | pgo_profiler_encoder.cpp | 31 void PGOProfilerEncoder::Destroy() in Destroy() function in panda::ecmascript::PGOProfilerEncoder 36 PGOProfilerHeader::Destroy(&header_); in Destroy()
|
D | pgo_profiler_encoder.h | 38 void PUBLIC_API Destroy();
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | logger_test.cpp | 76 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 …]
|
D | code_allocator_test.cpp | 31 Logger::Destroy(); in ~CodeAllocatorTest()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_profiler_interface.cpp | 25 void HeapProfilerInterface::Destroy(EcmaVM *vm) in Destroy() function in panda::ecmascript::HeapProfilerInterface
|
D | heap_profiler_interface.h | 35 static void Destroy(EcmaVM *vm);
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_vm.cpp | 122 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()
|
D | js_native_pointer.h | 40 inline void Destroy() in Destroy() function
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_test.cpp | 142 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/ |
D | profiling_runner_test.cpp | 72 Runtime::Destroy(); in TEST_F()
|
D | unit_test.cpp | 78 panda::Runtime::Destroy(); in ~PandaRuntimeTest()
|
/arkcompiler/ets_runtime/ecmascript/taskpool/ |
D | taskpool.h | 42 void Destroy(int32_t id);
|
D | taskpool.cpp | 35 void Taskpool::Destroy(int32_t id) in Destroy() function in panda::ecmascript::Taskpool
|
/arkcompiler/runtime_core/libpandabase/os/ |
D | debug_info.h | 36 Destroy(); in ~DebugInfo() 46 void Destroy();
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_serializer_test.cpp | 59 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/ |
D | an_file_info.cpp | 141 void AnFileInfo::Destroy() in Destroy() function in panda::ecmascript::AnFileInfo 146 AOTFileInfo::Destroy(); in Destroy()
|
D | an_file_info.h | 72 void Destroy() override;
|
D | aot_file_info.cpp | 19 void AOTFileInfo::Destroy() in Destroy() function in panda::ecmascript::AOTFileInfo
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | small_vector.h | 270 Destroy(); in ~SmallVector() 280 Destroy(); 300 Destroy(); 597 void Destroy() in Destroy() function
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | pool_map.cpp | 44 pool_map_[i].Destroy(); in RemovePoolFromMap()
|
D | pool_map.h | 120 void Destroy() in Destroy() function
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | heap.cpp | 130 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()
|
D | space.cpp | 51 void Space::Destroy() in Destroy() function in panda::ecmascript::Space
|
D | mark_stack.h | 147 inline void Destroy() in Destroy() function
|