Home
last modified time | relevance | path

Searched defs:valueIndex (Results 1 – 10 of 10) 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/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.cpp285 JSHandle<JSTaggedValue> valueIndex(thread, JSTaggedValue(1)); in AddEntriesFromIterable() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_plainarray.cpp429 JSHandle<JSTaggedValue> valueIndex(GetCallArg(argv, 0)); in RemoveRangeFrom() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2135 GateRef valueIndex = Int32Add(index, Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in GetPropertiesFromLexicalEnv() local
2141 GateRef valueIndex = Int32Add(index, Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in SetPropertiesToLexicalEnv() local
2312 auto valueIndex = IntPtr(GlobalEnv::HEADER_SIZE + JSTaggedValue::TaggedTypeSize() * index); in GetGlobalEnvValue() local
Dslowpath_lowering.cpp2372 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in LowerLdLexVar() local
2406 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in LowerStLexVar() local
Dgate_accessor.cpp447 size_t valueIndex = gatePtr->GetInValueStarts(); in GetValueIn() local
Dstub_builder.cpp2114 GateRef valueIndex = in GetValueFromDictionary() local
2158 GateRef valueIndex = in UpdateValueAndAttributes() local
2173 GateRef valueIndex = Int32Add(arrayIndex, Int32(NameDictionary::ENTRY_VALUE_INDEX)); in UpdateValueInDict() local
Dcircuit_builder.cpp1710 auto valueIndex = IntPtr(GlobalEnv::HEADER_SIZE + JSTaggedValue::TaggedTypeSize() * index); in GetGlobalEnvValue() local