Searched refs:SuperCallForwardAllArgs (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | callExpression.cpp | 80 pg->SuperCallForwardAllArgs(this, funcObj); in CompileSuperCallWithSpreadArgs()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 482 V(SuperCallForwardAllArgs) \
|
H A D | runtime_stubs.cpp | 1091 DEF_RUNTIME_STUBS(SuperCallForwardAllArgs) in DEF_RUNTIME_STUBS() 1093 RUNTIME_STUBS_HEADER(SuperCallForwardAllArgs); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 157 static JSTaggedValue SuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, JSTaggedValue func,
|
H A D | slow_runtime_stub.cpp | 1007 JSTaggedValue SlowRuntimeStub::SuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, JSTaggedValue func, in SuperCallForwardAllArgs() function in panda::ecmascript::SlowRuntimeStub
|
H A D | interpreter-inl.cpp | 3814 JSTaggedValue res = SlowRuntimeStub::SuperCallForwardAllArgs(thread, sp, thisFunc, newTarget, restNumArgs, in RunInternal()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 353 void SuperCallForwardAllArgs(const ir::AstNode *node, VReg funcObj);
|
H A D | pandagen.cpp | 1375 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 D | baseline_stubs.cpp | 1643 GateRef res = CallRuntime(glue, RTSTUB_ID(SuperCallForwardAllArgs), { thisFunc }); in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.cpp | 6013 res = CallRuntime(glue, RTSTUB_ID(SuperCallForwardAllArgs), { thisFunc });
in DECLARE_ASM_HANDLER()
|
Completed in 57 milliseconds