Home
last modified time | relevance | path

Searched full:destroyed (Results 1 – 25 of 41) sorted by relevance

12

/arkcompiler/toolchain/tooling/
Ddebugger_service.cpp27 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()
/arkcompiler/ets_runtime/test/moduletest/weakcollectionswithsymbol/
Dfinalizationregistrywithsymbol.js24 assert_equal(value + " destroyed","symbol 2 destroyed");
/arkcompiler/runtime_core/libpandabase/tests/
Dsmall_vector_test.cpp198 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/
Dthread.h107 …// 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/
Dthread.h102 …// 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_out_project/entry/src/main/ets/entryability/
DEntryAbility.ets46 // Main window is destroyed, release UI related resources
/arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/src/main/ets/entryability/
DEntryAbility.ets46 // Main window is destroyed, release UI related resources
/arkcompiler/runtime_core/libabckit/tests/apps/deveco-hello-world/modules/entry/src/main/ets/entryability/
DEntryAbility.ts42 // Main window is destroyed, release UI related resources
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine_manager.cpp114 // entrypointless coros should be destroyed manually in TerminateCoroutine()
128 … // set but we haven't destroyed the thread yet, GC won't collect metrics and can complete TLAB in TerminateCoroutine()
143 // entrypointless coros should be destroyed manually in TerminateCoroutine()
Dthreaded_coroutine.h44 …* destruction. All other coroutines and their contexts are destroyed by the CoroutineManager once …
Dstackful_coroutine.cpp69 // coroutines with an entry point should not be destroyed manually! in Destroy()
Dthreaded_coroutine.cpp68 // coroutines with an entry point should not be destroyed manually! in Destroy()
Dstackful_coroutine.h52 …* destruction. All other coroutines and their contexts are destroyed by the CoroutineManager once …
Dcoroutine_manager.h84 * - the coroutine should be destroyed manually by the runtime by calling the Destroy() method
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dwrapped_module.h82 // Do not move llvmContext_ below module, the context must be destroyed after module
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp66 LOG(DEBUG, GC) << "UpdateRemsetThread was destroyed"; in DestroyWorkerImpl()
Dupdate_remset_worker.cpp51 // 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/
Dshared_reference.cpp99 // Runtime was destroyed, no need to cleanup in FinalizeJSWeak()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp187 // runtime is destroyed in Create()
198 // runtime is destroyed in Create()
262 // (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/
Dmempool_allocator.h70 // must be destroyed, otherwise there will be memory leak
/arkcompiler/runtime_core/static_core/docs/
Dinspector.md47 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/
Dpygote_space_allocator-inl.h260 // IterateOverPools only used when allocator should be destroyed in VisitAndRemoveAllPools()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h77 * be created and destroyed on stack
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h329 // pre_buff_ may be destroyed during Detach(), so it should be initialized once more
Dmtmanaged_thread.h261 // There is a chance, that the runtime will be destroyed at this time. in TerminationLoop()

12