Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp504 extern "C" Frame *CreateFrameWithSize(uint32_t size, uint32_t nregs, Method *method, Frame *prev) in CreateFrameWithSize() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp2796 Frame *CreateFrameWithSize(uint32_t size, uint32_t nregs, Method *method, Frame *prev, ManagedThrea… in CreateFrameWithSize() function