Home
last modified time | relevance | path

Searched refs:CopyRestArgs (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stub_csigns.h84 V(CopyRestArgs) \
H A Dcall_signature.h424 V(CopyRestArgs) \
H A Dntype_hcr_lowering.cpp164 GateRef newGate = builder_.CallStub(glue, gate, CommonStubCSigns::CopyRestArgs, in LowerCreateArguments()
H A Dcall_signature.cpp919 DEF_CALL_SIGNATURE(CopyRestArgs) in DEF_CALL_SIGNATURE()
922 CallSignature signature("CopyRestArgs", 0, 5, in DEF_CALL_SIGNATURE()
H A Dinterpreter_stub.cpp619 GateRef result2 = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in DECLARE_ASM_HANDLER()
627 GateRef res = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dfunction.cpp118 pg->CopyRestArgs(param, func->Params().size() - 1); in CompileFunctionParameterDeclaration()
H A Dpandagen.h176 void CopyRestArgs(const ir::AstNode *node, uint32_t index);
H A Dpandagen.cpp1299 void PandaGen::CopyRestArgs(const ir::AstNode *node, uint32_t index) in CopyRestArgs() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h371 V(CopyRestArgs) \
H A Druntime_stubs.cpp2411 DEF_RUNTIME_STUBS(CopyRestArgs) in DEF_RUNTIME_STUBS()
2413 RUNTIME_STUBS_HEADER(CopyRestArgs); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp133 pg->CopyRestArgs(param, func->Params().size() - 1); in CompileFunctionParameterDeclaration()
H A Dpandagen.h387 void CopyRestArgs(const ir::AstNode *node, uint32_t index);
H A Dpandagen.cpp1544 void PandaGen::CopyRestArgs(const ir::AstNode *node, uint32_t index) in CopyRestArgs() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h112 static JSTaggedValue CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx);
H A Dslow_runtime_stub.cpp747 JSTaggedValue SlowRuntimeStub::CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx) in CopyRestArgs() function in panda::ecmascript::SlowRuntimeStub
H A Dinterpreter-inl.cpp5927 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in RunInternal()
5941 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in RunInternal()
H A Dinterpreter_assembly.cpp2187 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx);
3396 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx);
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2668 GateRef result2 = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in GenerateCircuit()
4443 GateRef res = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in GenerateCircuit()

Completed in 106 milliseconds