Home
last modified time | relevance | path

Searched defs:cleaner (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.h59 static inline bool ReduceCountAndCheckFinish(EcmaStringTableCleaner* cleaner) in ReduceCountAndCheckFinish()
66 …SweepWeakRefTask(IteratorPtr iter, EcmaStringTableCleaner* cleaner, const WeakRootVisitor& visitor) in SweepWeakRefTask()
Decma_string_table.cpp38 void EcmaStringTableCleaner::ProcessSweepWeakRef(IteratorPtr& iter, EcmaStringTableCleaner *cleaner, in ProcessSweepWeakRef()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/lang/
Dgc_lang.cpp47 auto cleaner = [](ManagedThread *thread) { in ClearLocalInternalAllocatorPools() local
/arkcompiler/runtime_core/static_core/verification/util/
Dobj_pool.h150 …ObjPool(InitializerType initializer, CleanerType cleaner) : initializer_ {initializer}, cleaner_ {… in ObjPool()