| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_weak_set.cpp | 73 JSHandle<JSTaggedValue> valueIndex(thread, JSTaggedValue(1)); in WeakSetConstructor() local
|
| D | builtins_set.cpp | 71 JSHandle<JSTaggedValue> valueIndex(thread, JSTaggedValue(1)); in SetConstructor() local
|
| D | builtins_shared_set.cpp | 77 JSHandle<JSTaggedValue> valueIndex(thread, JSTaggedValue(1)); in Constructor() local
|
| D | builtins_map.cpp | 282 JSHandle<JSTaggedValue> valueIndex(thread, JSTaggedValue(1)); in AddEntriesFromIterable() local
|
| D | builtins_shared_map.cpp | 277 JSHandle<JSTaggedValue> valueIndex(thread, JSTaggedValue(1)); in AddEntriesFromIterable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | linked_hashtable_stub_builder.h | 84 GateRef valueIndex = Int32(LinkedHashTableObject::ENTRY_VALUE_INDEX); in GetValue() local 91 GateRef valueIndex = Int32(LinkedHashTableObject::ENTRY_VALUE_INDEX); in SetValue() local
|
| D | linked_hashtable_stub_builder.cpp | 455 GateRef valueIndex = *index; in ForEach() local
|
| /arkcompiler/runtime_core/panda_guard/obfuscate/ |
| D | object.cpp | 92 size_t valueIndex = keyIndex + LITERAL_OBJECT_ITEM_LEN; // object item value index in Build() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | common.h | 65 uint32_t valueIndex = 0; member
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_plainarray.cpp | 447 JSHandle<JSTaggedValue> valueIndex(GetCallArg(argv, 0)); in RemoveRangeFrom() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 121 const size_t valueIndex = 2; in BuildTypedArraySet() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | base_deserializer.cpp | 281 uint32_t valueIndex = data_->ReadUint32(position_); in ReadSingleEncodeData() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 1115 auto valueIndex = IntPtr(GlobalEnv::HEADER_SIZE + JSTaggedValue::TaggedTypeSize() * index); in GetGlobalEnvValue() local 1315 GateRef valueIndex = Int32Add(index, Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in GetPropertiesFromLexicalEnv() local 1560 GateRef valueIndex = Int32Add(index, Int32(SendableEnv::SENDABLE_RESERVED_ENV_LENGTH)); in GetPropertiesFromSendableEnv() local
|
| D | slowpath_lowering.cpp | 2935 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in LowerLdLexVar() local 2970 …GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(SendableEnv::SENDABLE_RESERVED_ENV_LEN… in LowerLdSendableVar() local 3004 GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in LowerStLexVar() local 3041 …GateRef valueIndex = builder_.Int32Add(slot, builder_.Int32(SendableEnv::SENDABLE_RESERVED_ENV_LEN… in LowerStSendableVar() local
|
| D | gate_accessor.cpp | 874 size_t valueIndex = gatePtr->GetInValueStarts(); in GetValueIn() local
|
| D | stub_builder.cpp | 3655 GateRef valueIndex = in GetValueFromDictionary() local 3699 GateRef valueIndex = in UpdateValueAndAttributes() local 3715 GateRef valueIndex = Int32Add(arrayIndex, Int32(DictionaryT::ENTRY_VALUE_INDEX)); in UpdateValueInDict() local 6065 GateRef valueIndex = Int32Add(index, Int32(LexicalEnv::RESERVED_ENV_LENGTH)); in SetPropertiesToLexicalEnv() local
|
| D | stub_builder-inl.h | 3409 GateRef valueIndex = Int32Add(index, Int32(SendableEnv::SENDABLE_RESERVED_ENV_LENGTH)); in SetPropertiesToSendableEnv() local 3972 auto valueIndex = IntPtr(GlobalEnv::HEADER_SIZE + JSTaggedValue::TaggedTypeSize() * index); in GetGlobalEnvValue() local
|