Home
last modified time | relevance | path

Searched defs:elementIndex (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque_iterator.cpp60 uint32_t elementIndex = (index + capacity - first) % capacity; in Next() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h543 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadElement() local
559 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadStringElement() local
598 uint32_t elementIndex = static_cast<uint32_t>(index); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp66 uint32_t elementIndex = 0; in ExtractObjectDatas() local
444 uint32_t elementIndex = 0; in ExtractObjectDatas() local
Dclass_info_extractor.cpp159 uint32_t elementIndex = 0; in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_third_test.cpp158 int32_t elementIndex = 2; in HWTEST_F_L0() local
188 int32_t elementIndex = 4; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp640 uint32_t elementIndex = 0; in GetAllElementKeys() local
670 uint32_t elementIndex = 0; in GetAllElementKeysByFilter() local
733 uint32_t elementIndex = static_cast<uint32_t>(offset); in CollectEnumElementsAlongProtoChain() local
773 uint32_t elementIndex = 0; in GetEnumElementKeys() local
1718 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
Djs_proxy.cpp901 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp560 int32_t elementIndex = 0; in StringToNumber() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1518 GateRef elementIndex = Int32Add(GetLengthFromString(value), offset); in GetAllElementKeys() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3786 int elementIndex = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local