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.h492 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadElement() local
508 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadStringElement() local
547 uint32_t elementIndex = static_cast<uint32_t>(index); in StoreElement() 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/jspandafile/
Dliteral_data_extractor.cpp67 uint32_t elementIndex = 0; in ExtractObjectDatas() local
440 uint32_t elementIndex = 0; in ExtractObjectDatas() local
Dclass_info_extractor.cpp156 uint32_t elementIndex = 0; in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp617 uint32_t elementIndex = 0; in GetAllElementKeys() local
647 uint32_t elementIndex = 0; in GetAllElementKeysByFilter() local
710 uint32_t elementIndex = static_cast<uint32_t>(offset); in CollectEnumElementsAlongProtoChain() local
750 uint32_t elementIndex = 0; in GetEnumElementKeys() local
1627 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
Djs_proxy.cpp901 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp562 int32_t elementIndex = 0; in StringToNumber() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1705 GateRef elementIndex = Int32Add(GetLengthFromString(value), offset); in GetAllElementKeys() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp452 int elementIndex = taggedElementIndex.GetInt(); in DEF_RUNTIME_STUBS() local
3755 int elementIndex = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local