Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h138 GateRef CreateEmptyArrayCommon(GateRef glue, GateRef hclass, GateRef trackInfo);
Dnew_object_stub_builder.cpp1954 GateRef NewObjectStubBuilder::CreateEmptyArrayCommon(GateRef glue, GateRef hclass, GateRef trackInf… in CreateEmptyArrayCommon() function in panda::ecmascript::kungfu::NewObjectStubBuilder
1992 return CreateEmptyArrayCommon(glue, hclass, *trackInfo); in CreateEmptyArray()
2026 GateRef result = CreateEmptyArrayCommon(glue, *hclass, *trackInfo); in CreateEmptyArray()