Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp44 uint32_t tableId = 0U; in ProcessSweepWeakRef() local
473 for (uint32_t tableId = 0; tableId < stringTable_.size(); ++tableId) { in SweepWeakRef() local
478 void EcmaStringTable::SweepWeakRef(const WeakRootVisitor &visitor, uint32_t tableId) in SweepWeakRef()
502 for (uint32_t tableId = 0; tableId < stringTable_.size(); ++tableId) { in IterWeakRoot() local