Searched full:destroyed (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | small_vector_test.cpp | 185 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/ |
| 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/runtime_core/runtime/ |
| D | thread.cpp | 157 // 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()
|
| D | monitor.cpp | 781 LOG(DEBUG, RUNTIME) << "Monitor was already destroyed by someone else."; in Acquire()
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | thread_pool.cpp | 147 LOG(INFO, VERIFIER) << "Destroyed verifier thread pool"; in Destroy()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.h | 68 * be created and destroyed on stack
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | mtmanaged_thread.h | 245 // There is a chance, that the runtime will be destroyed at this time. in TerminationLoop()
|
| D | managed_thread.h | 274 // buffers may be destroyed during Detach(), so it should be initialized once more 880 // Boolean which is safe to access after runtime is destroyed
|
| D | thread.h | 306 // pre_buff_ may be destroyed during Detach(), so it should be initialized once more
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | pygote_space_allocator-inl.h | 262 // IterateOverPools only used when allocator should be destroyed in VisitAndRemoveAllPools()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 85 LOG(DEBUG, GC) << "UpdateRemsetThread was destroyed"; in DestroyThread()
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 48 …On return, callee frame is destroyed. If function return value is non-void, it is passed to caller…
|