Searched refs:usedVectorLength (Results 1 – 2 of 2) sorted by relevance
539 unsigned usedVectorLength = min(storage->m_length, m_vectorLength); in getOwnPropertyNames() local540 for (unsigned i = 0; i < usedVectorLength; ++i) { in getOwnPropertyNames()662 unsigned usedVectorLength = min(length, m_vectorLength); in setLength() local663 for (unsigned i = newLength; i < usedVectorLength; ++i) { in setLength()1074 unsigned usedVectorLength = min(storage->m_length, m_vectorLength); in sort() local1075 …unsigned nodeCount = usedVectorLength + (storage->m_sparseValueMap ? storage->m_sparseValueMap->si… in sort()1103 for (; numDefined < usedVectorLength; ++numDefined) { in sort()1110 for (unsigned i = numDefined; i < usedVectorLength; ++i) { in sort()1167 for (unsigned i = newUsedVectorLength; i < usedVectorLength; ++i) in sort()1217 unsigned usedVectorLength = min(storage->m_length, m_vectorLength); in compactForSorting() local[all …]
194 unsigned usedVectorLength = std::min(storage->m_length, m_vectorLength); in markChildrenDirect() local195 markStack.appendValues(storage->m_vector, usedVectorLength, MayContainNullValues); in markChildrenDirect()