Home
last modified time | relevance | path

Searched refs:CopyRestArgs (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp130 pg->CopyRestArgs(param, func->Params().size() - 1); in CompileFunctionParameterDeclaration()
Dpandagen.h403 void CopyRestArgs(const ir::AstNode *node, uint32_t index);
Dpandagen.cpp1467 void PandaGen::CopyRestArgs(const ir::AstNode *node, uint32_t index) in CopyRestArgs() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h111 …static JSTaggedValue CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32…
Dslow_runtime_stub.cpp764 JSTaggedValue SlowRuntimeStub::CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArg… in CopyRestArgs() function in panda::ecmascript::SlowRuntimeStub
Dinterpreter-inl.h5703 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in RunInternal()
5717 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in RunInternal()
Dinterpreter_assembly.cpp2154 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in HandleCopyrestargsImm8()
3320 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in HandleWideCopyrestargsPrefImm16()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h249 V(CopyRestArgs) \
Druntime_stubs.cpp1594 DEF_RUNTIME_STUBS(CopyRestArgs) in DEF_RUNTIME_STUBS() argument
1596 RUNTIME_STUBS_HEADER(CopyRestArgs); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp310 GateRef res = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in DECLARE_ASM_HANDLER()
317 GateRef res = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in DECLARE_ASM_HANDLER()