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.cpp66 uint32_t elementIndex = (index + capacity - first) % capacity; in Next() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp71 uint32_t elementIndex = 0; in ExtractObjectDatas() local
324 uint32_t elementIndex = 0; in ExtractObjectDatas() local
Dclass_info_extractor.cpp133 uint32_t elementIndex = 0; in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp98 auto elementIndex = acc_.GetConstantValue(aotElmIndex); in LowerCreateArrayWithBuffer() local
Dntype_hcr_lowering.cpp167 int elementIndex = -1; in LowerNTypedCreateArrayWithBuffer() local
Dcircuit_builder.cpp1557 GateRef elementIndex) in CreateArrayWithBuffer()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h427 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadElement() local
446 uint32_t elementIndex = static_cast<uint32_t>(index); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp445 uint32_t elementIndex = 0; in GetAllElementKeys() local
475 uint32_t elementIndex = 0; in GetAllElementKeysByFilter() local
530 uint32_t elementIndex = 0; in GetEnumElementKeys() local
563 uint32_t elementIndex = 0; in GetEnumElementKeys() local
1325 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp834 int32_t elementIndex = 2; in HWTEST_F_L0() local
864 int32_t elementIndex = 4; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp292 int elementIndex = taggedElementIndex.GetInt(); in DEF_RUNTIME_STUBS() local