Home
last modified time | relevance | path

Searched defs:FreeFrame (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dframe_test.cpp61 void FreeFrame(Frame *f) in FreeFrame() function
Ddebugger_test.cpp75 static void FreeFrame(Frame *frame) in FreeFrame() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Druntime_interface.h257 ALWAYS_INLINE static void FreeFrame(ManagedThread *thread, Frame *frame) in FreeFrame() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h418 static void FreeFrame(ManagedThread *thread, Frame *frame) in FreeFrame() function
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp632 extern "C" void FreeFrame(Frame *frame) in FreeFrame() function