Searched refs:argsObj (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | callExpression.cpp | 62 compiler::VReg argsObj = pg->AllocReg(); in CreateSpreadArguments() local 63 pg->CreateArray(this, arguments_, argsObj); in CreateSpreadArguments() 65 return argsObj; in CreateSpreadArguments() 82 compiler::VReg argsObj = pg->AllocReg(); in CompileSuperCallWithSpreadArgs() local 84 pg->StoreAccumulator(this, argsObj); in CompileSuperCallWithSpreadArgs() 86 pg->SuperCallSpread(this, argsObj); in CompileSuperCallWithSpreadArgs() 89 compiler::VReg argsObj = CreateSpreadArguments(pg); in CompileSuperCallWithSpreadArgs() local 91 pg->SuperCallSpread(this, argsObj); in CompileSuperCallWithSpreadArgs() 199 compiler::VReg argsObj = CreateSpreadArguments(pg); in Compile() local 200 pg->CallSpread(this, callee, thisReg, argsObj); in Compile() [all...] |
H A D | newExpression.cpp | 63 compiler::VReg argsObj = pg->AllocReg(); in Compile() local 65 pg->CreateArray(this, arguments_, argsObj); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 547 compiler::VReg argsObj = pg->AllocReg(); in CreateSpreadArguments() local 548 pg->CreateArray(expr, expr->Arguments(), argsObj); in CreateSpreadArguments() 550 return argsObj; in CreateSpreadArguments() 584 compiler::VReg argsObj = CreateSpreadArguments(pg, expr); in Compile() local 587 pg->SuperCallSpread(expr, argsObj); in Compile() 631 compiler::VReg argsObj = CreateSpreadArguments(pg, expr); in Compile() local 632 pg->CallSpread(expr, callee, thisReg, argsObj); in Compile() 682 [[maybe_unused]] compiler::VReg argsObj = CreateSpreadArguments(pg, expr); in Compile() local 780 compiler::VReg argsObj = pg->AllocReg(); in Compile() local 782 pg->CreateArray(expr, expr->Arguments(), argsObj); in Compile() [all...] |
Completed in 3 milliseconds