Searched refs:SuperCallSpread (Results 1 - 16 of 16) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | callExpression.cpp | 86 pg->SuperCallSpread(this, argsObj); in CompileSuperCallWithSpreadArgs() 91 pg->SuperCallSpread(this, argsObj); in CompileSuperCallWithSpreadArgs()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 280 V(SuperCallSpread) \
|
H A D | runtime_stubs.cpp | 1072 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 D | pandagen.h | 140 void SuperCallSpread(const ir::AstNode *node, VReg vs);
|
H A D | pandagen.cpp | 1139 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread() function in ark::es2panda::compiler::PandaGen
|
H A D | JSCompiler.cpp | 587 pg->SuperCallSpread(expr, argsObj); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 155 static JSTaggedValue SuperCallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget,
|
H A D | slow_runtime_stub.cpp | 995 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 D | interpreter-inl.cpp | 3798 JSTaggedValue res = SlowRuntimeStub::SuperCallSpread(thread, thisFunc, newTarget, array); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2908 JSTaggedValue res = SlowRuntimeStub::SuperCallSpread(thread, thisFunc, newTarget, array);
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 352 void SuperCallSpread(const ir::AstNode *node, VReg vs);
|
H A D | pandagen.cpp | 1370 void PandaGen::SuperCallSpread(const ir::AstNode *node, VReg vs) in SuperCallSpread() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 210 V(SuperCallSpread) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | call_stub_builder.cpp | 482 return RTSTUB_ID(SuperCallSpread);
in PrepareIdxForNative()
|
H A D | interpreter_stub.cpp | 1576 res = CallRuntime(glue, RTSTUB_ID(SuperCallSpread), { thisFunc, array });
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1709 res = CallRuntime(glue, RTSTUB_ID(SuperCallSpread), { acc, array }); in GenerateCircuit()
|
Completed in 69 milliseconds