Home
last modified time | relevance | path

Searched refs:keyIndex (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map_iterator.cpp65 int keyIndex = entries->Get(index).GetInt(); in Next() local
68 JSHandle<JSTaggedValue> key(thread, map->GetKey(keyIndex)); in Next()
73 JSHandle<JSTaggedValue> value(thread, map->GetValue(keyIndex)); in Next()
Djs_api_tree_set_iterator.cpp65 int keyIndex = entries->Get(index).GetInt(); in Next() local
68 JSHandle<JSTaggedValue> key(thread, set->GetKey(keyIndex)); in Next()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h87 uint32_t keyIndex = numIndex + i * gap + KEY_OFFSET; in EnumerateTypesWithIntKey() local
89 uint32_t key = GetIntValue(keyIndex); in EnumerateTypesWithIntKey()
103 uint32_t keyIndex = numIndex + i * gap + KEY_OFFSET; in EnumerateProperties() local
105 const CString &key = GetStringValue(keyIndex); in EnumerateProperties()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_map.cpp284 JSHandle<JSTaggedValue> keyIndex(thread, JSTaggedValue(0)); in AddEntriesFromIterable() local
306 … JSHandle<JSTaggedValue> key = JSTaggedValue::GetProperty(thread, nextValue, keyIndex).GetValue(); in AddEntriesFromIterable()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp550 uint16_t keyIndex = acc_.GetConstantValue(constData); in LowerTypedLdObjByName() local
551 JSTaggedValue key = tsManager_->GetStringFromConstantPool(keyIndex); in LowerTypedLdObjByName()
564 uint16_t keyIndex = acc_.GetConstantValue(constData); in LowerTypedStObjByName() local
565 JSTaggedValue key = tsManager_->GetStringFromConstantPool(keyIndex); in LowerTypedStObjByName()
710 uint16_t keyIndex = acc_.GetConstantValue(constData); in BuildNamedPropertyAccessVerifier() local
713 GateRef key = builder_.GetValueFromTaggedArray(constPool, builder_.Int32(keyIndex)); in BuildNamedPropertyAccessVerifier()