| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method-inl.h | 50 [[maybe_unused]] uint32_t numActualArgs) in GetFrameSize() 59 uint32_t numActualArgs = argsSpan.Size(); in InitActualArgs() local 75 Frame *prev, uint32_t nregs, uint32_t numActualArgs) in CreateFrame() 87 uint32_t numActualArgs) in GetFrameSize() 98 uint32_t numActualArgs = argsSpan.Size(); in InitActualArgs() local 129 Frame *prev, uint32_t nregs, uint32_t numActualArgs) in CreateFrame() 210 ValueT Method::InvokeInterpretedCode(ManagedThread *thread, uint32_t numActualArgs, ValueT *args) in InvokeInterpretedCode() 364 PandaUniquePtr<Frame, FrameDeleter> Method::InitFrame(ManagedThread *thread, uint32_t numActualArgs… in InitFrame() 374 … uint32_t numActualArgs, ValueT *args, in InitFrameWithNumVRegs() 403 ValueT Method::InvokeImpl(ManagedThread *thread, uint32_t numActualArgs, ValueT *args, bool proxyCa… in InvokeImpl()
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | runtime_interface.h | 238 …static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *method, Fr… in CreateFrameWithActualArgs() 244 …atic Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, in CreateFrameWithActualArgsAndSize() 251 …static Frame *CreateNativeFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *meth… in CreateNativeFrameWithActualArgs()
|
| D | frame.h | 107 …INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs, uint32_t numActualArgs) in Frame() 768 … Method *method, Frame *prev, uint32_t nregs, uint32_t numActualArgs) in CreateFrame()
|
| D | interpreter-inl.h | 87 [[maybe_unused]] uint32_t numActualArgs) in CopyArgumentsDyn() 93 Frame *prev, uint32_t nregs, uint32_t numActualArgs) in CreateFrame() 3222 …LWAYS_INLINE inline void CopyCallArguments(Frame &frame, uint32_t numVregs, uint32_t numActualArgs) in CopyCallArguments() 3233 …WAYS_INLINE inline void CopyRangeArguments(Frame &frame, uint32_t numVregs, uint32_t numActualArgs) in CopyRangeArguments() 3250 …inline void CopyArguments(Frame &frame, uint32_t numVregs, [[maybe_unused]] uint32_t numActualArgs, in CopyArguments() 3289 uint32_t numActualArgs; in CreateAndSetFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | test_helper.h | 61 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlist_fuzzer/ |
| D | jsvaluerefislinkedlist_fuzzer.cpp | 69 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislist_fuzzer/ |
| D | jsvaluerefislist_fuzzer.cpp | 69 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisplainarray_fuzzer/ |
| D | jsvaluerefisplainarray_fuzzer.cpp | 69 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashmap_fuzzer/ |
| D | jsvaluerefishashmap_fuzzer.cpp | 50 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislinkedlistiterator_fuzzer/ |
| D | jsvaluerefislinkedlistiterator_fuzzer.cpp | 74 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefishashset_fuzzer/ |
| D | jsvaluerefishashset_fuzzer.cpp | 68 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistequal_fuzzer/ |
| D | containerslistequal_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistgetiteratorobj_fuzzer/ |
| D | containerslistgetiteratorobj_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistconverttoarray_fuzzer/ |
| D | containerslistconverttoarray_fuzzer.cpp | 56 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistgetsublist_fuzzer/ |
| D | containerslistgetsublist_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistget_fuzzer/ |
| D | containerslistget_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslistlength_fuzzer/ |
| D | containerslistlength_fuzzer.cpp | 54 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefislightweightmapandset_fuzzer/ |
| D | jsvaluerefislightweightmapandset_fuzzer.cpp | 68 int32_t numActualArgs = argvLength / testDecodedSize + 1; in CreateEcmaRuntimeCallInfo() local
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 529 … "C" Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, in CreateFrameWithActualArgsAndSize() 542 …rame *CreateNativeFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, in CreateNativeFrameWithActualArgsAndSize() 561 static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t numActualArgs, Method *method, Fra… in CreateFrameWithActualArgs() 588 extern "C" Frame *CreateFrameForMethodWithActualArgs(uint32_t numActualArgs, Method *method, Frame … in CreateFrameForMethodWithActualArgs() 595 extern "C" Frame *CreateFrameForMethodWithActualArgsDyn(uint32_t numActualArgs, Method *method, Fra… in CreateFrameForMethodWithActualArgsDyn()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | stack_walker.cpp | 530 auto numActualArgs = method->GetNumArgs(); in GetFrameFromPrevFrame() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 409 …atic Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualArgs, in CreateFrameWithActualArgsAndSize()
|