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 = LoadPrimitive(VariableType::INT32(), elements, IntPtr(TaggedArray::LENGTH_O… in BUILTINS_WITH_CONTAINERS_QUEUE_STUB_BUILDER() local
81 …GateRef elementsSize = LoadPrimitive(VariableType::INT32(), elements, IntPtr(TaggedArray::LENGTH_O… 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
278 uint32_t elementsSize = elements->GetLength(); in GetArrayLength() local
288 uint32_t elementsSize = elements->GetLength(); in GetNextPosition() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp270 GateRef elementsSize = builder_.ComputeTaggedArraySize(builder_.IntPtr(length)); in NewTaggedArray() local