Home
last modified time | relevance | path

Searched defs:restNumArgs (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp747 JSTaggedValue SlowRuntimeStub::CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx) in CopyRestArgs() argument
1007 SuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, JSTaggedValue func, JSTaggedValue newTarget, uint32_t restNumArgs, uint32_t startIdx) SuperCallForwardAllArgs() argument
H A Dinterpreter-inl.cpp3811 uint32_t restNumArgs = GetNumArgs(sp, restIdx, startIdx); in RunInternal() local
5924 uint32_t restNumArgs = GetNumArgs(sp, restIdx, startIdx); in RunInternal() local
5938 uint32_t restNumArgs = GetNumArgs(sp, restIdx, startIdx); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2185 JSTaggedValue RuntimeStubs::RuntimeCopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, in RuntimeCopyRestArgs() argument
297 RuntimeSuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, const JSHandle<JSTaggedValue> &superFunc, const JSHandle<JSTaggedValue> &newTarget, uint32_t restNumArgs, uint32_t startIdx) RuntimeSuperCallForwardAllArgs() argument
H A Druntime_stubs.cpp1099 uint32_t restNumArgs = InterpreterAssembly::GetNumArgs(sp, 0, startIdx); // 0: rest args start idx in DEF_RUNTIME_STUBS() local
1113 uint32_t restNumArgs = convertedActualArgc - NUM_MANDATORY_JSFUNC_ARGS; in DEF_RUNTIME_STUBS() local
2417 uint32_t restNumArgs = InterpreterAssembly::GetNumArgs(sp, restIdx.GetInt(), startIdx); in DEF_RUNTIME_STUBS() local

Completed in 30 milliseconds