Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dsmall_vector_test.cpp185 destroyed++; in ~Item()
197 destroyed = 0; in Reset()
202 static inline size_t destroyed = 0; member
237 ASSERT_EQ(Item::destroyed, 2); in TEST_F()
241 ASSERT_EQ(Item::destroyed, 1); in TEST_F()
260 ASSERT_EQ(Item::destroyed, 3); in TEST_F()
265 ASSERT_EQ(Item::destroyed, 3); in TEST_F()
288 ASSERT_EQ(Item::destroyed, 2); in TEST_F()
292 ASSERT_EQ(Item::destroyed, 1); in TEST_F()
311 ASSERT_EQ(Item::destroyed, 3); in TEST_F()
[all …]
/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/runtime_core/runtime/
Dthread.cpp157 // runtime is destroyed in Create()
168 // runtime is destroyed in Create()
216 // (zero_tlab == nullptr means that we destroyed Runtime and do not need to register TLAB) in ~ManagedThread()
433 …ead_frame_states_ should not be accessed without MutatorLock (as runtime could have been destroyed) in NativeCodeEnd()
451 …ead_frame_states_ should not be accessed without MutatorLock (as runtime could have been destroyed) in ManagedCodeBegin()
Dmonitor.cpp781 LOG(DEBUG, RUNTIME) << "Monitor was already destroyed by someone else."; in Acquire()
/arkcompiler/runtime_core/verification/jobs/
Dthread_pool.cpp147 LOG(INFO, VERIFIER) << "Destroyed verifier thread pool"; in Destroy()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h68 * be created and destroyed on stack
/arkcompiler/runtime_core/runtime/include/
Dmtmanaged_thread.h245 // There is a chance, that the runtime will be destroyed at this time. in TerminationLoop()
Dmanaged_thread.h274 // buffers may be destroyed during Detach(), so it should be initialized once more
880 // Boolean which is safe to access after runtime is destroyed
Dthread.h306 // pre_buff_ may be destroyed during Detach(), so it should be initialized once more
/arkcompiler/runtime_core/runtime/mem/
Dpygote_space_allocator-inl.h262 // IterateOverPools only used when allocator should be destroyed in VisitAndRemoveAllPools()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp85 LOG(DEBUG, GC) << "UpdateRemsetThread was destroyed"; in DestroyThread()
/arkcompiler/runtime_core/isa/
Disa.yaml48 …On return, callee frame is destroyed. If function return value is non-void, it is passed to caller…