Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DSparseBitVector.ts299 const elementIndex = Math.floor(bitIdx / this.ELEMENT_SIZE); constant
310 const elementIndex = Math.floor(bitIdx / this.ELEMENT_SIZE); constant
327 const elementIndex = Math.floor(bitIdx / this.ELEMENT_SIZE); constant
522 for (const [elementIndex, element] of this.elements) { constant
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_deque_iterator.cpp62 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
623 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.cpp66 uint32_t elementIndex = 0; in ExtractObjectDatas() local
444 uint32_t elementIndex = 0; in ExtractObjectDatas() local
Dclass_info_extractor.cpp163 uint32_t elementIndex = 0; in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp734 uint32_t elementIndex = 0; in GetAllElementKeys() local
764 uint32_t elementIndex = 0; in GetAllElementKeysByFilter() local
826 uint32_t elementIndex = static_cast<uint32_t>(offset); in CollectEnumElements() local
866 uint32_t elementIndex = 0; in GetEnumElementKeys() local
1814 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
Djs_proxy.cpp917 uint32_t elementIndex = 0; in GetAllPropertyKeys() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp565 int32_t elementIndex = 0; in StringToNumber() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1504 GateRef elementIndex = Int32Add(GetLengthFromString(value), offset); in GetAllElementKeys() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1728 … size_t elementIndex = static_cast<size_t>(compilationEnv_->GetArrayHClassIndex(kind, false)); in LowerUpdateArrayHClassAtDefine() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3935 int elementIndex = argKeys.GetInt(); in DEF_RUNTIME_STUBS() local