Home
last modified time | relevance | path

Searched defs:CreateFrameWithActualArgs (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h237 …static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t num_actual_args, Method *method, … in CreateFrameWithActualArgs() function
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp547 static Frame *CreateFrameWithActualArgs(uint32_t nregs, uint32_t num_actual_args, Method *method, F… in CreateFrameWithActualArgs() function