Home
last modified time | relevance | path

Searched defs:valueIndex (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h88 uint32_t valueIndex = numIndex + i * gap + VALUE_OFFSET; in EnumerateTypesWithIntKey() local
104 uint32_t valueIndex = numIndex + i * gap + VALUE_OFFSET; in EnumerateProperties() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.h74 GateRef valueIndex = Int32(LinkedHashTableObject::ENTRY_VALUE_INDEX); in GetValue() local
81 GateRef valueIndex = Int32(LinkedHashTableObject::ENTRY_VALUE_INDEX); in SetValue() local
Dlinked_hashtable_stub_builder.cpp470 GateRef valueIndex = *index; in ForEach() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_set.cpp76 JSHandle<JSTaggedValue> valueIndex(thread, JSTaggedValue(1)); in WeakSetConstructor() local
Dbuiltins_set.cpp76 JSHandle<JSTaggedValue> valueIndex(thread, JSTaggedValue(1)); in SetConstructor() local
Dbuiltins_map.cpp282 JSHandle<JSTaggedValue> valueIndex(thread, JSTaggedValue(1)); in AddEntriesFromIterable() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp307 uint32_t valueIndex = data_->ReadUint32(); in ReadSingleEncodeData() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_plainarray.cpp429 JSHandle<JSTaggedValue> valueIndex(GetCallArg(argv, 0)); in RemoveRangeFrom() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp823 auto valueIndex = IntPtr(GlobalEnv::HEADER_SIZE + JSTaggedValue::TaggedTypeSize() * index); in GetGlobalEnvValue() local
Dstub_builder-inl.h2553 GateRef valueIndex = Int32Add(index, Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in GetPropertiesFromLexicalEnv() local
2559 GateRef valueIndex = Int32Add(index, Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in SetPropertiesToLexicalEnv() local
2834 auto valueIndex = IntPtr(GlobalEnv::HEADER_SIZE + JSTaggedValue::TaggedTypeSize() * index); in GetGlobalEnvValue() local
Dslowpath_lowering.cpp2303 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in LowerLdLexVar() local
2337 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in LowerStLexVar() local
Dgate_accessor.cpp789 size_t valueIndex = gatePtr->GetInValueStarts(); in GetValueIn() local
Dstub_builder.cpp2454 GateRef valueIndex = in GetValueFromDictionary() local
2498 GateRef valueIndex = in UpdateValueAndAttributes() local
2514 GateRef valueIndex = Int32Add(arrayIndex, Int32(DictionaryT::ENTRY_VALUE_INDEX)); in UpdateValueInDict() local