Searched refs:keyIndex (Results 1 – 5 of 5) sorted by relevance
65 int keyIndex = entries->Get(index).GetInt(); in Next() local68 JSHandle<JSTaggedValue> key(thread, map->GetKey(keyIndex)); in Next()73 JSHandle<JSTaggedValue> value(thread, map->GetValue(keyIndex)); in Next()
65 int keyIndex = entries->Get(index).GetInt(); in Next() local68 JSHandle<JSTaggedValue> key(thread, set->GetKey(keyIndex)); in Next()
87 uint32_t keyIndex = numIndex + i * gap + KEY_OFFSET; in EnumerateTypesWithIntKey() local89 uint32_t key = GetIntValue(keyIndex); in EnumerateTypesWithIntKey()103 uint32_t keyIndex = numIndex + i * gap + KEY_OFFSET; in EnumerateProperties() local105 const CString &key = GetStringValue(keyIndex); in EnumerateProperties()
284 JSHandle<JSTaggedValue> keyIndex(thread, JSTaggedValue(0)); in AddEntriesFromIterable() local306 … JSHandle<JSTaggedValue> key = JSTaggedValue::GetProperty(thread, nextValue, keyIndex).GetValue(); in AddEntriesFromIterable()
550 uint16_t keyIndex = acc_.GetConstantValue(constData); in LowerTypedLdObjByName() local551 JSTaggedValue key = tsManager_->GetStringFromConstantPool(keyIndex); in LowerTypedLdObjByName()564 uint16_t keyIndex = acc_.GetConstantValue(constData); in LowerTypedStObjByName() local565 JSTaggedValue key = tsManager_->GetStringFromConstantPool(keyIndex); in LowerTypedStObjByName()710 uint16_t keyIndex = acc_.GetConstantValue(constData); in BuildNamedPropertyAccessVerifier() local713 GateRef key = builder_.GetValueFromTaggedArray(constPool, builder_.Int32(keyIndex)); in BuildNamedPropertyAccessVerifier()