| /arkcompiler/toolchain/tooling/dynamic/ |
| D | debugger_service.cpp | 27 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in InitializeDebugger() 41 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in UninitializeDebugger() 52 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in WaitForDebugger() 64 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in OnMessage() 76 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in ProcessMessage() 88 LOG_DEBUGGER(DEBUG) << "VM has already been destroyed"; in GetDispatchStatus() 103 LOG_DEBUGGER(ERROR) << "VM has already been destroyed"; in GetCallFrames() 122 LOG_DEBUGGER(ERROR) << "VM has already been destroyed"; in OperateDebugMessage()
|
| /arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/ |
| D | finalizationregistrywithsymbol.js | 24 assert_equal(value + " destroyed","symbol 2 destroyed");
|
| /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 | 107 …// We need this pointer to be destroyed by the time function starts to avoid memleak on thread te… 137 …// Make recursive ref to prevent from shared pointer being destroyed until child thread acquires i… 139 // 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_frontend/test/sdk_test_projects/bytecodehar_test/entry/src/main/ets/entryability/ |
| D | EntryAbility.ets | 46 // Main window is destroyed, release UI related resources
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/src/main/ets/entryability/ |
| D | EntryAbility.ets | 46 // Main window is destroyed, release UI related resources
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_out_project/entry/src/main/ets/entryability/ |
| D | EntryAbility.ets | 46 // Main window is destroyed, release UI related resources
|
| /arkcompiler/runtime_core/libabckit/tests/apps/deveco-hello-world/modules/entry/src/main/ets/entryability/ |
| D | EntryAbility.ts | 42 // Main window is destroyed, release UI related resources
|
| /arkcompiler/runtime_core/taihe/runtime/include/taihe/ |
| D | object.abi.h | 81 // reaches zero, the object is 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/ets_runtime/common_components/thread/ |
| D | thread_holder_manager.cpp | 65 // Note: currently only called when thread is to be destroyed.
|
| /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 | 140 // entrypointless coros should be destroyed manually in TerminateCoroutine() 154 … // set but we haven't destroyed the thread yet, GC won't collect metrics and can complete TLAB in TerminateCoroutine() 169 // entrypointless coros should be destroyed manually in TerminateCoroutine()
|
| 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 | stackful_coroutine.cpp | 101 // coroutines with an entry point should not be destroyed manually! in Destroy()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 67 LOG(DEBUG, GC) << "UpdateRemsetThread was destroyed"; in DestroyWorkerImpl()
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | breakpoint_storage.cpp | 86 // Only if many locations for conditional bp, it will be destroyed, no need to increase id. in SetBreakpoint()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | breakpoint_storage.cpp | 86 // Only if many locations for conditional bp, it will be destroyed, no need to increase id. in SetBreakpoint()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread.cpp | 173 // runtime is destroyed in Create() 184 // runtime is destroyed in Create() 248 // (zero_tlab == nullptr means that we destroyed Runtime and do not need to register TLAB) in ~ManagedThread() 420 …ead_frame_states_ should not be accessed without MutatorLock (as runtime could have been destroyed) in NativeCodeEnd() 438 …ead_frame_states_ should not be accessed without MutatorLock (as runtime could have been destroyed) in ManagedCodeBegin()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/xgc/ |
| D | xgc.h | 69 * @return true if the instance successfully destroyed, false - otherwise
|
| /arkcompiler/runtime_core/static_core/plugins/ets/sdk/api/ |
| D | @ohos.util.stream.ets | 198 … * Is true if it is safe to call writable.write(), which means the stream has not been destroyed, 242 * Returns error if the stream has been destroyed with an error. 526 * the stream has not been destroyed or emitted 'error' or 'end'. 572 * Returns error if the stream has been destroyed with an error.
|
| /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/runtime/include/ |
| D | managed_thread.h | 247 // buffers may be destroyed during Detach(), so it should be initialized once more 764 // Boolean which is safe to access after runtime is destroyed
|