Home
last modified time | relevance | path

Searched defs:elementIndex (Results 1 – 14 of 14) 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/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp62 int32_t elementIndex) in CollectLiteralInfo()
235 int32_t elementIndex = ptManager->GetElementsIndexByEntityId(id); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp72 uint32_t elementIndex = 0; in ExtractObjectDatas() local
393 uint32_t elementIndex = 0; in ExtractObjectDatas() local
Dprogram_object.h416 int elementIndex = entryIndexes->GetElementIndex(); in TryGetAOTArrayLiteral() local
Dclass_info_extractor.cpp133 uint32_t elementIndex = 0; in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h503 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadElement() local
519 uint32_t elementIndex = static_cast<uint32_t>(index); in LoadStringElement() local
558 uint32_t elementIndex = static_cast<uint32_t>(index); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_third_test.cpp190 int32_t elementIndex = 2; in HWTEST_F_L0() local
220 int32_t elementIndex = 4; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp173 int elementIndex = ptManager_->GetElementsIndexByEntityId(id); in LowerNTypedCreateArrayWithBuffer() local
Dntype_hcr_lowering.cpp84 auto elementIndex = acc_.GetConstantValue(aotElmIndex); in LowerCreateArrayWithBuffer() local
Dhcr_circuit_builder.cpp423 GateRef constPoolIndex, GateRef elementIndex) in CreateArrayWithBuffer()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp208 int32_t elementIndex = 0; in ParseInt() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp561 uint32_t elementIndex = 0; in GetAllElementKeys() local
591 uint32_t elementIndex = 0; in GetAllElementKeysByFilter() local
654 uint32_t elementIndex = static_cast<uint32_t>(offset); in CollectEnumElementsAlongProtoChain() local
694 uint32_t elementIndex = 0; in GetEnumElementKeys() local
1534 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
Djs_proxy.cpp903 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp374 int elementIndex = taggedElementIndex.GetInt(); in DEF_RUNTIME_STUBS() local
3273 int elementIndex = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local