Home
last modified time | relevance | path

Searched refs:SuperCallForwardAllArgs (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DcallExpression.cpp80 pg->SuperCallForwardAllArgs(this, funcObj); in CompileSuperCallWithSpreadArgs()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h482 V(SuperCallForwardAllArgs) \
H A Druntime_stubs.cpp1091 DEF_RUNTIME_STUBS(SuperCallForwardAllArgs) in DEF_RUNTIME_STUBS()
1093 RUNTIME_STUBS_HEADER(SuperCallForwardAllArgs); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h157 static JSTaggedValue SuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, JSTaggedValue func,
H A Dslow_runtime_stub.cpp1007 JSTaggedValue SlowRuntimeStub::SuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, JSTaggedValue func, in SuperCallForwardAllArgs() function in panda::ecmascript::SlowRuntimeStub
H A Dinterpreter-inl.cpp3814 JSTaggedValue res = SlowRuntimeStub::SuperCallForwardAllArgs(thread, sp, thisFunc, newTarget, restNumArgs, in RunInternal()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h353 void SuperCallForwardAllArgs(const ir::AstNode *node, VReg funcObj);
H A Dpandagen.cpp1375 void PandaGen::SuperCallForwardAllArgs(const ir::AstNode *node, VReg funcObj) in SuperCallForwardAllArgs() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1643 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCallForwardAllArgs), { thisFunc }); in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp6013 res = CallRuntime(glue, RTSTUB_ID(SuperCallForwardAllArgs), { thisFunc }); in DECLARE_ASM_HANDLER()

Completed in 56 milliseconds