Searched refs:hashIndex (Results 1 – 9 of 9) sorted by relevance
74 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in GetAllKeys() local75 JSTaggedValue key = GetKey(hashIndex); in GetAllKeys()77 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys()94 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in GetAllKeysByFilter() local95 JSTaggedValue key = GetKey(hashIndex); in GetAllKeysByFilter()97 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeysByFilter()124 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in GetNumOfEnumKeys() local125 JSTaggedValue key = GetKey(hashIndex); in GetNumOfEnumKeys()127 PropertyAttributes attr = GetAttributes(hashIndex); in GetNumOfEnumKeys()144 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in GetAllEnumKeys() local[all …]
108 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in GetAllKeys() local109 JSTaggedValue key = GetKey(hashIndex); in GetAllKeys()111 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeys()132 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in GetAllKeysByFilter() local133 JSTaggedValue key = GetKey(hashIndex); in GetAllKeysByFilter()135 PropertyAttributes attr = GetAttributes(hashIndex); in GetAllKeysByFilter()163 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in GetNumOfEnumKeys() local164 JSTaggedValue key = GetKey(hashIndex); in GetNumOfEnumKeys()166 PropertyAttributes attr = GetAttributes(hashIndex); in GetNumOfEnumKeys()186 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in GetEnumAllKeys() local[all …]
200 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in GetAllKeys() local201 JSTaggedValue key = GetKey(hashIndex); in GetAllKeys()212 for (int hashIndex = 0; hashIndex < capacity; hashIndex++) { in GetAllKeysIntoVector() local213 JSTaggedValue key = GetKey(hashIndex); in GetAllKeysIntoVector()
1337 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in Dump() local1338 JSTaggedValue key(GetKey(hashIndex)); in Dump()1340 JSTaggedValue val(GetValue(hashIndex)); in Dump()1345 DumpAttr(GetAttributes(hashIndex), false, os); in Dump()1355 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in Dump() local1356 JSTaggedValue key(GetKey(hashIndex)); in Dump()1358 JSTaggedValue val(GetValue(hashIndex)); in Dump()1364 DumpAttr(GetAttributes(hashIndex), false, os); in Dump()1374 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in Dump() local1375 JSTaggedValue key(GetKey(hashIndex)); in Dump()[all …]
251 for (uint32_t hashIndex = 0; hashIndex < size; hashIndex++) { in ShouldOptimizeAsFastElements() local252 JSTaggedValue key = elements->GetKey(hashIndex); in ShouldOptimizeAsFastElements()256 PropertyAttributes attr = elements->GetAttributes(hashIndex); in ShouldOptimizeAsFastElements()273 for (uint32_t hashIndex = 0; hashIndex < size; hashIndex++) { in TryOptimizeAsFastElements() local274 JSTaggedValue key = elements->GetKey(hashIndex); in TryOptimizeAsFastElements()275 JSTaggedValue value = elements->GetValue(hashIndex); in TryOptimizeAsFastElements()
426 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in TryCacheSerializeElements() local427 JSTaggedValue key = numberDic->GetKey(hashIndex); in TryCacheSerializeElements()429 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in TryCacheSerializeElements()561 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in TryCacheSerializeKeys() local562 JSTaggedValue key = globalDic->GetKey(hashIndex); in TryCacheSerializeKeys()566 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in TryCacheSerializeKeys()593 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in TryCacheSerializeKeys() local594 JSTaggedValue key = nameDic->GetKey(hashIndex); in TryCacheSerializeKeys()598 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in TryCacheSerializeKeys()745 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in DefaultSerializeElements() local[all …]
608 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in SerializeElements() local609 JSTaggedValue key = numberDic->GetKey(hashIndex); in SerializeElements()611 PropertyAttributes attr = numberDic->GetAttributes(hashIndex); in SerializeElements()742 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in SerializeKeys() local743 JSTaggedValue key = globalDic->GetKey(hashIndex); in SerializeKeys()747 PropertyAttributes attr = globalDic->GetAttributes(hashIndex); in SerializeKeys()777 for (int hashIndex = 0; hashIndex < size; hashIndex++) { in SerializeKeys() local778 JSTaggedValue key = nameDic->GetKey(hashIndex); in SerializeKeys()782 PropertyAttributes attr = nameDic->GetAttributes(hashIndex); in SerializeKeys()
110 uint32 hashIndex = 0; variable
435 insnInfo->hashIndex = hashVal; in HashInsn()1172 SetInsnInfo(insnInfo->hashIndex, *(insnInfo->same)); in BackupInsnInfoList()