| /arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/ |
| H A D | containerslistgetiteratorobj_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1;
in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | test_helper.h | 61 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/ |
| H A D | containerslistget_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1;
in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/ |
| H A D | containerslistequal_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1;
in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/ |
| H A D | containerslistlength_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1;
in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/ |
| H A D | jsvaluerefishashset_fuzzer.cpp | 68 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/ |
| H A D | jsvaluerefishashmap_fuzzer.cpp | 50 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
| H A D | jsvaluerefislightweightmapandset_fuzzer.cpp | 68 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/ |
| H A D | jsvaluerefislinkedlistiterator_fuzzer.cpp | 74 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/ |
| H A D | jsvaluerefislinkedlist_fuzzer.cpp | 69 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/ |
| H A D | jsvaluerefislist_fuzzer.cpp | 69 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisplainarray_fuzzer/ |
| H A D | jsvaluerefisplainarray_fuzzer.cpp | 69 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistconverttoarray_fuzzer/ |
| H A D | containerslistconverttoarray_fuzzer.cpp | 56 int32_t numActualArgs = argvLength / testDecodedSize + 1;
in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistgetsublist_fuzzer/ |
| H A D | containerslistgetsublist_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1;
in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | method-inl.h | 59 uint32_t numActualArgs = argsSpan.Size(); in InitActualArgs() local 98 uint32_t numActualArgs = argsSpan.Size(); in InitActualArgs() local 49 GetFrameSize(uint32_t numVregs, uint32_t numDeclaredArgs, [[maybe_unused]] uint32_t numActualArgs) GetFrameSize() argument 74 CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize, Method *method, Frame *prev, uint32_t nregs, uint32_t numActualArgs) CreateFrame() argument 86 GetFrameSize(uint32_t numVregs, uint32_t numDeclaredArgs, uint32_t numActualArgs) GetFrameSize() argument 128 CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize, Method *method, Frame *prev, uint32_t nregs, uint32_t numActualArgs) CreateFrame() argument 210 InvokeInterpretedCode(ManagedThread *thread, uint32_t numActualArgs, ValueT *args) InvokeInterpretedCode() argument 364 InitFrame(ManagedThread *thread, uint32_t numActualArgs, ValueT *args, Frame *currentFrame) InitFrame() argument 373 InitFrameWithNumVRegs(ManagedThread *thread, uint32_t numVregs, uint32_t numActualArgs, ValueT *args, Frame *currentFrame) InitFrameWithNumVRegs() argument 403 InvokeImpl(ManagedThread *thread, uint32_t numActualArgs, ValueT *args, bool proxyCall) InvokeImpl() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | runtime_interface.h | 238 static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *method, Frame *prev) in CreateFrameWithActualArgs() argument 244 ALWAYS_INLINE static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, in CreateFrameWithActualArgsAndSize() argument 251 static Frame *CreateNativeFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *method, Frame *prev) in CreateNativeFrameWithActualArgs() argument
|
| H A D | frame.h | 107 ALWAYS_INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs, uint32_t numActualArgs) in Frame() argument 767 CreateFrame(mem::StackFrameAllocator *stackFrameAllocator, uint32_t nregsSize, Method *method, Frame *prev, uint32_t nregs, uint32_t numActualArgs) CreateFrame() argument
|
| H A D | interpreter-inl.h | 3222 ALWAYS_INLINE inline void CopyCallArguments(Frame &frame, uint32_t numVregs, uint32_t numActualArgs) in CopyCallArguments() argument 3233 ALWAYS_INLINE inline void CopyRangeArguments(Frame &frame, uint32_t numVregs, uint32_t numActualArgs) in CopyRangeArguments() argument 3250 ALWAYS_INLINE inline void CopyArguments(Frame &frame, uint32_t numVregs, [[maybe_unused]] uint32_t numActualArgs, in CopyArguments() argument 85 CopyArgumentsDyn([[maybe_unused]] InstructionHandler *instrHandler, [[maybe_unused]] Frame *newFrame, [[maybe_unused]] uint32_t numVregs, [[maybe_unused]] uint32_t numActualArgs) CopyArgumentsDyn() argument 92 CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize, Method *method, Frame *prev, uint32_t nregs, uint32_t numActualArgs) CreateFrame() argument 3289 uint32_t numActualArgs; CreateAndSetFrame() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | stack_walker.cpp | 530 auto numActualArgs = method->GetNumArgs(); in GetFrameFromPrevFrame() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| H A D | test_runtime_interface.h | 409 static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, in CreateFrameWithActualArgsAndSize() argument
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| H A D | entrypoints.cpp | 529 extern "C" Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, in CreateFrameWithActualArgsAndSize() argument 542 extern "C" Frame *CreateNativeFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, in CreateNativeFrameWithActualArgsAndSize() argument 561 static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *method, Frame *prev) in CreateFrameWithActualArgs() argument 588 extern "C" Frame *CreateFrameForMethodWithActualArgs(uint32_t numActualArgs, Method *method, Frame *prev) in CreateFrameForMethodWithActualArgs() argument 595 extern "C" Frame *CreateFrameForMethodWithActualArgsDyn(uint32_t numActualArgs, Metho argument [all...] |