Searched refs:CopyRestArgs (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | function.cpp | 130 pg->CopyRestArgs(param, func->Params().size() - 1); in CompileFunctionParameterDeclaration()
|
D | pandagen.h | 403 void CopyRestArgs(const ir::AstNode *node, uint32_t index);
|
D | pandagen.cpp | 1467 void PandaGen::CopyRestArgs(const ir::AstNode *node, uint32_t index) in CopyRestArgs() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 111 …static JSTaggedValue CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32…
|
D | slow_runtime_stub.cpp | 764 JSTaggedValue SlowRuntimeStub::CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArg… in CopyRestArgs() function in panda::ecmascript::SlowRuntimeStub
|
D | interpreter-inl.h | 5703 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in RunInternal() 5717 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in RunInternal()
|
D | interpreter_assembly.cpp | 2154 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/ |
D | runtime_stubs.h | 249 V(CopyRestArgs) \
|
D | runtime_stubs.cpp | 1594 DEF_RUNTIME_STUBS(CopyRestArgs) in DEF_RUNTIME_STUBS() argument 1596 RUNTIME_STUBS_HEADER(CopyRestArgs); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | interpreter_stub.cpp | 310 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()
|