Home
last modified time | relevance | path

Searched refs:tableId (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string_table.cpp41 uint32_t tableId = 0U; in ProcessSweepWeakRef() local
42 while ((tableId = GetNextTableId(iter)) < EcmaStringTable::SEGMENT_COUNT) { in ProcessSweepWeakRef()
43 cleaner->stringTable_->SweepWeakRef(visitor, tableId); in ProcessSweepWeakRef()
515 for (uint32_t tableId = 0; tableId < stringTable_.size(); ++tableId) { in SweepWeakRef()
516 SweepWeakRef(visitor, tableId); in SweepWeakRef()
520 void EcmaStringTable::SweepWeakRef(const WeakRootVisitor &visitor, uint32_t tableId) in SweepWeakRef() argument
522 ASSERT(tableId >= 0 && tableId < stringTable in SweepWeakRef()
[all...]
H A Decma_string_table.h138 void SweepWeakRef(const WeakRootVisitor &visitor, uint32_t tableId);

Completed in 3 milliseconds