Searched refs:NewJSArrayWithSize (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.h | 74 GateRef NewJSArrayWithSize(GateRef hclass, GateRef size);
|
| D | common_stubs.cpp | 384 arrayObj = newBuilder.NewJSArrayWithSize(intialHClass, *actualRestNum); in GenerateCircuit()
|
| D | typed_hcr_lowering.cpp | 2358 res = newBuilder.NewJSArrayWithSize(intialHClass, *arrayLength); in LowerArrayConstructor() 2497 GateRef res = newBuilder.NewJSArrayWithSize(intialHClass, arrayLength); in NewArrayConstructorWithNoArgs()
|
| D | new_object_stub_builder.cpp | 69 GateRef NewObjectStubBuilder::NewJSArrayWithSize(GateRef hclass, GateRef size) in NewJSArrayWithSize() function in panda::ecmascript::kungfu::NewObjectStubBuilder
|
| D | interpreter_stub.cpp | 588 res = newBuilder.NewJSArrayWithSize(intialHClass, numArgs); in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 485 … 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/ |
| D | baseline_stubs.cpp | 2664 res = newBuilder.NewJSArrayWithSize(intialHClass, numArgs); in GenerateCircuit()
|