Home
last modified time | relevance | path

Searched refs:SuperCallSpread (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DcallExpression.cpp86 pg->SuperCallSpread(this, argsObj); in CompileSuperCallWithSpreadArgs()
91 pg->SuperCallSpread(this, argsObj); in CompileSuperCallWithSpreadArgs()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h280 V(SuperCallSpread) \
H A Druntime_stubs.cpp1072 DEF_RUNTIME_STUBS(SuperCallSpread) in DEF_RUNTIME_STUBS()
1074 RUNTIME_STUBS_HEADER(SuperCallSpread); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h140 void SuperCallSpread(const ir::AstNode *node, VReg vs);
H A Dpandagen.cpp1139 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread() function in ark::es2panda::compiler::PandaGen
H A DJSCompiler.cpp587 pg->SuperCallSpread(expr, argsObj); in Compile()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h155 static JSTaggedValue SuperCallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget,
H A Dslow_runtime_stub.cpp995 JSTaggedValue SlowRuntimeStub::SuperCallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, in SuperCallSpread() function in panda::ecmascript::SlowRuntimeStub
998 INTERPRETER_TRACE(thread, SuperCallSpread); in SuperCallSpread()
H A Dinterpreter-inl.cpp3798 JSTaggedValue res = SlowRuntimeStub::SuperCallSpread(thread, thisFunc, newTarget, array); in RunInternal()
H A Dinterpreter_assembly.cpp2908 JSTaggedValue res = SlowRuntimeStub::SuperCallSpread(thread, thisFunc, newTarget, array);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h352 void SuperCallSpread(const ir::AstNode *node, VReg vs);
H A Dpandagen.cpp1370 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h210 V(SuperCallSpread) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.cpp482 return RTSTUB_ID(SuperCallSpread); in PrepareIdxForNative()
H A Dinterpreter_stub.cpp1576 res = CallRuntime(glue, RTSTUB_ID(SuperCallSpread), { thisFunc, array }); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1709 res = CallRuntime(glue, RTSTUB_ID(SuperCallSpread), { acc, array }); in GenerateCircuit()

Completed in 69 milliseconds