Home
last modified time | relevance | path

Searched defs:elementsLength (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp295 GateRef elementsLength = GetLengthOfTaggedArray(*res); in BuildArgumentsListFastElements() local
336 GateRef elementsLength = GetLengthOfTaggedArray(*res); in BuildArgumentsListFastElements() local
Dbuiltins_array_stub_builder.cpp5295 GateRef elementsLength = GetLengthOfTaggedArray(retElements); in FlatMap() local
5381 GateRef elementsLength = GetLengthOfTaggedArray(retElements); in FlatMap() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp85 int elementsLength = static_cast<int>(ElementAccessor::GetElementsLength(thread, obj)); in BuildArgumentsListFast() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp76 uint32_t elementsLength = acc_.GetArraySize(gate); in LowerCreateArrayWithOwn() local
Dhcr_circuit_builder.cpp533 GateRef elementsLength, RegionSpaceFlag flag) in CreateArray()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp425 uint32_t elementsLength = static_cast<uint32_t>((length - 1) / BIT_SET_LENGTH + 1); in Resize() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp166 uint32_t elementsLength = elements->GetLength(); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp701 uint32_t elementsLength = ElementAccessor::GetElementsLength(thread, obj); in Join() local
Dobject_factory.cpp565 uint32_t elementsLength = elements->GetLength(); in CloneArrayLiteral() local