Home
last modified time | relevance | path

Searched defs:CreateFrameWithActualArgsAndSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h244 …ALWAYS_INLINE static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32… in CreateFrameWithActualArgsAndSize() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h409 …static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActualAr… in CreateFrameWithActualArgsAndSize() function
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp529 extern "C" Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t numActua… in CreateFrameWithActualArgsAndSize() function