Home
last modified time | relevance | path

Searched defs:elementsLength (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_function.cpp87 int elementsLength = static_cast<int>(ElementAccessor::GetElementsLength(obj)); in BuildArgumentsListFast() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.cpp425 uint32_t elementsLength = static_cast<uint32_t>((length - 1) / BIT_SET_LENGTH + 1); in Resize() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp288 GateRef elementsLength = GetLengthOfTaggedArray(*res); in BuildArgumentsListFastElements() local
329 GateRef elementsLength = GetLengthOfTaggedArray(*res); in BuildArgumentsListFastElements() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_hcr_lowering.cpp73 uint32_t elementsLength = acc_.GetArraySize(gate); in LowerCreateArrayWithOwn() local
H A Dhcr_circuit_builder.cpp515 CreateArray(ElementsKind kind, uint32_t arraySize, GateRef elementsLength, RegionSpaceFlag flag) CreateArray() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_stable_array.cpp509 uint32_t elementsLength = ElementAccessor::GetElementsLength(obj); in Join() local
H A Dobject_factory.cpp543 uint32_t elementsLength = elements->GetLength(); in CloneArrayLiteral() local

Completed in 18 milliseconds