Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h243 ALWAYS_INLINE static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, in CreateFrameWithActualArgsAndSize() function
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h390 …static Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t num_actual_… in CreateFrameWithActualArgsAndSize() function
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp515 extern "C" Frame *CreateFrameWithActualArgsAndSize(uint32_t size, uint32_t nregs, uint32_t num_actu… in CreateFrameWithActualArgsAndSize() function