Home
last modified time | relevance | path

Searched refs:NewJSArrayWithSize (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h74 GateRef NewJSArrayWithSize(GateRef hclass, GateRef size);
Dcommon_stubs.cpp384 arrayObj = newBuilder.NewJSArrayWithSize(intialHClass, *actualRestNum); in GenerateCircuit()
Dtyped_hcr_lowering.cpp2358 res = newBuilder.NewJSArrayWithSize(intialHClass, *arrayLength); in LowerArrayConstructor()
2497 GateRef res = newBuilder.NewJSArrayWithSize(intialHClass, arrayLength); in NewArrayConstructorWithNoArgs()
Dnew_object_stub_builder.cpp69 GateRef NewObjectStubBuilder::NewJSArrayWithSize(GateRef hclass, GateRef size) in NewJSArrayWithSize() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dinterpreter_stub.cpp588 res = newBuilder.NewJSArrayWithSize(intialHClass, numArgs); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp485 … GateRef newArray = newBuilder.NewJSArrayWithSize(intialHClass, sumArrayLen); in Concat()
2531 result = newBuilder.NewJSArrayWithSize(intialHClass, count); in NewArray()
2740 GateRef newArray = newBuilder.NewJSArrayWithSize(arrayCls, actualDeleteCount); in CreateSpliceDeletedArray()
4591 res = newBuilder.NewJSArrayWithSize(intialHClass, *arrayLength); in GenArrayConstructor()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp2664 res = newBuilder.NewJSArrayWithSize(intialHClass, numArgs); in GenerateCircuit()