Home
last modified time | relevance | path

Searched refs:NewFloat32ArrayWithSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h125 GateRef NewFloat32ArrayWithSize(GateRef glue, GateRef size);
Dtyped_hcr_lowering.cpp2401 GateRef res = newBuilder.NewFloat32ArrayWithSize(glue, builder_.Int32(0)); in NewFloat32ArrayConstructorWithNoArgs()
2470 res = newBuilder.NewFloat32ArrayWithSize(glue, truncedLength); in LowerFloat32ArrayConstructor()
Dnew_object_stub_builder.cpp2306 GateRef NewObjectStubBuilder::NewFloat32ArrayWithSize(GateRef glue, GateRef size) in NewFloat32ArrayWithSize() function in panda::ecmascript::kungfu::NewObjectStubBuilder