Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.h52 …void FastCreateArrayWithArgv(GateRef glue, Variable *res, GateRef argc, GateRef hclass, Label *exi…
Dbuiltins_array_stub_builder.cpp4978 void BuiltinsArrayStubBuilder::FastCreateArrayWithArgv(GateRef glue, Variable *res, GateRef argc, in FastCreateArrayWithArgv() function in panda::ecmascript::kungfu::BuiltinsArrayStubBuilder
5142 FastCreateArrayWithArgv(glue, &res, numArgs, intialHClass, &exit); in GenArrayConstructor()