Home
last modified time | relevance | path

Searched defs:elementsSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_queue_stub_builder.h57 … GateRef elementsSize = Load(VariableType::INT32(), elements, IntPtr(TaggedArray::LENGTH_OFFSET)); in BUILTINS_WITH_CONTAINERS_QUEUE_STUB_BUILDER() local
81 … GateRef elementsSize = Load(VariableType::INT32(), elements, IntPtr(TaggedArray::LENGTH_OFFSET)); in GetNextPosition() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.cpp33 uint32_t elementsSize = elements->GetLength(); in Add() local
92 uint32_t elementsSize = elements->GetLength(); in Pop() local
279 uint32_t elementsSize = elements->GetLength(); in GetArrayLength() local
289 uint32_t elementsSize = elements->GetLength(); in GetNextPosition() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp255 GateRef elementsSize = builder_.ComputeTaggedArraySize(builder_.IntPtr(length)); in NewTaggedArray() local