Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp288 GateRef elementsLength = GetLengthOfTaggedArray(*res); in BuildArgumentsListFastElements() local
325 GateRef elementsLength = GetLengthOfTaggedArray(*res); in BuildArgumentsListFastElements() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp86 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.cpp515 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, GateRef elementsLength) in CreateArray()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp435 uint32_t elementsLength = static_cast<uint32_t>((length - 1) / BIT_SET_LENGTH + 1); in Resize() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp503 uint32_t elementsLength = ElementAccessor::GetElementsLength(obj); in Join() local
602 uint32_t elementsLength = ElementAccessor::GetElementsLength(obj); in Join() local
Dobject_factory.cpp543 uint32_t elementsLength = elements->GetLength(); in CloneArrayLiteral() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp159 uint32_t elementsLength = elements->GetLength(); in ExtractAndReturnWhetherWithElements() local