Searched refs:FastCreateArrayWithArgv (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.h | 52 …void FastCreateArrayWithArgv(GateRef glue, Variable *res, GateRef argc, GateRef hclass, Label *exi…
|
| D | builtins_array_stub_builder.cpp | 4978 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()
|