Home
last modified time | relevance | path

Searched defs:rootID (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/common_components/objects/
Dbase_string_table.cpp199 …ngTableInternal<ConcurrentSweep>::SweepWeakRef(const WeakRefFieldVisitor& visitor, uint32_t rootID, in SweepWeakRef()
224 for (uint32_t rootID = 0; rootID < TrieMapConfig::ROOT_SIZE; ++rootID) { in SweepWeakRef() local
/arkcompiler/ets_runtime/common_components/objects/string_table/
Dhashtriemap.h305 uint32_t rootID = (hash & TrieMapConfig::ROOT_BIT_MASK); in GetRootAndProcessHash() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table_optimization.cpp448 void EcmaStringTableImpl<Traits>::SweepWeakRef(const WeakRootVisitor &visitor, uint32_t rootID) in SweepWeakRef()
634 void EcmaStringTable::SweepWeakRef(const WeakRootVisitor& visitor, uint32_t rootID) in SweepWeakRef()