| /arkcompiler/toolchain/tooling/ |
| D | debugger_service.cpp | 28 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in InitializeDebugger() 42 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in UninitializeDebugger() 53 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in WaitForDebugger() 65 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in OnMessage() 77 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in ProcessMessage() 89 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in GetDispatchStatus()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | small_vector_test.cpp | 198 destroyed++; in ~Item() 210 destroyed = 0; in Reset() 215 static inline size_t destroyed = 0; member 250 ASSERT_EQ(Item::destroyed, 2); in TEST_F() 254 ASSERT_EQ(Item::destroyed, 1); in TEST_F() 273 ASSERT_EQ(Item::destroyed, 3); in TEST_F() 278 ASSERT_EQ(Item::destroyed, 3); in TEST_F() 301 ASSERT_EQ(Item::destroyed, 2); in TEST_F() 305 ASSERT_EQ(Item::destroyed, 1); in TEST_F() 324 ASSERT_EQ(Item::destroyed, 3); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | thread.h | 108 …// We need this pointer to be destroyed by the time function starts to avoid memleak on thread te… 138 …// Make recursive ref to prevent from shared pointer being destroyed until child thread acquires i… 140 // Leave scope to make sure that local shared_ptr was destroyed before thread creation
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | thread.h | 102 …// We need this pointer to be destroyed by the time function starts to avoid memleak on thread te… 132 …// Make recursive ref to prevent from shared pointer being destroyed until child thread acquires i… 134 // Leave scope to make sure that local shared_ptr was destroyed before thread creation
|
| /arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/ |
| D | finalizationregistrywithsymbol.js | 25 print(value + " destroyed");
|
| D | expect_output.txt | 54 symbol 2 destroyed
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | wrapped_module.h | 82 // Do not move llvmContext_ below module, the context must be destroyed after module
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | threaded_coroutine.h | 44 …* destruction. All other coroutines and their contexts are destroyed by the CoroutineManager once …
|
| D | threaded_coroutine_manager.cpp | 114 // entrypointless coros should be destroyed manually in TerminateCoroutine() 135 // entrypointless coros should be destroyed manually in TerminateCoroutine()
|
| D | stackful_coroutine.cpp | 69 // coroutines with an entry point should not be destroyed manually! in Destroy()
|
| D | stackful_coroutine.h | 52 …* destruction. All other coroutines and their contexts are destroyed by the CoroutineManager once …
|
| D | threaded_coroutine.cpp | 68 // coroutines with an entry point should not be destroyed manually! in Destroy()
|
| D | coroutine_manager.h | 82 * - the coroutine should be destroyed manually by the runtime by calling the Destroy() method
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 66 LOG(DEBUG, GC) << "UpdateRemsetThread was destroyed"; in DestroyWorkerImpl()
|
| D | update_remset_worker.cpp | 51 // Actually at this moment all mutators should be destroyed and the lock is not needed. in ~UpdateRemsetWorker()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | shared_reference.cpp | 99 // Runtime was destroyed, no need to cleanup in FinalizeJSWeak()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread.cpp | 187 // runtime is destroyed in Create() 198 // runtime is destroyed in Create() 261 // (zero_tlab == nullptr means that we destroyed Runtime and do not need to register TLAB) in ~ManagedThread() 492 …ead_frame_states_ should not be accessed without MutatorLock (as runtime could have been destroyed) in NativeCodeEnd() 510 …ead_frame_states_ should not be accessed without MutatorLock (as runtime could have been destroyed) in ManagedCodeBegin()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | mempool_allocator.h | 70 // must be destroyed, otherwise there will be memory leak
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | inspector.md | 47 An object repository is valid during a pause only. It is destroyed when the thread is resumed, and …
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | pygote_space_allocator-inl.h | 261 // IterateOverPools only used when allocator should be destroyed in VisitAndRemoveAllPools()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | mtmanaged_thread.h | 261 // There is a chance, that the runtime will be destroyed at this time. in TerminationLoop()
|
| D | thread.h | 329 // pre_buff_ may be destroyed during Detach(), so it should be initialized once more
|
| D | managed_thread.h | 283 // buffers may be destroyed during Detach(), so it should be initialized once more 957 // Boolean which is safe to access after runtime is destroyed
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.h | 77 * be created and destroyed on stack
|
| /arkcompiler/toolchain/inspector/ |
| D | inspector.cpp | 359 LOGD("VM has already been destroyed"); in StartDebugForSocketpair()
|