Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp890 GateRef elements = BuildArgumentsListFastElements(glue, arrayObj); in DECLARE_BUILTINS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h575 GateRef BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj);
Dstub_builder.cpp4870 GateRef StubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements() function in panda::ecmascript::kungfu::StubBuilder