Home
last modified time | relevance | path

Searched refs:CreateElementsWithLength (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp75 GateRef elements = CreateElementsWithLength(gate, glue, elementsLength); in LowerCreateArrayWithOwn()
110 elements = CreateElementsWithLength(gate, glue, arrayLength); in LowerCreateArrayWithBuffer()
130 GateRef array = CreateElementsWithLength(gate, glue, length); in NewActualArgv()
190 GateRef NTypeHCRLowering::CreateElementsWithLength(GateRef gate, GateRef glue, size_t arrayLength) in CreateElementsWithLength() function in panda::ecmascript::kungfu::NTypeHCRLowering
Dntype_hcr_lowering.h58 GateRef CreateElementsWithLength(GateRef gate, GateRef glue, size_t arrayLength);