/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | common_stub_csigns.h | 84 V(CopyRestArgs) \
|
H A D | call_signature.h | 424 V(CopyRestArgs) \
|
H A D | ntype_hcr_lowering.cpp | 164 GateRef newGate = builder_.CallStub(glue, gate, CommonStubCSigns::CopyRestArgs, in LowerCreateArguments()
|
H A D | call_signature.cpp | 919 DEF_CALL_SIGNATURE(CopyRestArgs) in DEF_CALL_SIGNATURE() 922 CallSignature signature("CopyRestArgs", 0, 5, in DEF_CALL_SIGNATURE()
|
H A D | interpreter_stub.cpp | 619 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 D | function.cpp | 118 pg->CopyRestArgs(param, func->Params().size() - 1); in CompileFunctionParameterDeclaration()
|
H A D | pandagen.h | 176 void CopyRestArgs(const ir::AstNode *node, uint32_t index);
|
H A D | pandagen.cpp | 1299 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 D | runtime_stub_list.h | 371 V(CopyRestArgs) \
|
H A D | runtime_stubs.cpp | 2411 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 D | function.cpp | 133 pg->CopyRestArgs(param, func->Params().size() - 1); in CompileFunctionParameterDeclaration()
|
H A D | pandagen.h | 387 void CopyRestArgs(const ir::AstNode *node, uint32_t index);
|
H A D | pandagen.cpp | 1544 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 D | slow_runtime_stub.h | 112 static JSTaggedValue CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx);
|
H A D | slow_runtime_stub.cpp | 747 JSTaggedValue SlowRuntimeStub::CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx) in CopyRestArgs() function in panda::ecmascript::SlowRuntimeStub
|
H A D | interpreter-inl.cpp | 5927 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in RunInternal() 5941 JSTaggedValue res = SlowRuntimeStub::CopyRestArgs(thread, sp, restNumArgs, startIdx); in RunInternal()
|
H A D | interpreter_assembly.cpp | 2187 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 D | baseline_stubs.cpp | 2668 GateRef result2 = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in GenerateCircuit() 4443 GateRef res = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in GenerateCircuit()
|