Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DcallExpression.cpp200 pg->CallSpread(this, callee, thisReg, argsObj); in Compile()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h389 V(CallSpread) \
H A Druntime_stubs.cpp2552 DEF_RUNTIME_STUBS(CallSpread) in DEF_RUNTIME_STUBS()
2554 RUNTIME_STUBS_HEADER(CallSpread); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h138 void CallSpread(const ir::AstNode *node, VReg func, VReg thisReg, VReg args);
H A Dpandagen.cpp1184 void PandaGen::CallSpread(const ir::AstNode *node, VReg func, VReg thisReg, VReg args) in CallSpread() function in ark::es2panda::compiler::PandaGen
H A DJSCompiler.cpp632 pg->CallSpread(expr, callee, thisReg, argsObj); in Compile()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h29 static JSTaggedValue CallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue obj, JSTaggedValue array);
H A Dslow_runtime_stub.cpp22 JSTaggedValue SlowRuntimeStub::CallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue obj, in CallSpread() function in panda::ecmascript::SlowRuntimeStub
25 INTERPRETER_TRACE(thread, CallSpread); in CallSpread()
H A Dinterpreter-inl.cpp1502 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in RunInternal()
1519 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array); in RunInternal()
H A Dinterpreter_assembly.cpp4603 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array);
6911 JSTaggedValue res = SlowRuntimeStub::CallSpread(thread, func, obj, array);
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h350 void CallSpread(const ir::AstNode *node, VReg func, VReg thisReg, VReg args);
H A Dpandagen.cpp1424 void PandaGen::CallSpread(const ir::AstNode *node, VReg func, VReg thisReg, VReg args) in CallSpread() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h96 V(CallSpread) \
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp1737 GateRef res = CallRuntime(glue, RTSTUB_ID(CallSpread), { acc, obj, array }); in GenerateCircuit()
4654 GateRef res = CallRuntime(glue, RTSTUB_ID(CallSpread), { func, obj, array }); in GenerateCircuit()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.cpp4964 GateRef res = CallRuntime(glue, RTSTUB_ID(CallSpread), { func, obj, array }); in DECLARE_ASM_HANDLER()
4973 GateRef res = CallRuntime(glue, RTSTUB_ID(CallSpread), { func, obj, array }); in DECLARE_ASM_HANDLER()
H A Dslowpath_lowering.cpp1087 const int id = RTSTUB_ID(CallSpread); in LowerCallSpread()

Completed in 75 milliseconds