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.cpp296 GateRef elementsLength = GetLengthOfTaggedArray(*res); in BuildArgumentsListFastElements() local
337 GateRef elementsLength = GetLengthOfTaggedArray(*res); in BuildArgumentsListFastElements() local
Dbuiltins_array_stub_builder.cpp5275 GateRef elementsLength = GetLengthOfTaggedArray(retElements); in FlatMap() local
5360 GateRef elementsLength = GetLengthOfTaggedArray(retElements); in FlatMap() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp85 int elementsLength = static_cast<int>(ElementAccessor::GetElementsLength(obj)); in BuildArgumentsListFast() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp73 uint32_t elementsLength = acc_.GetArraySize(gate); in LowerCreateArrayWithOwn() local
Dhcr_circuit_builder.cpp537 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.cpp162 uint32_t elementsLength = elements->GetLength(); in ExtractAndReturnWhetherWithElements() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp702 uint32_t elementsLength = ElementAccessor::GetElementsLength(obj); in Join() local
Dobject_factory.cpp542 uint32_t elementsLength = elements->GetLength(); in CloneArrayLiteral() local